Home
last modified time | relevance | path

Searched refs:read_line_from_file (Results 1 – 18 of 18) sorted by relevance

/dports/devel/tla/tla-1.3.5/src/tla/libfsutils/
H A Dread-line.h17 extern t_uchar * read_line_from_file (const t_uchar * path);
H A Dread-line.c51 read_line_from_file (const t_uchar * path) in read_line_from_file() function
/dports/math/symengine/symengine-0.8.1/symengine/utilities/teuchos/
H A DTeuchos_stacktrace.cpp126 std::string read_line_from_file(std::string filename, unsigned int line_number) in read_line_from_file() function
325 read_line_from_file(data.filename, data.line)); in process_section()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/teuchos/core/src/
H A DTeuchos_stacktrace.cpp123 std::string read_line_from_file(std::string filename, unsigned int line_number) in read_line_from_file() function
308 read_line_from_file(data.filename, data.line)); in addr2str()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/osapi/
H A Dosregistry_unix.cpp66 static char *read_line_from_file(FILE *fp) in read_line_from_file() function
169 while ((str = read_line_from_file(fp)) != NULL) { in profile_read()
/dports/games/pioneers/pioneers-15.6/common/
H A Dgame.h154 gboolean read_line_from_file(gchar ** line, FILE * f);
H A Dgame.c541 gboolean read_line_from_file(gchar ** line, FILE * f) in read_line_from_file() function
580 while (read_line_from_file(&line, fp) && params) { in params_load_file()
/dports/devel/tla/tla-1.3.5/src/tla/libarch/
H A Darchives.c125 first_line = read_line_from_file (file); in arch_archive_location()
H A Dchangeset-report.c471 orig_meta = read_line_from_file (orig_meta_path); in arch_print_file_metadata_diffs()
472 mod_meta = read_line_from_file (mod_meta_path); in arch_print_file_metadata_diffs()
505 orig_meta = read_line_from_file (orig_meta_path); in arch_print_dir_metadata_diffs()
506 mod_meta = read_line_from_file (mod_meta_path); in arch_print_dir_metadata_diffs()
H A Dchangeset-utils.c292 line = read_line_from_file (file); in arch_read_permissions_patch()
H A Dapply-changeset.c1177 orig_link_target = read_line_from_file (orig_patch_path); in arch_apply_changeset()
1178 mod_link_target = read_line_from_file (mod_patch_path); in arch_apply_changeset()
1455 orig_link_target = read_line_from_file (orig_patch_path); in arch_apply_changeset()
1602 mod_link_target = read_line_from_file (mod_patch_path); in arch_apply_changeset()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/yasm/source/patched-yasm/modules/preprocs/gas/
H A Dgas-preproc.c195 static char *read_line_from_file(yasm_preproc_gas *pp, FILE *file) in read_line_from_file() function
264 line = read_line_from_file(pp, pp->in); in read_line()
665 line = read_line_from_file(pp, file); in eval_include()
676 line = read_line_from_file(pp, file); in eval_include()
/dports/devel/yasm/yasm-1.3.0/modules/preprocs/gas/
H A Dgas-preproc.c195 static char *read_line_from_file(yasm_preproc_gas *pp, FILE *file) in read_line_from_file() function
264 line = read_line_from_file(pp, pp->in); in read_line()
665 line = read_line_from_file(pp, file); in eval_include()
676 line = read_line_from_file(pp, file); in eval_include()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/osapi/
H A Dosregistry.cpp489 static char *read_line_from_file(FILE *fp) in read_line_from_file() function
603 while ((str = read_line_from_file(fp)) != NULL) { in profile_read()
/dports/games/pioneers/pioneers-15.6/common/gtk/
H A Dtheme.c600 while (read_line_from_file(&line, f)) { in theme_config_parse()
/dports/games/pioneers/pioneers-15.6/server/
H A Dplayer.c347 while (read_line_from_file(&line, stream)) { in generate_name_for_computer_player()
/dports/lang/fennel/fennel-1.0.0/bootstrap/
H A Dfennel.lua3094 local function read_line_from_file(filename, line) function
3122 return read_line_from_file(filename, line)
/dports/sysutils/sec/sec-2.9.0/
H A Dsec12646 sub read_line_from_file {
12860 $line = read_line_from_file($file);