Searched refs:local_file (Results 1 – 6 of 6) sorted by relevance
28 char *local_file; in GLOBALS()277 fd = xcreate(TT.local_file, O_WRONLY | O_CREAT | O_TRUNC, 0666); in file_get()282 unlink(TT.local_file); in file_get()337 unlink(TT.local_file); in file_get()358 unlink(TT.local_file); in file_get()363 unlink(TT.local_file); in file_get()369 unlink(TT.local_file); in file_get()392 fd = xopenro(TT.local_file); in file_put()440 TT.local_file = (slash) ? slash + 1 : TT.remote_file; in tftp_main()442 } else if (FLAG(l)) TT.remote_file = TT.local_file; in tftp_main()
611 local_file = source612 if "$(gyp_intermediate_dir)/" not in local_file:613 basename = os.path.basename(local_file)614 local_file = "$(gyp_intermediate_dir)/" + basename615 (root, ext) = os.path.splitext(local_file)617 local_file = root + local_cpp_extension618 if local_file != source:622 final_generated_sources.append(local_file)
372 local_file = "setup.cfg"373 if os.path.isfile(local_file):374 files.append(local_file)
954 char *local_file; member
8 ``local_file://`` URL schemes in ``URLopener().open()`` and