Searched refs:next_x (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/lp/lib/lp/
H A Dnext.c41 ** next_x() - GO TO NEXT ENTRY UNDER PARENT DIRECTORY
46 next_x ( function
52 next_x (parent, lastdirp, what)
H A Dllib-llp172 char * next_x ( char * , long * , unsigned int );
/illumos-gate/usr/src/cmd/lp/include/
H A Dlp.h586 #define next_dir(base, ptr) next_x(base, ptr, S_IFDIR)
587 #define next_file(base, ptr) next_x(base, ptr, S_IFREG)
592 char * next_x ( char * , long * , unsigned int );

Completed in 46 milliseconds