Searched defs:file_exists (Results 1 - 3 of 3) sorted by relevance

/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/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/lib/libdevinfo/
H A Ddevfsmap.c1122 file_exists(char *rootdir, char *path) function
1131 logdmsg(("file_exists: %s: %s\n", fullpath, (x == 0) ? "yes" : "no"));
1161 if (file_exists(rootdir, SCSI_VHCI_CONF) == 0) {
1168 if (file_exists(rootdir, "/kernel/drv"))

Completed in 65 milliseconds