Searched defs:namelist (Results 1 - 22 of 22) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dgram.y24 struct namelist *last_n;
27 static void append(char *label, struct namelist *files, char *stamp,
53 struct namelist *namel;
59 %type <namel> namelist, names, opt_namelist
67 command: NAME EQUAL namelist = {
70 | namelist ARROW namelist cmdlist = {
73 | NAME COLON namelist ARROW namelist cmdlist = {
76 | namelist DCOLO
85 namelist: NAME = { label
[all...]
H A Ddefs.h98 struct namelist { /* for making lists of strings */ struct
100 struct namelist *n_next;
107 struct namelist *sc_args;
115 struct namelist *c_files;
145 struct namelist *makenl();
147 struct namelist *lookup();
148 struct namelist *expand();
/illumos-gate/usr/src/cmd/mail/
H A Dadd_recip.c101 madd_recip(reciplist *plist, char *namelist, int checkdups) argument
104 for (name = strtok(namelist, " \t"); name; name = strtok((char*)0, " \t"))
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dscandir.c30 * struct direct (through namelist). Returns -1 if there were any errors.
38 scandir(char *dirname, struct direct *(*namelist[]), argument
94 *namelist = names;
/illumos-gate/usr/src/ucblib/libucb/port/gen/
H A Dscandir.c48 * struct direct (through namelist). Returns -1 if there were any errors.
72 scandir64(char *dirname, struct direct64 *(*namelist[]), argument
132 *namelist = names;
139 scandir(char *dirname, struct direct *(*namelist[]), argument
202 *namelist = names;
/illumos-gate/usr/src/lib/nsswitch/user/common/
H A Dgetprinter.c44 char *namelist = entry; local
65 if (strcmp(namelist, "_all") == 0)
71 namelist, key);
148 * find the name in the namelist a|b|c...:
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dscandir.c50 * struct direct (through namelist). Returns -1 if there were any errors.
74 scandir64(const char *dirname, struct dirent64 *(*namelist[]), argument
142 *namelist = names;
159 scandir(const char *dirname, struct dirent *(*namelist[]), argument
227 *namelist = names;
/illumos-gate/usr/src/cmd/lms/tools/
H A DATVersion.cpp113 struct dirent **namelist; local
149 num_entries = scandir("/proc", &namelist, 0, alphasort);
160 char *pidstr = namelist[num_entries]->d_name;
178 free(namelist[num_entries]);
180 free(namelist);
/illumos-gate/usr/src/lib/libkvm/common/
H A Dtest.c165 tst_open(char *namelist, char *corefile, char *swapfile, int flag) argument
168 (namelist == NULL) ? "LIVE_KERNEL" : namelist,
175 if ((cookie = kvm_open(namelist, corefile,
H A Dkvm.c89 kvm_open(const char *namelist, const char *corefile, const char *swapfile, argument
168 if (namelist == NULL)
169 namelist = "/dev/ksyms";
171 (void) strncpy(kd->kvm_namelist, namelist, MAXNAMELEN);
176 "kernel namelist", namelist, DUMP_WORDSIZE));
/illumos-gate/usr/src/cmd/cron/
H A Datrm.c77 struct dirent **namelist; /* names of jobs in spooling area */ local
153 numjobs = getjoblist(&namelist, &statlist, strcmp);
164 (void) removentry(namelist[i]->d_name,
199 if (strcmp(namelist[i]->d_name, *argv))
207 if (removentry(namelist[i]->d_name, statlist[i],
332 struct dirent **namelist; local
351 namelist = *namelistp;
361 if (stat(namelist[i]->d_name, statptr) < 0) {
362 atperror2("Can't stat", namelist[i]->d_name);
/illumos-gate/usr/src/cmd/dis/
H A Ddis_list.c182 dis_namelist_resolve_sections(dis_namelist_t *namelist, dis_tgt_t *tgt) argument
197 cb.cb_source = namelist;
206 if ((walk = uu_list_walk_start(namelist, UU_DEFAULT)) == NULL)
260 dis_namelist_resolve_functions(dis_namelist_t *namelist, dis_tgt_t *tgt) argument
271 cb.cb_source = namelist;
279 if ((walk = uu_list_walk_start(namelist, UU_DEFAULT)) == NULL)
/illumos-gate/usr/src/cmd/tnf/tnfxtract/
H A Dtnfxtract.c56 static char *namelist; /* Symbol tbl. if extracting from crashdump */ variable
113 kvm_p = kvm_open(namelist, dumpfile, NULL, O_RDONLY, program_name);
120 "Symbol lookup error in %s\n"), namelist);
263 namelist = optarg;
274 if ((dumpfile != NULL) ^ (namelist != NULL)) {
/illumos-gate/usr/src/cmd/mailx/
H A Dlist.c206 char *namelist[NMLSIZE], *bufp; local
214 np = &namelist[0];
314 if ((np > namelist || colmod != 0) && mc == 0)
324 if (np > namelist) {
326 for (mc = 0, np = &namelist[0]; *np != NOSTR; np++)
354 namelist[0]);
355 for (np = &namelist[1]; *np != NOSTR; np++)
H A Dsend.c406 char **namelist, *deliver; local
498 namelist = unpack(to);
501 for (t = namelist; *t != NOSTR; t++)
570 execvp(safeexpand(deliver), namelist); local
H A Dcmd3.c1062 alternates(char **namelist) argument
1067 c = argcount(namelist) + 1;
1081 for (ap = namelist, ap2 = altnames; *ap; ap++, ap2++) {
/illumos-gate/usr/src/cmd/tic/
H A Dtic_parse.c676 char *namelist; local
683 namelist = term_names + string_table;
684 namelen = strlen(namelist) + 1;
710 fwrite(namelist, sizeof (char), namelen, fp) != namelen ||
/illumos-gate/usr/src/cmd/passwd/
H A Dpasswd.c230 char **namelist; local
313 retval = get_namelist(repository, &namelist, &num_user);
323 while (namelist[i] != NULL) {
324 (void) get_attr(namelist[i], &repository,
326 (void) display_attr(namelist[i], attributes);
327 (void) free(namelist[i]);
331 (void) free(namelist);
1482 get_namelist(pwu_repository_t repository, char ***namelist, int *num_user) argument
1486 return (get_namelist_local(namelist, num_user));
1488 return (get_namelist_files(namelist, num_use
[all...]
/illumos-gate/usr/src/cmd/mdb/intel/modules/mdb_kb/
H A Dmdb_kb.c28 * such dumps, since they do not have a namelist file or the typical
32 * construct the namelist in a manner similar to ksyms_snapshot().
954 * Userspace equivalent of ksyms_snapshot(). Since we don't have a namelist
1333 xkb_open(const char *namelist, const char *corefile, const char *swapfile, argument
1393 return (xkb_fail(xkb, "cannot construct namelist"));
1480 mdb_warn("failed to create namelist from %s", xkb->xkb_path);
/illumos-gate/usr/src/cmd/savecore/
H A Dsavecore.c1335 build_corefile(const char *namelist, const char *corefile) argument
1346 int namefd = Open(namelist, O_WRONLY | O_CREAT | O_TRUNC, 0644);
1348 (void) printf("Constructing namelist %s/%s\n", savedir, namelist);
1371 * decompress it, and write the result to namelist.
1655 char namelist[30], corefile[30], boundstr[30]; local
1913 (void) sprintf(namelist, "unix.%ld", bounds);
1927 build_corefile(namelist, corefile);
/illumos-gate/usr/src/cmd/zonestat/zonestat/
H A Dzonestat.c253 " zonestat [-z zonelist] [-r reslist] [-n namelist]\n"
2103 zonestat_parse_names(char *names, char ***namelist, size_t count) argument
2121 *namelist = realloc(*namelist, sizeof (char *) * (num + count));
2122 if (*namelist == NULL)
2128 (*namelist)[count + i] = next;
/illumos-gate/usr/src/lib/libkmf/include/
H A Dkmftypes.h701 KMF_GENERALNAME *namelist; member in struct:__anon3471

Completed in 303 milliseconds