Searched refs:group (Results 451 - 475 of 2184) sorted by relevance

<<11121314151617181920>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/torture/
H A Dnsstest.c175 static struct group *nss_getgrent(void)
177 NSS_STATUS (*_nss_getgrent_r)(struct group *, char *,
179 (NSS_STATUS (*)(struct group *, char *,
181 static struct group grp;
214 static struct group *nss_getgrnam(const char *name)
216 NSS_STATUS (*_nss_getgrnam_r)(const char *, struct group *, char *,
218 (NSS_STATUS (*)(const char *, struct group *, char *,
220 static struct group grp;
252 static struct group *nss_getgrgid(gid_t gid)
254 NSS_STATUS (*_nss_getgrgid_r)(gid_t , struct group *, cha
321 nss_initgroups(char *user, gid_t group, gid_t **groups, long int *start, long int *size) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/torture/
H A Dnsstest.c165 static struct group *nss_getgrent(void)
167 NSS_STATUS (*_nss_getgrent_r)(struct group *, char *,
169 (NSS_STATUS (*)(struct group *, char *,
171 static struct group grp;
205 static struct group *nss_getgrnam(const char *name)
207 NSS_STATUS (*_nss_getgrnam_r)(const char *, struct group *, char *,
209 (NSS_STATUS (*)(const char *, struct group *, char *,
211 static struct group grp;
244 static struct group *nss_getgrgid(gid_t gid)
246 NSS_STATUS (*_nss_getgrgid_r)(gid_t , struct group *, cha
314 nss_initgroups(char *user, gid_t group, gid_t **groups, long int *start, long int *size) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/igmpproxy/src/
H A Digmp.c107 register uint32_t src, dst, group; local
155 my_log(LOG_WARNING, 0, "The source address %s for group %s, is not in any valid net for upstream VIF.",
196 group = igmp->igmp_group.s_addr;
197 acceptGroupReport(src, group, igmp->igmp_type);
207 group = grec->grec_mca.s_addr;
213 acceptLeaveMessage(src, group);
219 acceptGroupReport(src, group, IGMP_V2_MEMBERSHIP_REPORT);
225 "ignoring unknown IGMPv3 group record type %x from %s to %s for %s",
227 inetFmt(group, s3));
236 group
257 buildIgmp(uint32_t src, uint32_t dst, int type, int code, uint32_t group, int datalen) argument
294 sendIgmp(uint32_t src, uint32_t dst, int type, int code, uint32_t group, int datalen) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/conf/
H A Dconf_lib.c158 char *CONF_get_string(LHASH_OF(CONF_VALUE) *conf,const char *group,
163 return NCONF_get_string(NULL, group, name);
169 return NCONF_get_string(&ctmp, group, name);
173 long CONF_get_number(LHASH_OF(CONF_VALUE) *conf,const char *group,
181 status = NCONF_get_number_e(NULL, group, name, &result);
187 status = NCONF_get_number_e(&ctmp, group, name, &result);
320 char *NCONF_get_string(const CONF *conf,const char *group,const char *name) argument
322 char *s = _CONF_get_string(conf, group, name);
336 ERR_add_error_data(4,"group=",group," nam
340 NCONF_get_number_e(const CONF *conf,const char *group,const char *name, long *result) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/conf/
H A Dconf_lib.c157 char *CONF_get_string(LHASH_OF(CONF_VALUE) *conf, const char *group,
161 return NCONF_get_string(NULL, group, name);
165 return NCONF_get_string(&ctmp, group, name);
169 long CONF_get_number(LHASH_OF(CONF_VALUE) *conf, const char *group,
176 status = NCONF_get_number_e(NULL, group, name, &result);
180 status = NCONF_get_number_e(&ctmp, group, name, &result);
308 char *NCONF_get_string(const CONF *conf, const char *group, const char *name) argument
310 char *s = _CONF_get_string(conf, group, name);
325 ERR_add_error_data(4, "group=", group, " nam
329 NCONF_get_number_e(const CONF *conf, const char *group, const char *name, long *result) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/conf/
H A Dconf_lib.c158 char *CONF_get_string(LHASH_OF(CONF_VALUE) *conf,const char *group,
163 return NCONF_get_string(NULL, group, name);
169 return NCONF_get_string(&ctmp, group, name);
173 long CONF_get_number(LHASH_OF(CONF_VALUE) *conf,const char *group,
181 status = NCONF_get_number_e(NULL, group, name, &result);
187 status = NCONF_get_number_e(&ctmp, group, name, &result);
320 char *NCONF_get_string(const CONF *conf,const char *group,const char *name) argument
322 char *s = _CONF_get_string(conf, group, name);
336 ERR_add_error_data(4,"group=",group," nam
340 NCONF_get_number_e(const CONF *conf,const char *group,const char *name, long *result) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/conf/
H A Dconf_lib.c157 char *CONF_get_string(LHASH_OF(CONF_VALUE) *conf, const char *group,
161 return NCONF_get_string(NULL, group, name);
165 return NCONF_get_string(&ctmp, group, name);
169 long CONF_get_number(LHASH_OF(CONF_VALUE) *conf, const char *group,
176 status = NCONF_get_number_e(NULL, group, name, &result);
180 status = NCONF_get_number_e(&ctmp, group, name, &result);
308 char *NCONF_get_string(const CONF *conf, const char *group, const char *name) argument
310 char *s = _CONF_get_string(conf, group, name);
325 ERR_add_error_data(4, "group=", group, " nam
329 NCONF_get_number_e(const CONF *conf, const char *group, const char *name, long *result) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/igmpproxy/src/
H A Digmp.c107 register uint32_t src, dst, group; local
155 my_log(LOG_WARNING, 0, "The source address %s for group %s, is not in any valid net for upstream VIF.",
196 group = igmp->igmp_group.s_addr;
197 acceptGroupReport(src, group, igmp->igmp_type);
207 group = grec->grec_mca.s_addr;
213 acceptLeaveMessage(src, group);
219 acceptGroupReport(src, group, IGMP_V2_MEMBERSHIP_REPORT);
225 "ignoring unknown IGMPv3 group record type %x from %s to %s for %s",
227 inetFmt(group, s3));
236 group
257 buildIgmp(uint32_t src, uint32_t dst, int type, int code, uint32_t group, int datalen) argument
294 sendIgmp(uint32_t src, uint32_t dst, int type, int code, uint32_t group, int datalen) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/conf/
H A Dconf_lib.c158 char *CONF_get_string(LHASH_OF(CONF_VALUE) *conf,const char *group,
163 return NCONF_get_string(NULL, group, name);
169 return NCONF_get_string(&ctmp, group, name);
173 long CONF_get_number(LHASH_OF(CONF_VALUE) *conf,const char *group,
181 status = NCONF_get_number_e(NULL, group, name, &result);
187 status = NCONF_get_number_e(&ctmp, group, name, &result);
320 char *NCONF_get_string(const CONF *conf,const char *group,const char *name) argument
322 char *s = _CONF_get_string(conf, group, name);
336 ERR_add_error_data(4,"group=",group," nam
340 NCONF_get_number_e(const CONF *conf,const char *group,const char *name, long *result) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/igmpproxy/src/
H A Digmp.c107 register uint32_t src, dst, group; local
155 my_log(LOG_WARNING, 0, "The source address %s for group %s, is not in any valid net for upstream VIF.",
196 group = igmp->igmp_group.s_addr;
197 acceptGroupReport(src, group, igmp->igmp_type);
207 group = grec->grec_mca.s_addr;
213 acceptLeaveMessage(src, group);
219 acceptGroupReport(src, group, IGMP_V2_MEMBERSHIP_REPORT);
225 "ignoring unknown IGMPv3 group record type %x from %s to %s for %s",
227 inetFmt(group, s3));
236 group
257 buildIgmp(uint32_t src, uint32_t dst, int type, int code, uint32_t group, int datalen) argument
294 sendIgmp(uint32_t src, uint32_t dst, int type, int code, uint32_t group, int datalen) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/conf/
H A Dconf_lib.c157 char *CONF_get_string(LHASH_OF(CONF_VALUE) *conf, const char *group,
161 return NCONF_get_string(NULL, group, name);
165 return NCONF_get_string(&ctmp, group, name);
169 long CONF_get_number(LHASH_OF(CONF_VALUE) *conf, const char *group,
176 status = NCONF_get_number_e(NULL, group, name, &result);
180 status = NCONF_get_number_e(&ctmp, group, name, &result);
308 char *NCONF_get_string(const CONF *conf, const char *group, const char *name) argument
310 char *s = _CONF_get_string(conf, group, name);
325 ERR_add_error_data(4, "group=", group, " nam
329 NCONF_get_number_e(const CONF *conf, const char *group, const char *name, long *result) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iproute2-3.x/ip/
H A Dlink_veth.c33 int group; local
46 &name, &type, &link, &dev, &group);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/lighttpd-1.4.39/src/
H A Dbase64.c41 unsigned int group = 0; /* how many base64 digits in the current group were decoded already. each group has up to 4 digits */ local
68 /* pad character; can only come after 2 base64 digits in a group */
69 if (group < 2) return NULL;
77 switch(group) {
80 group = 1;
85 group = 2;
90 group = 3;
94 group
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/avahi-0.6.31/avahi-core/
H A Dconformance-test.c45 static AvahiSEntryGroup *group = NULL; variable
74 if (group)
75 avahi_s_entry_group_reset(group);
77 group = avahi_s_entry_group_new(avahi, entry_group_callback, NULL);
79 avahi_server_add_service(avahi, group, AVAHI_IF_UNSPEC, AVAHI_PROTO_UNSPEC, 0, name, "_http._tcp", NULL, NULL, 80, "foo", NULL);
80 avahi_s_entry_group_commit(group);
151 if (group)
152 avahi_s_entry_group_free(group);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/script/
H A Dcreategroup3 # Example script for 'add group command'. Handle weird NT group
4 # names. First attempt to create the group directly, if that fails
5 # then create a random group and print the numeric group id.
16 # we had difficulties creating that group. Maybe the name was
27 getent group | grep ^"$GROUPNAME": | cut -d : -f 3
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openvpn/sample/sample-config-files/
H A Dstatic-home.conf43 ; group nobody
H A Dtls-home.conf54 ; group nobody
H A Dtls-office.conf54 ; group nobody
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/lighttpd-1.4.39/src/
H A Dbase64.c41 unsigned int group = 0; /* how many base64 digits in the current group were decoded already. each group has up to 4 digits */ local
68 /* pad character; can only come after 2 base64 digits in a group */
69 if (group < 2) return NULL;
77 switch(group) {
80 group = 1;
85 group = 2;
90 group = 3;
94 group
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/avahi-0.6.31/avahi-core/
H A Dconformance-test.c45 static AvahiSEntryGroup *group = NULL; variable
74 if (group)
75 avahi_s_entry_group_reset(group);
77 group = avahi_s_entry_group_new(avahi, entry_group_callback, NULL);
79 avahi_server_add_service(avahi, group, AVAHI_IF_UNSPEC, AVAHI_PROTO_UNSPEC, 0, name, "_http._tcp", NULL, NULL, 80, "foo", NULL);
80 avahi_s_entry_group_commit(group);
151 if (group)
152 avahi_s_entry_group_free(group);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/avahi-0.6.31/avahi-core/
H A Dconformance-test.c45 static AvahiSEntryGroup *group = NULL; variable
74 if (group)
75 avahi_s_entry_group_reset(group);
77 group = avahi_s_entry_group_new(avahi, entry_group_callback, NULL);
79 avahi_server_add_service(avahi, group, AVAHI_IF_UNSPEC, AVAHI_PROTO_UNSPEC, 0, name, "_http._tcp", NULL, NULL, 80, "foo", NULL);
80 avahi_s_entry_group_commit(group);
151 if (group)
152 avahi_s_entry_group_free(group);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/script/
H A Dcreategroup3 # Example script for 'add group command'. Handle weird NT group
4 # names. First attempt to create the group directly, if that fails
5 # then create a random group and print the numeric group id.
16 # we had difficulties creating that group. Maybe the name was
27 getent group | grep ^"$GROUPNAME": | cut -d : -f 3
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/script/
H A Dcreategroup3 # Example script for 'add group command'. Handle weird NT group
4 # names. First attempt to create the group directly, if that fails
5 # then create a random group and print the numeric group id.
16 # we had difficulties creating that group. Maybe the name was
27 getent group | grep ^"$GROUPNAME": | cut -d : -f 3
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openvpn/sample/sample-config-files/
H A Dstatic-home.conf43 ; group nobody
H A Dtls-home.conf54 ; group nobody

Completed in 156 milliseconds

<<11121314151617181920>>