Searched refs:file (Results 1 - 25 of 16447) sorted by relevance

1234567891011>>

/netbsd-current/external/bsd/tradcpp/dist/tests/
H A Dt17.c1 #define file "subdir/test.h" macro
2 #include file
/netbsd-current/external/ibm-public/postfix/dist/mantools/
H A Dmandouble3 for file
5 echo ==== $file ====
6 deroff $file | double
H A Dmanspell3 for file
5 echo ==== $file ====
6 deroff $file | spell | grep -F -vf proto/stop
/netbsd-current/external/gpl3/binutils.old/dist/gprof/
H A Dflat_bl.c1 /* ==> Do not modify this file!! It is created automatically
9 flat_blurb (FILE *file) argument
11 fputs ("\n", file);
12 fputs (" % the percentage of the total running time of the\n", file);
13 fputs ("time program used by this function.\n", file);
14 fputs ("\n", file);
15 fputs ("cumulative a running sum of the number of seconds accounted\n", file);
16 fputs (" seconds for by this function and those listed above it.\n", file);
17 fputs ("\n", file);
18 fputs (" self the number of seconds accounted for by this\n", file);
[all...]
H A Dfsf_callg_bl.c1 /* ==> Do not modify this file!! It is created automatically
9 fsf_callg_blurb (FILE *file) argument
11 fputs ("\n", file);
12 fputs (" This table describes the call tree of the program, and was sorted by\n", file);
13 fputs (" the total amount of time spent in each function and its children.\n", file);
14 fputs ("\n", file);
15 fputs (" Each entry in this table consists of several lines. The line with the\n", file);
16 fputs (" index number at the left hand margin lists the current function.\n", file);
17 fputs (" The lines above it list the functions that called this function,\n", file);
18 fputs (" and the lines below it list the functions this one called.\n", file);
[all...]
H A Dbsd_callg_bl.c1 /* ==> Do not modify this file!! It is created automatically
9 bsd_callg_blurb (FILE *file) argument
11 fputs ("\n", file);
12 fputs ("\n", file);
13 fputs ("\n", file);
14 fputs ("call graph profile:\n", file);
15 fputs (" The sum of self and descendents is the major sort\n", file);
16 fputs (" for this listing.\n", file);
17 fputs ("\n", file);
18 fputs (" function entries:\n", file);
[all...]
/netbsd-current/external/gpl3/binutils/dist/gprof/
H A Dflat_bl.c1 /* ==> Do not modify this file!! It is created automatically
9 flat_blurb (FILE *file) argument
11 fputs ("\n", file);
12 fputs (" % the percentage of the total running time of the\n", file);
13 fputs ("time program used by this function.\n", file);
14 fputs ("\n", file);
15 fputs ("cumulative a running sum of the number of seconds accounted\n", file);
16 fputs (" seconds for by this function and those listed above it.\n", file);
17 fputs ("\n", file);
18 fputs (" self the number of seconds accounted for by this\n", file);
[all...]
H A Dfsf_callg_bl.c1 /* ==> Do not modify this file!! It is created automatically
9 fsf_callg_blurb (FILE *file) argument
11 fputs ("\n", file);
12 fputs (" This table describes the call tree of the program, and was sorted by\n", file);
13 fputs (" the total amount of time spent in each function and its children.\n", file);
14 fputs ("\n", file);
15 fputs (" Each entry in this table consists of several lines. The line with the\n", file);
16 fputs (" index number at the left hand margin lists the current function.\n", file);
17 fputs (" The lines above it list the functions that called this function,\n", file);
18 fputs (" and the lines below it list the functions this one called.\n", file);
[all...]
H A Dbsd_callg_bl.c1 /* ==> Do not modify this file!! It is created automatically
9 bsd_callg_blurb (FILE *file) argument
11 fputs ("\n", file);
12 fputs ("\n", file);
13 fputs ("\n", file);
14 fputs ("call graph profile:\n", file);
15 fputs (" The sum of self and descendents is the major sort\n", file);
16 fputs (" for this listing.\n", file);
17 fputs ("\n", file);
18 fputs (" function entries:\n", file);
[all...]
/netbsd-current/distrib/sets/
H A Dgetdirs.awk32 function dirname(file) \
35 gsub(/\/[^\/]+$/, "", file)
36 return file
75 file = $1
76 items[file]++
78 file = dirname(file)
79 dirs[file]++
80 } while (file ~ /\//)
85 for (file i
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/elf/
H A Dfile-2.s1 .file "file-2.s"
4 .file "aux-1.s"
6 .file "aux-2.s"
H A Dfile.s2 .file "~tilde"
5 .file "hash#"
11 .file "lower"
12 .file "UPPER"
15 .file ":colon"
19 .file "/dir/file.s"
22 .file "[brackets]"
23 .file "{braces}"
26 .file "slas
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gold/testsuite/
H A Dno_version_test.sh9 # This file is part of gold.
26 # This file goes with no_version_test.c, a C source file
33 file=$1
35 found=`egrep "\.gnu\.version.*" $file`
37 echo "These section should not be in $file:"
/netbsd-current/external/gpl3/gdb/dist/sim/igen/
H A Dgen-model.c7 This file is part of GDB.
36 gen_model_h (lf *file, const insn_table *table) argument
38 lf_print__this_file_is_empty (file, "suffering bit rot");
43 gen_model_c (lf *file, const insn_table *table) argument
45 lf_print__this_file_is_empty (file, "suffering bit rot");
H A Dgen-engine.c7 This file is part of GDB.
41 print_engine_issue_prefix_hook (lf *file) argument
43 lf_printf (file, "\n");
44 lf_indent_suppress (file);
45 lf_printf (file, "#if defined (ENGINE_ISSUE_PREFIX_HOOK)\n");
46 lf_printf (file, "ENGINE_ISSUE_PREFIX_HOOK();\n");
47 lf_indent_suppress (file);
48 lf_printf (file, "#endif\n");
49 lf_printf (file, "\n");
53 print_engine_issue_postfix_hook (lf *file) argument
66 print_run_body(lf *file, const gen_entry *table) argument
337 print_engine_run_function_header(lf *file, const char *processor, function_decl_type decl_type) argument
392 gen_engine_h(lf *file, const gen_table *gen, const insn_table *isa, cache_entry *cache_rules) argument
409 gen_engine_c(lf *file, const gen_table *gen, const insn_table *isa, cache_entry *cache_rules) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/igen/
H A Dgen-engine.c7 This file is part of GDB.
41 print_engine_issue_prefix_hook (lf *file) argument
43 lf_printf (file, "\n");
44 lf_indent_suppress (file);
45 lf_printf (file, "#if defined (ENGINE_ISSUE_PREFIX_HOOK)\n");
46 lf_printf (file, "ENGINE_ISSUE_PREFIX_HOOK();\n");
47 lf_indent_suppress (file);
48 lf_printf (file, "#endif\n");
49 lf_printf (file, "\n");
53 print_engine_issue_postfix_hook (lf *file) argument
66 print_run_body(lf *file, gen_entry *table) argument
337 print_engine_run_function_header(lf *file, char *processor, function_decl_type decl_type) argument
392 gen_engine_h(lf *file, gen_table *gen, insn_table *isa, cache_entry *cache_rules) argument
407 gen_engine_c(lf *file, gen_table *gen, insn_table *isa, cache_entry *cache_rules) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/fixincludes/tests/base/sys/
H A Dfile.h5 "fixinc/tests/inc/sys/file.h"
8 original, manufacturer supplied header file. */
13 extern void foo(struct file *, ...); /* HPUX_SOURCE - bad varargs */
/netbsd-current/sbin/mount_portal/examples/
H A Dfs.1.conf3 fs/ file fs/
/netbsd-current/external/gpl3/gcc.old/dist/fixincludes/tests/base/sys/
H A Dfile.h5 "fixinc/tests/inc/sys/file.h"
8 original, manufacturer supplied header file. */
13 extern void foo(struct file *, ...); /* HPUX_SOURCE - bad varargs */
/netbsd-current/external/gpl3/gdb.old/dist/binutils/testsuite/binutils-all/
H A Dempty.s1 # An empty file.
/netbsd-current/games/fortune/tools/
H A DDo_troff7 set file=$1
9 ( echo ".ds Se $file" ; cat Troff.mac ; sed -f Troff.sed $file ) | \
10 $* -me >& $file.tr
11 echo troff output in $file.tr
/netbsd-current/external/gpl3/gdb.old/dist/sim/ppc/
H A Dgen-itable.c1 /* This file is part of the program psim.
43 lf *file,
48 lf_printf(file, " ");
49 print_function_name(file,
53 lf_printf(file, ",\n");
58 gen_itable_h(insn_table *table, lf *file) argument
61 lf_printf(file, "typedef enum {\n");
63 file, NULL,
65 lf_printf(file, " nr_itable_entries,\n");
66 lf_printf(file, "} itable_inde
42 itable_h_insn(insn_table *entry, lf *file, void *data, insn *instruction, int depth) argument
87 itable_c_insn(insn_table *entry, lf *file, void *data, insn *instruction, int depth) argument
112 gen_itable_c(insn_table *table, lf *file) argument
[all...]
/netbsd-current/external/apache2/argon2/dist/phc-winner-argon2/kats/
H A Dcheck-sums.sh3 for file in `ls | grep '^[a-z2]*\(_v\)\?[0-9]*$' | xargs`
5 new=`shasum -a 256 $file`
6 old=`cat $file.shasum`
9 echo $file "\t" OK
11 echo $file "\t" ERROR
/netbsd-current/external/gpl3/gdb/dist/sim/ppc/
H A Dgen-itable.c1 /* This file is part of the program psim.
38 lf *file,
43 lf_printf(file, " ");
44 print_function_name(file,
48 lf_printf(file, ",\n");
53 gen_itable_h(insn_table *table, lf *file) argument
56 lf_printf(file, "typedef enum {\n");
58 file, NULL,
60 lf_printf(file, " nr_itable_entries,\n");
61 lf_printf(file, "} itable_inde
37 itable_h_insn(insn_table *entry, lf *file, void *data, insn *instruction, int depth) argument
82 itable_c_insn(insn_table *entry, lf *file, void *data, insn *instruction, int depth) argument
107 gen_itable_c(insn_table *table, lf *file) argument
[all...]
H A Dgen-support.c1 /* This file is part of the program psim.
35 print_support_function_name(lf *file, argument
40 lf_print_function_type(file, SEMANTIC_FUNCTION_TYPE, "PSIM_INLINE_SUPPORT",
42 print_function_name(file,
46 lf_printf(file, "\n(%s)", SEMANTIC_FUNCTION_FORMAL);
48 lf_printf(file, ";");
49 lf_printf(file, "\n");
52 lf_print_function_type(file,
56 lf_printf(file, "%s\n(%s)%s",
66 lf *file,
65 support_h_function(insn_table *entry, lf *file, void *data, table_entry *function) argument
80 gen_support_h(insn_table *table, lf *file) argument
94 support_c_function(insn_table *table, lf *file, void *data, table_entry *function) argument
119 gen_support_c(insn_table *table, lf *file) argument
[all...]

Completed in 328 milliseconds

1234567891011>>