Home
last modified time | relevance | path

Searched refs:create_file (Results 1 – 12 of 12) sorted by relevance

/openbsd/usr.sbin/unbound/testcode/
H A Dlock_verify.c75 char* create_file; member
192 !readup_str(&o->create_file, in) || in read_create()
202 a->create_file = o->create_file; in read_create()
210 o->create_file, o->create_line); in read_create()
291 visit->lock->create_file, visit->lock->create_line); in found_cycle()
301 next->create_file, next->create_line); in found_cycle()
343 visit->lock->create_file, visit->lock->create_line); in search_cycle()
359 start.file = lock->create_file; in check_order_lock()
362 if(!lock->create_file) in check_order_lock()
382 lock->create_file, lock->create_line); in check_order()
[all …]
H A Dchecklocks.c95 lock->create_file, lock->create_line); in lock_error()
274 fwrite(lock->create_file, strlen(lock->create_file)+1, 1, in ordercheck_lockcreate()
307 e->create_file = file; in checklock_init()
382 e->create_func, e->create_file, e->create_line, in checklock_destroy()
524 …d %s:%d at %s:%d\n", lock->create_thread, lock->create_instance, lock->create_file, lock->create_l… in checklock_rdlock()
547 …d %s:%d at %s:%d\n", lock->create_thread, lock->create_instance, lock->create_file, lock->create_l… in checklock_wrlock()
587 …d %s:%d at %s:%d\n", lock->create_thread, lock->create_instance, lock->create_file, lock->create_l… in checklock_lock()
627 …d %s:%d at %s:%d\n", lock->create_thread, lock->create_instance, lock->create_file, lock->create_l… in checklock_unlock()
796 lock->create_func, lock->create_file, lock->create_line); in lock_debug_info()
H A Dchecklocks.h130 const char* create_func, *create_file; member
/openbsd/gnu/usr.bin/gcc/gcc/fixinc/
H A Dfixincl.c561 static FILE *create_file PARAMS ((void));
563 create_file () in create_file() function
1241 FILE* out_fp = create_file ();
1289 out_fp = create_file ();
/openbsd/gnu/gcc/fixincludes/
H A Dfixincl.c530 create_file (void) in create_file() function
1204 FILE* out_fp = create_file (); in write_replacement()
1253 out_fp = create_file (); in test_for_changes()
H A DChangeLog415 (create_file): Fix mkdir() for Win32.
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dgengtype.c1025 static outf_p create_file PARAMS ((const char *, const char *));
1032 create_file (name, oname) in create_file() function
1108 header_file = create_file ("GCC", "gtype-desc.h"); in open_base_files()
1111 base_files[i] = create_file (lang_dir_names[i], in open_base_files()
1128 gtype_desc_c = create_file ("GCC", "gtype-desc.c"); in open_base_files()
1291 r = create_file (for_name, output_name);
H A DChangeLog.7656 * gengtype.c (NUM_BASE_FILES, create_file, write_gc_root):
1479 (create_file): Create an outf_p. Add parameter to indicate output
3434 * gengtype.c (create_file): Tidy output files.
H A DChangeLog.41917 (create_file, test_test, egrep_test): Add static prototype.
1922 `create_file'.
H A DChangeLog.23166 * fixinc/fixincl.c(create_file): Allow for systems that do not have
H A DChangeLog.16779 * fixinc/fixincl.c (create_file): Pass file creation mask as
/openbsd/gnu/gcc/gcc/
H A Dgengtype.c1012 static outf_p create_file (const char *, const char *);
1019 create_file (const char *name, const char *oname) in create_file() function
1092 header_file = create_file ("GCC", "gtype-desc.h"); in open_base_files()
1095 base_files[i] = create_file (lang_dir_names[i], in open_base_files()
1113 gtype_desc_c = create_file ("GCC", "gtype-desc.c"); in open_base_files()
1289 r = create_file (for_name, output_name); in get_output_file_with_visibility()