Searched refs:isfile (Results 1 - 19 of 19) sorted by relevance

/freebsd-10.0-release/contrib/unbound/libunbound/python/examples/
H A Ddnssec-valid.py45 if os.path.isfile("keys"):
/freebsd-10.0-release/contrib/binutils/ld/
H A Dldemul.h49 (int *isfile);
125 char * (*get_script) (int *isfile);
H A Dldemul.c108 ldemul_get_script (int *isfile) argument
110 return ld_emulation->get_script (isfile);
H A Dldmain.c380 int isfile;
381 char *s = ldemul_get_script (&isfile);
383 if (isfile)
420 int isfile;
422 info_msg (ldemul_get_script (&isfile));
379 int isfile; local
419 int isfile; local
/freebsd-10.0-release/usr.sbin/pkg_install/create/
H A Dperform.c589 Install = isfile(INSTALL_FNAME) ? (char *)INSTALL_FNAME : NULL;
590 PostInstall = isfile(POST_INSTALL_FNAME) ?
592 DeInstall = isfile(DEINSTALL_FNAME) ? (char *)DEINSTALL_FNAME : NULL;
593 PostDeInstall = isfile(POST_DEINSTALL_FNAME) ?
595 Require = isfile(REQUIRE_FNAME) ? (char *)REQUIRE_FNAME : NULL;
596 Display = isfile(DISPLAY_FNAME) ? (char *)DISPLAY_FNAME : NULL;
597 Mtree = isfile(MTREE_FNAME) ? (char *)MTREE_FNAME : NULL;
H A Dpl.c42 } else if (isfile(fname)) {
/freebsd-10.0-release/usr.sbin/pkg_install/info/
H A Dperform.c109 else if (fexists(pkg) && isfile(pkg)) {
344 if (isfile(wp->file) == FALSE) {
356 if (isfile(tmp)) {
H A Dmain.c259 if (MatchType != MATCH_REGEX && MatchType != MATCH_EREGEX && !isfile(*argv) && !isURL(*argv))
H A Dshow.c367 } else if (isfile(tmp) || verscmp(plist, 1, 1) < 0)
/freebsd-10.0-release/usr.sbin/pkg_install/lib/
H A Dfile.c85 isfile(const char *fname) function
146 if (fexists(fname) && isfile(fname)) {
175 if (fexists(tmp) && isfile(tmp))
H A Dlib.h177 Boolean isfile(const char *);
H A Dmatch.c389 if (!isfile(buf2) || access(buf2, R_OK) == FAIL)
H A Dplist.c484 } else if (isfile(tmp) || verscmp(pkg, 1, 1) < 0)
/freebsd-10.0-release/tools/LibraryReport/
H A DLibraryReport.tcl158 if {[file isfile $f]} {
/freebsd-10.0-release/usr.sbin/makefs/
H A Dffs.c859 int isfile, ffd; local
872 isfile = S_ISREG(DIP(din, mode));
881 "ffs_write_file: ino %u, din %p, isfile %d, %s, size %lld",
882 ino, din, isfile, inode_type(DIP(din, mode) & S_IFMT),
884 if (isfile)
903 if (isfile) {
917 if (!isfile)
948 isfile ? (char *)buf :
956 if (!isfile)
/freebsd-10.0-release/usr.sbin/pkg_install/version/
H A Dperform.c175 if (isdir(tmp) && chdir(tmp) != FAIL && isfile("Makefile")) {
/freebsd-10.0-release/contrib/subversion/
H A Dwin-tests.py293 if not os.path.isfile(src):
299 assert os.path.isfile(tgt)
854 if os.path.isfile(tgt):
/freebsd-10.0-release/usr.sbin/jail/
H A Dcommand.c76 int isfile, const char *umount_type);
829 check_path(struct cfjail *j, const char *pname, const char *path, int isfile, argument
859 if (errno == ENOENT && isfile && !p)
/freebsd-10.0-release/tools/tools/shlib-compat/
H A Dshlib-compat.py673 if not os.path.isfile(self.libfile):

Completed in 119 milliseconds