Home
last modified time | relevance | path

Searched refs:file (Results 1 – 7 of 7) sorted by relevance

/babblesim_base-latest/libUtilv1/src/
Dbs_oswrap.h28 void bs_skipline(FILE *file);
Dbs_oswrap.c136 void bs_skipline(FILE *file) { in bs_skipline() argument
138 while (((c=getc(file)) != EOF ) && c!='\n') { } in bs_skipline()
/babblesim_base-latest/libPhyComv1/src/
Dbs_pc_base.c140 FILE *file; in lock_file_fill() local
142 file = bs_fopen(filename, "w"); in lock_file_fill()
143 fprintf(file, "%li\n",(long) my_pid); in lock_file_fill()
146 fprintf(file,"%llu\n",starttime); in lock_file_fill()
148 fclose(file); in lock_file_fill()
175 FILE *file; in pb_test_and_create_lock_file() local
183 file = bs_fopen(filename, "r"); in pb_test_and_create_lock_file()
184 if ( fscanf(file, "%li\n", &his_pid) != 1 ) { in pb_test_and_create_lock_file()
188 if ((corrupt_file == false) && (fscanf(file,"%llu\n", &his_starttime) != 1)) { in pb_test_and_create_lock_file()
193 fclose(file); in pb_test_and_create_lock_file()
/babblesim_base-latest/common/
DMakefile68 …orgot to add a depend file to a new component, either way please fix it (remove the empty componen…
/babblesim_base-latest/libUtilv1/docs/
DREADME.txt9 and results file creation APIs provided here.
/babblesim_base-latest/common/docs/
DLICENSE106 (d) If the Work includes a "NOTICE" text file as part of its
109 within such NOTICE file, excluding those notices that do not
111 of the following places: within a NOTICE text file distributed
116 of the NOTICE file are for informational purposes only and
141 origin of the Work and reproducing the content of the NOTICE file.
184 comment syntax for the file format. We also recommend that a
185 file or class name and description of purpose be included on the
192 you may not use this file except in compliance with the License.
/babblesim_base-latest/libPhyComv1/docs/
DREADME.md41 [source file bs_pc_backchannel.c](../src/bs_pc_backchannel.c)