Home
last modified time | relevance | path

Searched refs:scan_dir_next (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dmail_scan_dir.c55 if ((name = scan_dir_next(scan)) == 0) { in mail_scan_dir_next()
H A Ddynamicmaps.c325 while ((conf_name = scan_dir_next(dir)) != 0) { in dymap_init()
/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dscan_dir.h22 extern char *scan_dir_next(SCAN_DIR *);
H A Dscan_dir.c179 char *scan_dir_next(SCAN_DIR *scan) in scan_dir_next() function
/netbsd-src/external/ibm-public/postfix/dist/src/showq/
H A Dshowq.c353 MAIL_QUEUE_MAILDROP, scan_dir_next, in showq_service()
/netbsd-src/external/ibm-public/postfix/dist/src/pickup/
H A Dpickup.c562 while ((id = scan_dir_next(scan)) != 0) { in pickup_service()
/netbsd-src/external/ibm-public/postfix/dist/src/postsuper/
H A Dpostsuper.c973 if ((path = scan_dir_next(info)) == 0) { in super()