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

/freebsd-10.1-release/usr.sbin/rpc.statd/
H A Dstatd.h108 extern void init_file(const char * /*filename*/);
H A Dfile.c157 /* init_file -------------------------------------------------------------- */
170 void init_file(const char *filename) function
H A Dstatd.c284 init_file("/var/db/statd.status");
/freebsd-10.1-release/contrib/ncurses/progs/
H A Dtput.c242 } else if (init_file != 0) {
243 f = fopen(init_file, "r");
245 quit(4 + errno, "Can't open init_file: '%s'", init_file);
H A Dtset.c1004 || (p = init_file) != 0) {
/freebsd-10.1-release/contrib/ee/
H A Dee.c4133 FILE *init_file; local
4154 init_file = fopen(init_name[counter], "r");
4155 while ((str2 = fgets(string, 512, init_file)) != NULL)
4233 fclose(init_file);
4257 FILE *init_file; local
4299 init_file = fopen(file_name, "w");
4300 if (init_file == NULL)
4321 fprintf(init_file, "%s\n", string);
4325 fprintf(init_file, "%s\n", string);
4331 fprintf(init_file, "
[all...]
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2349 FileSpec init_file; local
2357 init_file.SetFile ("./.lldbinit", true);
2378 init_file.SetFile (program_init_file_name, true);
2379 if (!init_file.Exists())
2380 init_file.Clear();
2384 if (!init_file && !m_skip_lldbinit_files)
2385 init_file.SetFile (init_file_path, true);
2391 if (init_file.Exists())
2394 HandleCommandsFromFile (init_file,
/freebsd-10.1-release/contrib/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...]
/freebsd-10.1-release/contrib/binutils/gas/
H A Decoff.c959 static const efdr_t init_file = {
2282 *fil_ptr = init_file;
957 static const efdr_t init_file = { variable
/freebsd-10.1-release/contrib/ncurses/include/
H A DCaps.uwin343 init_file if str if - - YB-G- name of initialization file
H A DCaps375 init_file if str if - - YB-G- name of initialization file
H A DCaps.aix4375 init_file if str if - - YB-G- name of initialization file
H A DCaps.hpux11377 init_file if str if - - YB-G- name of initialization file
H A DCaps.keys377 init_file if str if - - YB-G- name of initialization file

Completed in 181 milliseconds