Home
last modified time | relevance | path

Searched defs:site (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dflush_clnt.c174 int flush_send_site(const char *site) in flush_send_site()
236 int flush_add(const char *site, const char *queue_id) in flush_add()
/netbsd-src/external/ibm-public/postfix/dist/src/flush/
H A Dflush.c268 static VSTRING *flush_site_to_path(VSTRING *path, const char *site) in flush_site_to_path()
306 static int flush_add_service(const char *site, const char *queue_id) in flush_add_service()
383 static int flush_send_service(const char *site, int how) in flush_send_service()
757 VSTRING *site = 0; in flush_service() local
/netbsd-src/sys/arch/arm/vexpress/
H A Dvexpress_sysreg.c69 vexpress_sysreg_write(device_t dev, u_int func, u_int site) in vexpress_sysreg_write()
/netbsd-src/external/ibm-public/postfix/dist/src/postscreen/
H A Dpostscreen_dnsbl.c223 static void psc_dnsbl_add_site(const char *site) in psc_dnsbl_add_site()
376 PSC_DNSBL_SITE *site; in psc_dnsbl_receive() local
/netbsd-src/external/ibm-public/postfix/dist/src/postqueue/
H A Dpostqueue.c475 static void flush_site(const char *site) in flush_site()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_globals.cpp349 GlobalRegistrationSite site = {stack_id, &globals[0], &globals[n - 1]}; in __asan_register_globals() local
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_globals.cc350 GlobalRegistrationSite site = {stack_id, &globals[0], &globals[n - 1]}; in __asan_register_globals() local
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_globals.cc370 GlobalRegistrationSite site = {stack_id, &globals[0], &globals[n - 1]}; in __asan_register_globals() local
/netbsd-src/usr.bin/ftp/
H A Dcmds.c1652 site(int argc, char *argv[]) site() function