Lines Matching full:given
51 /* checks that a given file exists */
63 /* checks that one can read/write a given (regular) file */
67 /* checks that one can execute a given file */
73 /* ensure that a given directory exists, create it if not,
77 /* return the size of a given file in '*psize'. returns 0 on
81 /* path_parent() can be used to return the n-level parent of a given directory
115 /* look for a given executable in the system path and return its full path.
129 ** path_empty_file() creates an empty file at a given path location.
145 /* creates an empty file at a given location. If the file already
155 /* unlink/delete a given file. Note that on Win32, this will
160 /* try to load a given file into a heap-allocated block.