Searched refs:is_file (Results 1 – 5 of 5) sorted by relevance
138 is_file = os.path.isfile( full_path )139 if not is_file and not is_dir:143 entry_type = is_file and FILE_LINK or DIR_LINK145 entry_type = is_file and FILE or DIR
149 if dest.is_file():152 if dest.is_file():166 elif f.is_file() and (not condition or condition(f)):
1183 char is_file; in getparameter() local1189 is_file = *p++; /* pass the separator */ in getparameter()1193 nlen = is_file = 0; in getparameter()1196 if('@' == is_file) { in getparameter()
320 static int is_file(const char *filename) in is_file() function344 if(!is_file(str)) in dup_nickname()454 if(is_file(filename)) in nss_load_cert()646 if(key_file || (is_file(cert_file))) { in cert_stuff()
1025 CF_INLINE bool is_file(const char *filename) in is_file() function1251 bool is_cert_file = is_file(ssl_cert);1389 bool is_cert_file = is_file(ssl_cafile);