Home
last modified time | relevance | path

Searched refs:file_exists (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libsasl/lib/
H A Dserver.c669 int file_exists = 0; local
708 file_exists = S_ISREG(buf.st_mode);
712 if (file_exists && gctx->config_path != NULL &&
719 if (!file_exists)
723 if (!file_exists) {
/illumos-gate/usr/src/cmd/abi/appcert/scripts/
H A DAppcertUtil.pm1353 if (! file_exists($file)) {
1371 sub file_exists subroutine
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevfsmap.c1122 file_exists(char *rootdir, char *path) in file_exists() function
1161 if (file_exists(rootdir, SCSI_VHCI_CONF) == 0) { in is_mpxio_disabled()
1168 if (file_exists(rootdir, "/kernel/drv")) in is_mpxio_disabled()