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

  /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/tests/usr.bin/patch/
t_patch.sh 87 +++ new_file 2021-02-20 09:21:10.912906887 +0100
112 +++ new_file 2021-02-20 09:21:10.912906887 +0100
149 +++ new_file 2021-02-20 09:21:10.912906887 +0100
159 --- new_file 2021-02-20 09:44:52.363230019 +0100
  /src/distrib/utils/more/
main.c 64 int new_file; variable in typeref:typename:int
150 new_file = 1;
  /src/lib/libc/db/hash/
hash_buf.c 133 is_disk = is_disk_mask || !hashp->new_file;
214 if (hashp->new_file &&
hash.h 109 int new_file; /* Indicates if fd is backing store member in struct:htab
hash.c 192 hashp->new_file = new_table;
465 hashp->new_file = 0;
  /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;

Completed in 17 milliseconds