HomeSort by: relevance | last modified time | path
    Searched defs:new_file (Results 1 - 4 of 4) sorted by relevancy

  /src/distrib/utils/more/
main.c 64 int new_file; variable in typeref:typename:int
150 new_file = 1;
  /src/sys/external/bsd/compiler_rt/dist/lib/profile/
GCDAProfiling.c 89 static int new_file = 0; variable in typeref:typename:int
119 if (!new_file) return;
156 if (new_file)
167 if (new_file)
268 new_file = 0;
273 new_file = 1;
302 if (new_file) {
308 new_file = 1;
486 if (new_file) {
  /src/usr.sbin/inetd/
parse.c 1183 struct file_list new_file; local in function:include_configs
1193 new_file.abs = realpath(CONFIG, NULL);
1194 new_file.next = file_list_head;
1198 /* Put new_file at the top of the config stack */
1199 file_list_head = &new_file;
1201 free(new_file.abs);
1202 /* Pop new_file off the stack */
1203 file_list_head = new_file.next;
  /src/lib/libc/db/hash/
hash.h 109 int new_file; /* Indicates if fd is backing store member in struct:htab

Completed in 41 milliseconds