HomeSort by: relevance | last modified time | path
    Searched refs:file (Results 1 - 25 of 11137) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/bsd/tradcpp/dist/tests/
t17.c 1 #define file "subdir/test.h" macro
2 #include file
  /src/external/ibm-public/postfix/dist/mantools/
mandouble 3 for file
5 echo ==== $file ====
6 deroff $file | double
manspell 3 for file
5 echo ==== $file ====
6 deroff $file | spell | grep -F -vf proto/stop
  /src/external/bsd/zstd/dist/tests/cli-tests/cltools/
setup 5 echo "1234" > file
6 zstd file
  /src/external/gpl3/binutils/dist/gprof/
flat_bl.c 1 /* ==> Do not modify this file!! It is created automatically
7 void flat_blurb (FILE *);
9 flat_blurb (FILE *file)
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);
    [all...]
fsf_callg_bl.c 1 /* ==> Do not modify this file!! It is created automatically
7 void fsf_callg_blurb (FILE *);
9 fsf_callg_blurb (FILE *file)
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);
    [all...]
bsd_callg_bl.c 1 /* ==> Do not modify this file!! It is created automatically
7 void bsd_callg_blurb (FILE *);
9 bsd_callg_blurb (FILE *file)
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);
    [all...]
  /src/external/gpl3/binutils.old/dist/gprof/
flat_bl.c 1 /* ==> Do not modify this file!! It is created automatically
7 void flat_blurb (FILE *);
9 flat_blurb (FILE *file)
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);
    [all...]
fsf_callg_bl.c 1 /* ==> Do not modify this file!! It is created automatically
7 void fsf_callg_blurb (FILE *);
9 fsf_callg_blurb (FILE *file)
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);
    [all...]
bsd_callg_bl.c 1 /* ==> Do not modify this file!! It is created automatically
7 void bsd_callg_blurb (FILE *);
9 bsd_callg_blurb (FILE *file)
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);
    [all...]
  /src/distrib/sets/
getdirs.awk 32 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 in dirs)
    [all...]
  /src/external/bsd/zstd/dist/tests/cli-tests/file-stat/
compress-file-to-stdout.sh 5 datagen > file
7 zstd file -cq --trace-file-stat > file.zst
8 zstd -tq file.zst
compress-stdin-to-file.sh 5 datagen > file
7 zstd < file -q --trace-file-stat -o file.zst
8 zstd -tq file.zst
compress-stdin-to-stdout.sh 5 datagen > file
7 zstd < file -cq --trace-file-stat > file.zst
8 zstd -tq file.zst
compress-file-to-file.sh 5 datagen > file
6 chmod 642 file
8 zstd file -q --trace-file-stat -o file.zst
9 zstd -tq file.zst
decompress-file-to-file.sh 5 datagen | zstd -q > file.zst
6 chmod 642 file.zst
8 zstd -dq --trace-file-stat file.zst
decompress-file-to-stdout.sh 5 datagen | zstd -q > file.zst
7 zstd -dcq --trace-file-stat file.zst > file
decompress-stdin-to-file.sh 5 datagen | zstd -q > file.zst
7 zstd -dcq --trace-file-stat < file.zst -o file
  /src/external/gpl3/gdb.old/dist/sim/igen/
gen-model.c 7 This file is part of GDB.
36 gen_model_h (lf *file, const insn_table *table)
38 lf_print__this_file_is_empty (file, "suffering bit rot");
43 gen_model_c (lf *file, const insn_table *table)
45 lf_print__this_file_is_empty (file, "suffering bit rot");
gen-engine.c 7 This file is part of GDB.
41 print_engine_issue_prefix_hook (lf *file)
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)
    [all...]
  /src/external/gpl3/gdb/dist/sim/igen/
gen-model.c 7 This file is part of GDB.
36 gen_model_h (lf *file, const insn_table *table)
38 lf_print__this_file_is_empty (file, "suffering bit rot");
43 gen_model_c (lf *file, const insn_table *table)
45 lf_print__this_file_is_empty (file, "suffering bit rot");
gen-engine.c 7 This file is part of GDB.
41 print_engine_issue_prefix_hook (lf *file)
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)
    [all...]
  /src/external/bsd/zstd/dist/tests/cli-tests/compression/
levels.sh 6 datagen > file
9 zstd --fast=10 file -o file-f10.zst -q
10 zstd --fast=1 file -o file-f1.zst -q
11 zstd -1 file -o file-1.zst -q
12 zstd -19 file -o file-19.zst -q
14 zstd -t file-f10.zst file-f1.zst file-1.zst file-19.zs
    [all...]
long-distance-matcher.sh 6 zstd -f file --long ; zstd -t file.zst
7 zstd -f file --long=20; zstd -t file.zst
  /src/sbin/mount_portal/examples/
fs.1.conf 3 fs/ file fs/

Completed in 27 milliseconds

1 2 3 4 5 6 7 8 91011>>