Searched refs:next_x (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/lp/lib/lp/ |
H A D | next.c | 46 next_x ( in next_x() function 52 next_x (parent, lastdirp, what) in next_x()
|
/illumos-gate/usr/src/cmd/lp/include/ |
H A D | lp.h | 588 #define next_dir(base, ptr) next_x(base, ptr, S_IFDIR) 589 #define next_file(base, ptr) next_x(base, ptr, S_IFREG) 594 char *next_x(char *, long *, unsigned int);
|