Searched refs:init_file (Results 1 - 7 of 7) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.sbin/rpc.statd/
H A Dstatd.c89 static void init_file __P((const char *));
130 init_file("/var/db/statd.status");
507 /* init_file -------------------------------------------------------------- */
520 init_file(filename) function
/netbsd-6-1-5-RELEASE/usr.bin/tset/
H A Dset.c225 if ((bp = reset_file) || (bp = init_file)) {
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/readline/doc/
H A Dtexi2html93 # Afterwards, either, load it with command-line option -init_file <your_init_file>
102 # options before -init_file and might still be overwritten by
103 # command-line arguments following the -init_file option
457 $T2H_OPTIONS -> {init_file} =
2097 my $init_file = shift;
2099 $init_file = shift;
2100 if (-f $init_file)
2102 print "# reading initialization file from $init_file\n"
2104 require($init_file);
2109 $init_file
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dmips-tfile.c1080 static efdr_t init_file;
2370 /* Initialize the init_file structure. */
2380 memset (&init_file, 0, sizeof (init_file));
2382 init_file.fdr.lang = langC;
2383 init_file.fdr.fMerge = 1;
2384 init_file.fdr.glevel = GLEVEL_2;
2393 little-endian, i.e. init_file.fdr.fBigendian = 0. */
2396 init_file.fdr.fBigendian = 1;
2398 INITIALIZE_VARRAY (&init_file
1073 static efdr_t init_file; variable
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dmips-tfile.c1082 static efdr_t init_file;
2372 /* Initialize the init_file structure. */
2377 memset (&init_file, 0, sizeof (init_file));
2379 init_file.fdr.lang = langC;
2380 init_file.fdr.fMerge = 1;
2381 init_file.fdr.glevel = GLEVEL_2;
2384 init_file.fdr.fBigendian = 1;
2387 INITIALIZE_VARRAY (&init_file.strings, char);
2388 INITIALIZE_VARRAY (&init_file
1075 static efdr_t init_file; variable
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/
H A Decoff.c959 static const efdr_t init_file = {
2292 *fil_ptr = init_file;
957 static const efdr_t init_file = { variable
/netbsd-6-1-5-RELEASE/lib/libterminfo/
H A Dterm.h1249 #define init_file t_init_file(cur_term) macro
1647 * init_file: Name of initialisation file

Completed in 121 milliseconds