HomeSort by: relevance | last modified time | path
    Searched defs:grouplist (Results 1 - 8 of 8) sorted by relevancy

  /src/usr.sbin/ypserv/revnetgroup/
hash.h 37 struct grouplist { struct
39 struct grouplist *next;
46 struct grouplist *groups;
  /src/usr.sbin/chroot/
chroot.c 116 char *grouplist; /* group list to switch to ... */ local
125 grouplist = NULL;
142 grouplist = optarg;
143 if (*grouplist == '\0')
163 if (grouplist != NULL) {
164 while ((p = strsep(&grouplist, ",")) != NULL) {
  /src/usr.bin/wall/
wall.c 79 } *grouplist; variable in typeref:struct:wallgroup
128 if (grouplist) {
135 for (wg = grouplist; wg && !ingroup; wg = wg->next) {
183 g->next = grouplist;
184 grouplist = g;
  /src/usr.bin/showmount/
showmount.c 80 struct grouplist { struct
81 struct grouplist *gr_next;
87 struct grouplist *ex_groups;
113 struct grouplist *grp;
354 grouplist_free(struct grouplist *gp)
379 struct grouplist *gp;
  /src/external/bsd/ipf/dist/tools/
ippool_y.y 93 %type <ipe> groupentry setgrouplist grouplist
211 setgroup hashopts start grouplist end
266 grouplist: label
268 | groupentry next grouplist { $$ = $1; $1->ipe_next = $3; }
269 | addrmask next grouplist { $$ = calloc(1, sizeof(iphtent_t));
  /src/crypto/dist/ipsec-tools/src/racoon/
isakmp_cfg.h 88 char **grouplist; member in struct:isakmp_cfg_config
  /src/usr.sbin/mountd/
mountd.c 151 struct grouplist { struct
154 struct grouplist *gr_next;
163 struct grouplist *ht_grp;
180 struct grouplist *, int);
188 struct grouplist *, int, struct uucred *, char *, int, struct statvfs *);
190 struct exportlist *, struct grouplist *, int *, int *, struct uucred *);
192 static int parse_directory(const char *, size_t, struct grouplist *,
195 struct grouplist *, char *, int *, struct grouplist **);
199 static void free_grp(struct grouplist *);
    [all...]
  /src/crypto/external/apache2/openssl/dist/test/
sslapitest.c 13836 char *grouplist = "MLKEM512:MLKEM768:MLKEM1024:X25519MLKEM768:SecP256r1MLKEM768" local
13847 || !TEST_true(SSL_CTX_set1_groups_list(sctx, grouplist))
13848 || !TEST_true(SSL_CTX_set1_groups_list(cctx, grouplist))

Completed in 69 milliseconds