Home
last modified time | relevance | path

Searched defs:file (Results 1 – 21 of 21) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Dfiledef.h26 struct file struct
29 char *hname; /* Hashed filename */ argument
40 struct file *prev; /* Previous entry for same file name; argument
43 struct file *last; /* Last entry for the same file name. */ argument
47 struct file *renamed; argument
58 struct file *parent; argument
62 struct file *double_colon; argument
75 unsigned int precious:1; /* Non-0 means don't delete file on quit */ argument
76 unsigned int low_resolution_time:1; /* Nonzero if this file's time stamp argument
80 this file; don't search again. */ argument
[all …]
Dremake.c87 #define MTIME(file) (rebuilding_makefiles ? file_mtime_no_search (file) \ in update_goal_chain() argument
127 struct file *file; in update_goal_chain() local
284 update_file (struct file *file, unsigned int depth) in update_file()
346 complain (const struct file *file) in complain()
370 update_file_1 (struct file *file, unsigned int depth) in update_file_1()
796 notice_finished_file (struct file *file) in notice_finished_file()
933 check_dep (struct file *file, unsigned int depth, in check_dep()
1045 touch_file (struct file *file) in touch_file()
1097 remake_file (struct file *file) in remake_file()
1144 f_mtime (struct file *file, int search) in f_mtime()
[all …]
Dcommands.c45 set_file_variables (struct file *file) in set_file_variables()
368 execute_file_commands (struct file *file) in execute_file_commands()
528 delete_target (struct file *file, char *on_behalf_of) in delete_target()
Dvpath.c318 gpath_search (char *file, unsigned int len) in gpath_search()
337 vpath_search (char **file, FILE_TIMESTAMP *mtime_ptr) in vpath_search()
372 selective_vpath_search (struct vpath *path, char **file, in selective_vpath_search()
Dexpand.c99 recursively_expand_for_file (struct variable *v, struct file *file) in recursively_expand_for_file()
449 variable_expand_for_file (char *line, struct file *file) in variable_expand_for_file()
539 allocated_variable_expand_for_file (char *line, struct file *file) in allocated_variable_expand_for_file()
Ddep.h41 struct file *file; member
Dimplicit.c39 try_implicit_rule (struct file *file, unsigned int depth) in try_implicit_rule()
200 pattern_search (struct file *file, int archive, in pattern_search()
Djob.h44 struct file *file; /* File being remade. */ member
Dvariable.c445 initialize_file_variables (struct file *file, int reading) in initialize_file_variables()
853 target_environment (struct file *file) in target_environment()
1477 print_file_variables (struct file *file) in print_file_variables()
Djob.c1485 new_job (struct file *file) in new_job()
2926 construct_command_argv (char *line, char **restp, struct file *file, in construct_command_argv()
Dfile.c756 set_command_state (struct file *file, enum cmd_state state) in set_command_state()
Dmain.c1194 BPTR env, file, old; in main() local
/ndk/sources/host-tools/sed-4.2.1/lib/
Ddirname.c32 dir_len (char const *file) in dir_len()
71 dir_name (char const *file) in dir_name()
Dstripslash.c30 strip_trailing_slashes (char *file) in strip_trailing_slashes()
Dlstat.c54 rpl_lstat (const char *file, struct stat *sbuf) in rpl_lstat()
Dtempname.c72 # define __lxstat64(version, file, buf) lstat (file, buf) argument
73 # define __xstat64(version, file, buf) stat (file, buf) argument
/ndk/sources/host-tools/sed-4.2.1/build-aux/
Dlink-warning.h13 # define GL_LINK_WARNING1(file, line, message) \ argument
15 # define GL_LINK_WARNING2(file, line, message) \ argument
/ndk/sources/cxx-stl/stlport/src/
Dstdio_streambuf.cpp55 stdio_streambuf_base::stdio_streambuf_base(FILE* file) in stdio_streambuf_base()
/ndk/sources/android/cpufeatures/
Dcpu-features.c343 char file[64]; in cpulist_read_from() local
/ndk/sources/host-tools/nawk-20071023/
Dlib.c36 char *file = ""; variable
/ndk/sources/host-tools/sed-4.2.1/sed/
Dcompile.c70 FILE *file; member