HomeSort by: relevance | last modified time | path
    Searched defs:namelist (Results 1 - 25 of 34) sorted by relevancy

1 2

  /src/external/bsd/byacc/dist/test/
err_inherit3.y 13 struct namelist { symbol *s; struct namelist *next; };
14 typedef struct namelist namelist;
28 %type <nlist> declaration(<id>) namelist(<cval>, <tval>) locnamelist(<tval>)
33 namelist *p = $$;
35 { namelist *pp = p;
45 namelist * nlist;
52 declaration($d): class type namelist($1, $2)
66 namelist: namelist($c) NAM label
    [all...]
btyacc_destroy1.y 15 struct namelist { symbol *s; struct namelist *next; };
16 typedef struct namelist namelist;
39 %type <nlist> namelist
44 namelist *p = $$;
46 { namelist *pp = p;
56 namelist * nlist;
63 declaration: class type namelist'(' class ',' type ')'
77 namelist: namelist NAM label
    [all...]
btyacc_destroy2.y 15 struct namelist { symbol *s; struct namelist *next; };
16 typedef struct namelist namelist;
39 %type <nlist> namelist
44 namelist *p = $$;
46 { namelist *pp = p;
56 namelist * nlist;
63 declaration: class type namelist'(' class ',' type ')'
77 namelist: namelist NAM label
    [all...]
btyacc_destroy3.y 18 struct namelist { symbol *s; struct namelist *next; };
19 typedef struct namelist namelist;
42 %type <nlist> namelist
47 namelist *p = $$;
49 { namelist *pp = p;
59 namelist * nlist;
66 declaration: class type namelist'(' class ',' type ')'
80 namelist: namelist NAM label
    [all...]
inherit0.y 21 declaration: class type namelist
35 namelist: namelist NAME label
43 { $$ = $-1; } /* copy <type> to where <namelist> expects it */
44 namelist
inherit1.y 13 struct namelist { symbol *s; struct namelist *next; };
14 typedef struct namelist namelist;
30 %type <nlist> declaration namelist locnamelist
38 namelist * nlist;
45 declaration: class type namelist
59 namelist: namelist NAME label
71 { $<tval>$ = $<tval>-1; } /* copy <type> to where <namelist> expects it *
    [all...]
  /src/usr.bin/rdist/
gram.y 46 struct namelist *last_n;
50 void append(char *, struct namelist *, char *, struct subcmd *);
74 struct namelist *namel;
80 %type <namel> namelist, names, opt_namelist
88 command: NAME EQUAL namelist = {
91 | namelist ARROW namelist cmdlist = {
94 | NAME COLON namelist ARROW namelist cmdlist = {
97 | namelist DCOLON NAME cmdlist =
106 namelist: NAME = { label
    [all...]
defs.h 103 struct namelist { /* for making lists of strings */ struct
105 struct namelist *n_next;
112 struct namelist *sc_args;
120 struct namelist *c_files;
159 struct namelist *
160 expand(struct namelist *, int);
163 int inlist(struct namelist *, char *);
165 struct namelist *, struct namelist *, struct subcmd *);
168 struct namelist *
    [all...]
  /src/usr.bin/mail/
send.c 598 mail2(FILE *mtf, const char **namelist)
607 for (t = namelist; *t != NULL; t++)
640 (void)execv(cp, (char *const *)__UNCONST(namelist));
682 const char **namelist; local
763 namelist = unpack(hp->h_smopts, to);
764 mail2(mtf, namelist);
cmd3.c 1104 char **namelist = v; local
1108 c = argcount(namelist) + 1;
1120 for (ap = namelist, ap2 = altnames; *ap; ap++, ap2++) {
  /src/usr.bin/systat/
netstat.c 157 static struct nlist namelist[] = { variable in typeref:struct:nlist
170 n = kvm_nlist(kd, namelist);
172 nlisterr(namelist);
174 } else if (n == sizeof(namelist) / sizeof(namelist[0]) - 1) {
175 error("No symbols in namelist");
191 if (namelist[X_TCBTABLE].n_value == 0)
200 if ((protos & TCP) && namelist[X_TCBTABLE].n_type)
202 if ((protos & UDP) && namelist[X_UDBTABLE].n_type)
205 if ((protos & TCP) && namelist[X_TCBTABLE].n_type
    [all...]
vmstat.c 107 static struct nlist namelist[] = { variable in typeref:struct:nlist
205 if (namelist[0].n_type == 0) {
206 if (kvm_nlist(kd, namelist) &&
207 namelist[X_ALLEVENTS].n_type == 0) {
208 nlisterr(namelist);
217 nintr = (namelist[X_EINTRCNT].n_value -
218 namelist[X_INTRCNT].n_value) / sizeof (long);
222 intrnamebuf = malloc(namelist[X_EINTRNAMES].n_value -
223 namelist[X_INTRNAMES].n_value);
  /src/external/bsd/ipf/dist/
ipf.h 179 typedef struct namelist { struct
180 struct namelist *na_next;
  /src/external/bsd/top/dist/machine/
m_hpux10.c 658 struct dirent **namelist; local
661 if ((n = scandir (dir, &namelist, NULL, NULL)) < 0)
678 char *str = namelist[i]->d_name;
699 free (namelist);
  /src/external/mpl/bind/dist/lib/dns/
tkey.c 110 uint32_t ttl, dns_namelist_t *namelist) {
142 ISC_LIST_APPEND(*namelist, newname, link);
146 free_namelist(dns_message_t *msg, dns_namelist_t *namelist) {
149 while ((name = ISC_LIST_HEAD(*namelist)) != NULL) {
151 ISC_LIST_UNLINK(*namelist, name, link);
352 dns_namelist_t namelist = ISC_LIST_INITIALIZER; local
482 add_rdata_to_list(msg, keyname, &rdata, 0, &namelist);
483 while ((name = ISC_LIST_HEAD(namelist)) != NULL) {
484 ISC_LIST_UNLINK(namelist, name, link);
490 free_namelist(msg, &namelist);
    [all...]
client.c 110 dns_namelist_t namelist; member in struct:resctx
128 dns_namelist_t *namelist; member in struct:resarg
599 ISC_LIST_APPEND(rctx->namelist, ansname, link);
632 ISC_LIST_APPEND(rctx->namelist, ansname, link);
670 ISC_LIST_APPEND(rctx->namelist, ansname, link);
747 ISC_LIST_APPEND(rctx->namelist, ansname, link);
769 ISC_LIST_APPEND(rctx->namelist, ansname, link);
831 while ((name = ISC_LIST_HEAD(rctx->namelist)) != NULL) {
832 ISC_LIST_UNLINK(rctx->namelist, name, link);
853 ISC_LIST_APPEND(*resarg->namelist, name, link)
    [all...]
  /src/crypto/external/bsd/openssh/dist/
ssh-keyscan.c 369 char *namebase, *name, *namelist; local
372 namebase = namelist = xstrdup(iname);
375 name = xstrsep(&namelist, ",");
392 fdcon[s].c_namelist = namelist;
633 " [-t type] [host | addrlist namelist]\n");
  /src/external/bsd/byacc/dist/test/btyacc/
btyacc_destroy1.tab.c 132 struct namelist { symbol *s; struct namelist *next; }; struct
133 typedef struct namelist namelist; typedef in typeref:struct:namelist
157 namelist * nlist;
357 "declaration","locnamelist","class","type","namelist","illegal-symbol",
361 "declaration : class type namelist '(' class ',' type ')'",
367 "namelist : namelist NAME",
368 "namelist : NAME"
    [all...]
btyacc_destroy2.tab.c 132 struct namelist { symbol *s; struct namelist *next; }; struct
133 typedef struct namelist namelist; typedef in typeref:struct:namelist
157 namelist * nlist;
357 "declaration","locnamelist","class","type","namelist","illegal-symbol",
361 "declaration : class type namelist '(' class ',' type ')'",
367 "namelist : namelist NAME",
368 "namelist : NAME"
    [all...]
btyacc_destroy3.tab.c 132 struct namelist { symbol *s; struct namelist *next; }; struct
133 typedef struct namelist namelist; typedef in typeref:struct:namelist
157 namelist * nlist;
357 "declaration","locnamelist","class","type","namelist","illegal-symbol",
361 "declaration : class type namelist '(' class ',' type ')'",
367 "namelist : namelist NAME",
368 "namelist : NAME"
    [all...]
err_inherit3.tab.c 132 struct namelist { symbol *s; struct namelist *next; }; struct
133 typedef struct namelist namelist; typedef in typeref:struct:namelist
152 namelist * nlist;
286 "namelist","locnamelist","class","type","$$1","$$2","$$3","$$4",
293 "declaration : class type $$1 $$2 namelist",
300 "namelist : $$3 namelist NAME",
301 "namelist : NAME"
    [all...]
inherit1.tab.c 132 struct namelist { symbol *s; struct namelist *next; }; struct
133 typedef struct namelist namelist; typedef in typeref:struct:namelist
154 namelist * nlist;
280 "namelist","locnamelist","class","type","$$1","$$2","illegal-symbol",
284 "declaration : class type namelist",
290 "namelist : namelist NAME",
291 "namelist : NAME"
    [all...]
inherit2.tab.c 132 struct namelist { symbol *s; struct namelist *next; }; struct
133 typedef struct namelist namelist; typedef in typeref:struct:namelist
152 namelist * nlist;
286 "namelist","locnamelist","class","type","$$1","$$2","$$3","illegal-symbol",
292 "declaration : class type $$1 $$2 namelist",
298 "namelist : namelist NAME",
299 "namelist : NAME"
    [all...]
  /src/external/bsd/ntp/dist/ntpdate/
ntpdate.c 2240 ni_namelist *namelist = emalloc(sizeof(ni_namelist)); local
2253 NI_INIT(namelist);
2254 if (ni_lookupprop(domain, &confdir, "server", namelist) != NI_OK) {
2255 ni_namelist_free(namelist);
2256 free(namelist);
2260 return(namelist);
  /src/external/mpl/dhcp/bind/dist/lib/dns/
tkey.c 162 uint32_t ttl, dns_namelist_t *namelist) {
195 ISC_LIST_APPEND(*namelist, newname, link);
221 free_namelist(dns_message_t *msg, dns_namelist_t *namelist) {
225 while (!ISC_LIST_EMPTY(*namelist)) {
226 name = ISC_LIST_HEAD(*namelist);
227 ISC_LIST_UNLINK(*namelist, name, link);
353 dns_namelist_t *namelist) {
434 RETERR(add_rdata_to_list(msg, keyname, &keyrdata, ttl, namelist));
448 RETERR(add_rdata_to_list(msg, &ourname, &ourkeyrdata, 0, namelist));
489 if (!ISC_LIST_EMPTY(*namelist)) {
709 dns_namelist_t namelist; local
1049 dns_namelist_t namelist; local
    [all...]

Completed in 50 milliseconds

1 2