Searched refs:make_file (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.base-hp/ |
| H A D | genso-thresh.c | 41 FILE *make_file; local 86 make_file = fopen (makefile_name, "w"); 89 fprintf (make_file, "# Generated automatically by %s\n", argv[0]); 90 fprintf (make_file, "# Make file for %s test\n", testcase_name); 91 fprintf (make_file, "\n"); 92 fprintf (make_file, "CFLAGS = +DA1.1 -g\n"); 93 fprintf (make_file, "\n"); 94 fprintf (make_file, "# This is how to build this generator.\n"); 95 fprintf (make_file, "%s.o: %s.c\n", argv[0], argv[0]); 96 fprintf (make_file, "\t$(CC) $(CFLAGS) -o %s.o -c %s.c\n", argv[0], argv[0]); [all …]
|
| /openbsd-src/gnu/usr.bin/perl/t/op/ |
| H A D | unlink.t | 18 sub make_file { 24 make_file('aaa'); 27 make_file($_) for 'aaa', 'bbb'; 32 make_file 'zzz';
|
| /openbsd-src/gnu/usr.bin/perl/cpan/autodie/t/ |
| H A D | unlink.t | 8 make_file(TMPFILE); 20 make_file(TMPFILE); 50 make_file(TMPFILE); 63 sub make_file { subroutine
|
| /openbsd-src/regress/sys/kern/flock/ |
| H A D | util.h | 39 int make_file(off_t size);
|
| H A D | util.c | 35 make_file(off_t size) in make_file() function
|
| H A D | lockf.c | 135 fd = make_file(1024); in main()
|
| H A D | flock.c | 1917 fd = make_file(1024); in main()
|