Home
last modified time | relevance | path

Searched refs:next_x (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/lp/lib/lp/
H A Dnext.c46 next_x ( in next_x() function
52 next_x (parent, lastdirp, what) in next_x()
/illumos-gate/usr/src/cmd/lp/include/
H A Dlp.h588 #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);