Home
last modified time | relevance | path

Searched refs:group (Results 1 – 23 of 23) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dgrp.h43 struct group struct
75 extern struct group *getgrent (void);
85 extern struct group *fgetgrent (FILE *__stream);
95 extern int putgrent (__const struct group *__restrict __p,
103 extern struct group *getgrgid (__gid_t __gid);
109 extern struct group *getgrnam (__const char *__name);
133 extern int getgrent_r (struct group *__restrict __resultbuf,
135 struct group **__restrict __result);
142 extern int getgrgid_r (__gid_t __gid, struct group *__restrict __resultbuf,
144 struct group **__restrict __result);
[all …]
H A Dargp.h113 int group; member
308 int group; member
586 return !__opt->key && !__opt->name && !__opt->doc && !__opt->group; in __NTH()
H A Dprintf.h46 unsigned int group:1; /* ' flag. */ member
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/
H A Dgrp.h55 struct group { struct
67 struct group *getgrgid (gid_t);
68 struct group *getgrnam (const char *);
69 int getgrnam_r (const char *, struct group *,
70 char *, size_t, struct group **);
71 int getgrgid_r (gid_t, struct group *,
72 char *, size_t, struct group **);
74 struct group *getgrent (void);
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/rpcsvc/
H A Dnislib.h189 const_nis_name group) __THROW;
191 const_nis_name group) __THROW;
193 const_nis_name group) __THROW;
194 extern nis_error nis_creategroup (const_nis_name group,
196 extern nis_error nis_destroygroup (const_nis_name group) __THROW;
197 extern void nis_print_group_entry (const_nis_name group) __THROW;
198 extern nis_error nis_verifygroup (const_nis_name group) __THROW;
/utopia/UTPA2-700.0.x/projects/build/scripts/tracing/
H A Ddraw_functrace.py109 return (m.group(1), m.group(2), m.group(3))
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Digmp.h34 __be32 group; member
66 __be32 group; member
H A Dconnector.h90 __u32 group; member
H A Dnetlink.h109 __u32 group; member
/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Dgen_initramfs_list.sh24 -g <gid> Group ID to map to group ID 0 (root).
35 to reset the root/group mapping.
H A Dget_maintainer.pl2101 my $group = "$phrase:$rfc822_lwsp*(?:$mailbox(?:,\\s*$mailbox)*)?;\\s*";
2102 my $address = "(?:$mailbox|$group)";
/utopia/UTPA2-700.0.x/projects/build/
H A DbspOneUtopia.dxyfile252 # member in the group (if any) for the other members of the group. By default
253 # all members of a group must be documented explicitly.
258 # the same type (for instance a group of public functions) to be put as a
409 # hierarchy of group names into alphabetical order. If set to NO (the default)
410 # the group names will appear in their defined order.
902 # The TOC_EXPAND flag can be set to YES to add extra items for group members
946 # that doxygen will group on one line in the generated HTML documentation.
H A Dbsp.dxyfile251 # member in the group (if any) for the other members of the group. By default
252 # all members of a group must be documented explicitly.
257 # the same type (for instance a group of public functions) to be put as a
408 # hierarchy of group names into alphabetical order. If set to NO (the default)
409 # the group names will appear in their defined order.
901 # The TOC_EXPAND flag can be set to YES to add extra items for group members
945 # that doxygen will group on one line in the generated HTML documentation.
H A DKconfig608 bool "Manually select maximum number of msos event group"
612 int "Maximum number of msos event group"
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/netfilter/
H A Dxt_NFLOG.h11 u_int16_t group; member
/utopia/UTPA2-700.0.x/modules/mbx/api/mbx/
H A DKconfig11 bool "Enable MBX group patch"
/utopia/UTPA2-700.0.x/projects/build/scripts/package/
H A Dbuildtar109 if tar --owner=root --group=root --help >/dev/null 2>&1; then
/utopia/UTPA2-700.0.x/modules/pq/drv/pq/include/
H A DapiPQ_v2.h1071 PQ_MISC_GROUP group; member
H A DPQ_private.h920 MS_BOOL MDrv_PQ_Up_Layer_Set_Config_U2(void* pInstance,MS_U16 uplayerSetting, PQ_MISC_GROUP group);
/utopia/UTPA2-700.0.x/modules/pq/drv/pq/
H A DdrvPQ.h2074 INTERFACE MS_BOOL MDrv_PQ_Up_Layer_Set_Config(MS_U16 uplayerSetting, PQ_MISC_GROUP group);
H A DapiPQ_v2.c1406 …urnValue = psPQInstPri->fpPQ_Up_Layer_Set_Config(pInstance,pPQArgs->uplayerSetting,pPQArgs->group); in PQIoctl()
H A DdrvPQ.c13489 MS_BOOL MDrv_PQ_Up_Layer_Set_Config_U2(void* pInstance,MS_U16 uplayerSetting, PQ_MISC_GROUP group) in MDrv_PQ_Up_Layer_Set_Config_U2() argument
13491 switch(group) in MDrv_PQ_Up_Layer_Set_Config_U2()
13504 MS_BOOL MDrv_PQ_Up_Layer_Set_Config(MS_U16 uplayerSetting, PQ_MISC_GROUP group) in MDrv_PQ_Up_Layer_Set_Config() argument
/utopia/UTPA2-700.0.x/modules/vdec_v3/api/vdec_v3/
H A DapiVDEC_EX.c.026318 PRINTF("[VDEC]%s,VDEC TEE event group is not created\n",__FUNCTION__);