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

  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-gen-builtins.cc 176 static FILE *init_file; variable
2399 fprintf (init_file, " ");
2406 fprintf (init_file, "%s_type_node", entry->value);
2430 fprintf (init_file, " tree %s = NULL_TREE;\n", buf);
2432 fprintf (init_file, " tree ");
2435 fprintf (init_file, " if (float128_type_node)\n ");
2437 fprintf (init_file, " if (dfloat64_type_node)\n ");
2439 fprintf (init_file, "%s\n = build_function_type_list (", buf);
2448 fprintf (init_file, ",\n\t\t\t\t");
2455 fprintf (init_file, ",\n\t\t\t\t")
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-gen-builtins.cc 176 static FILE *init_file; variable
2399 fprintf (init_file, " ");
2406 fprintf (init_file, "%s_type_node", entry->value);
2430 fprintf (init_file, " tree %s = NULL_TREE;\n", buf);
2432 fprintf (init_file, " tree ");
2435 fprintf (init_file, " if (float128_type_node)\n ");
2437 fprintf (init_file, " if (dfloat64_type_node)\n ");
2439 fprintf (init_file, "%s\n = build_function_type_list (", buf);
2448 fprintf (init_file, ",\n\t\t\t\t");
2455 fprintf (init_file, ",\n\t\t\t\t")
    [all...]
  /src/usr.sbin/rpc.statd/
statd.c 87 static void init_file(const char *);
124 init_file("/var/db/statd.status");
479 /* init_file -------------------------------------------------------------- */
492 init_file(const char *filename) function
  /src/usr.bin/tset/
set.c 227 if ((bp = reset_file) || (bp = init_file)) {
  /src/external/gpl3/gdb/dist/readline/readline/doc/
texi2html 92 # Afterwards, either, load it with command-line option -init_file <your_init_file>
101 # options before -init_file and might still be overwritten by
102 # command-line arguments following the -init_file option
456 $T2H_OPTIONS -> {init_file} =
2096 my $init_file = shift;
2098 $init_file = shift;
2099 if (-f $init_file)
2101 print "# reading initialization file from $init_file\n"
2103 require($init_file);
2108 $init_file = ''
    [all...]
  /src/external/gpl3/gdb.old/dist/readline/readline/doc/
texi2html 92 # Afterwards, either, load it with command-line option -init_file <your_init_file>
101 # options before -init_file and might still be overwritten by
102 # command-line arguments following the -init_file option
456 $T2H_OPTIONS -> {init_file} =
2096 my $init_file = shift;
2098 $init_file = shift;
2099 if (-f $init_file)
2101 print "# reading initialization file from $init_file\n"
2103 require($init_file);
2108 $init_file = ''
    [all...]
  /src/tests/usr.bin/indent/
t_options.lua 91 local function init_file(fname) function
314 init_file(fname)
  /src/external/gpl3/binutils/dist/gas/
ecoff.c 957 static const efdr_t init_file = {
2267 *fil_ptr = init_file;
955 static const efdr_t init_file = { variable
  /src/external/gpl3/binutils.old/dist/gas/
ecoff.c 957 static const efdr_t init_file = {
2267 *fil_ptr = init_file;
955 static const efdr_t init_file = { variable
  /src/lib/libterminfo/
term.h 1249 #define init_file t_init_file(cur_term) macro
1647 * init_file: Name of initialisation file

Completed in 34 milliseconds