HomeSort by relevance Sort by last modified time
    Searched refs:namelist (Results 1 - 25 of 54) sorted by null

1 2 3

  /onnv/onnv-gate/usr/src/cmd/ypcmd/
multi.awk.sh 47 # Make the namelist for this address
48 if (namelist[$1] == "") {
49 namelist[$1] = $i;
50 } else if (namelist[$1] == $i) {
52 } else if (index(namelist[$1], $i) == 0) {
53 namelist[$1] = namelist[$1] " " $i;
56 numnames = split(namelist[$1], n);
64 namelist[$1] = namelist[$1] " " $i
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
defs.h 98 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();
gram.y 24 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 DCOLON NAME cmdlist =
85 namelist: NAME = { label
    [all...]
lookup.c 28 struct namelist *s_value;
42 register struct namelist *nl;
43 struct namelist *value;
101 struct namelist *
105 struct namelist *value;
docmd.c 54 static void notify(char *file, char *rhost, struct namelist *to, time_t lmod);
57 static void dodcolon(char **filev, struct namelist *files, char *stamp,
60 static void doarrow(char **filev, struct namelist *files, char *rhost,
108 register struct namelist *f;
174 struct namelist *files;
178 register struct namelist *f;
517 struct namelist *files;
522 register struct namelist *f;
676 register struct namelist *to;
752 struct namelist *list
    [all...]
main.c 423 register struct namelist *nl, *prev;
425 struct namelist *files, *hosts;
428 static struct namelist tnl = { NULL, NULL };
476 register struct namelist *nl;
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/htable/
scan.l 73 yylval.namelist = newname(yytext);
78 yylval.namelist = newname(yytext);
85 yylval.namelist = newname(yytext);
parse.y 46 struct name *namelist;
52 %token <namelist> NAME
54 %type <namelist> Names Cputype Opsys Protos Proto
htable.c 220 do_entry(keyword, addrlist, namelist, cputype, opsys, protos)
223 struct name *namelist, *cputype, *opsys, *protos;
233 nl = namelist;
272 gw = savegateway(namelist, net,
295 printgateway(net, namelist->name_val, 1);
296 (void) savegateway(namelist, net, al->addr_val, 1);
303 for (nl = namelist; nl; nl = nl->name_link) {
319 for (nl = namelist; nl; nl = nl->name_link) {
333 freenames(namelist);
544 savegateway(namelist, net, addr, metric
    [all...]
  /onnv/onnv-gate/usr/src/cmd/print/scripts/
conv_lpd 41 namelist=0
53 namelist=1;
120 if ( "'$namelist'" == 1 )
  /onnv/onnv-gate/usr/src/lib/libsqlite/tool/
mkopts.tcl 18 lappend namelist [string tolower $name]
42 foreach name [lsort $namelist] {
49 foreach name [lsort $namelist] {
  /onnv/onnv-gate/usr/src/cmd/cron/
atrm.c 77 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);
  /onnv/onnv-gate/usr/src/cmd/mail/
add_recip.c 101 madd_recip(reciplist *plist, char *namelist, int checkdups)
104 for (name = strtok(namelist, " \t"); name; name = strtok((char*)0, " \t"))
  /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/common/
scandir.c 30 * struct direct (through namelist). Returns -1 if there were any errors.
38 scandir(char *dirname, struct direct *(*namelist[]),
94 *namelist = names;
  /onnv/onnv-gate/usr/src/cmd/lms/tools/
ATVersion.cpp 113 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);
  /onnv/onnv-gate/usr/src/lib/libnsl/nis/gen/
nis_names.c 41 static void check_dup_dnames(nis_name *namelist, int count);
603 check_dup_dnames(nis_name *namelist, int count)
609 if (p1 = strstr(namelist[i], "org_dir.org_dir")) {
612 namelist[i] = namelist[i+1];
729 nis_freenames(nis_name *namelist)
733 while (namelist[i])
734 free(namelist[i++]);
735 free(namelist);
  /onnv/onnv-gate/usr/src/lib/libc/port/gen/
scandir.c 50 * struct direct (through namelist). Returns -1 if there were any errors.
74 scandir64(const char *dirname, struct dirent64 *(*namelist[]),
142 *namelist = names;
159 scandir(const char *dirname, struct dirent *(*namelist[]),
227 *namelist = names;
  /onnv/onnv-gate/usr/src/ucblib/libucb/port/gen/
scandir.c 48 * struct direct (through namelist). Returns -1 if there were any errors.
72 scandir64(char *dirname, struct direct64 *(*namelist[]),
132 *namelist = names;
139 scandir(char *dirname, struct direct *(*namelist[]),
202 *namelist = names;
  /onnv/onnv-gate/usr/src/lib/libshell/common/scripts/
svcproptree1.sh 120 specified by viewmode (either "list", "namelist", "tree" or "compacttree")..]
138 if [[ "${viewmode}" != ~(Elr)(list|namelist|tree|compacttree) ]] ; then
158 namelist)
filetree1.sh 180 specified by viewmode (either "list", "namelist", "tree" or "compacttree")..]
198 if [[ "${viewmode}" != ~(Elr)(list|namelist|tree|compacttree) ]] ; then
215 namelist)
xmldocumenttree1.sh 277 specified by viewmode (either "list", "namelist", "tree" or "compacttree").]
299 if [[ "${viewmode}" != ~(Elr)(list|namelist|tree|compacttree) ]] ; then
342 namelist)
  /onnv/onnv-gate/usr/src/cmd/dis/
dis_list.c 182 dis_namelist_resolve_sections(dis_namelist_t *namelist, dis_tgt_t *tgt)
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)
271 cb.cb_source = namelist;
279 if ((walk = uu_list_walk_start(namelist, UU_DEFAULT)) == NULL)
  /onnv/onnv-gate/usr/src/lib/nsswitch/user/common/
getprinter.c 44 char *namelist = entry; local
65 if (strcmp(namelist, "_all") == 0)
71 namelist, key);
148 * find the name in the namelist a|b|c...:
  /onnv/onnv-gate/usr/src/cmd/mailx/
list.c 206 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++)
  /onnv/onnv-gate/usr/src/cmd/tnf/tnfxtract/
tnfxtract.c 56 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)) {

Completed in 1690 milliseconds

1 2 3