Home
last modified time | relevance | path

Searched refs:scan_dir_open (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dscan_dir.h21 extern SCAN_DIR *scan_dir_open(const char *);
H A Dscan_dir.c167 SCAN_DIR *scan_dir_open(const char *path) in scan_dir_open() function
/netbsd-src/external/ibm-public/postfix/dist/src/qmgr/
H A Dqmgr_move.c73 queue_dir = scan_dir_open(src_queue); in qmgr_move()
H A Dqmgr_scan.c109 scan_info->handle = scan_dir_open(scan_info->queue); in qmgr_scan_start()
/netbsd-src/external/ibm-public/postfix/dist/src/oqmgr/
H A Dqmgr_move.c73 queue_dir = scan_dir_open(src_queue); in qmgr_move()
H A Dqmgr_scan.c109 scan_info->handle = scan_dir_open(scan_info->queue); in qmgr_scan_start()
/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Ddynamicmaps.c323 && (dir = scan_dir_open(conf_path_d)) != 0) { in dymap_init()
/netbsd-src/external/ibm-public/postfix/dist/src/showq/
H A Dshowq.c380 SCAN_DIR *scan = scan_dir_open(qp->name); in showq_service()
/netbsd-src/external/ibm-public/postfix/dist/src/pickup/
H A Dpickup.c561 scan = scan_dir_open(queue_name); in pickup_service()
/netbsd-src/external/ibm-public/postfix/dist/src/flush/
H A Dflush.c661 scan = scan_dir_open(MAIL_QUEUE_FLUSH); in flush_refresh_service()
/netbsd-src/external/ibm-public/postfix/dist/src/postsuper/
H A Dpostsuper.c964 info = scan_dir_open(queue_name); in super()