Searched defs:nextfile (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/troff/
H A Dn1.c1045 if (nextfile()) {
1176 nextfile() function
1306 nextfile();
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.c3119 char nextfile[PATH_MAX + 1]; local
3156 (void) strcpy(nextfile, file);
3158 (void) strcat(nextfile, "/");
3160 (void) strcpy(nextfile, "");
3162 (void) strcat(nextfile, contents);
3163 devfsadm_rm_work(nextfile, TRUE, TYPE_LINK);

Completed in 77 milliseconds