Home
last modified time | relevance | path

Searched refs:fileno_ (Results 1 – 12 of 12) sorted by relevance

/dports/games/tads/tads-3.0.8/tads3/
H A Dvmhosttx.cpp37 fileno_ = fileno; in CResEntry()
43 int fileno_; member in CResEntry
173 fp = osfoprb(ext_[entry->fileno_], OSFTBIN); in find_resource()
H A Dvmimage.cpp83 fileno_ = fileno; in CVmImageLoaderMres_std()
93 fileno_); in add_resource()
101 int fileno_; member in CVmImageLoaderMres_std
/dports/misc/amanda-client/amanda-3.3.9/oldrecover-src/
H A Ddisplay_commands.c236 long long fileno_ = (long long)0; in suck_dir_list_from_server() local
238 if(ch == '\0' || sscanf(s - 1, "%lld", &fileno_) != 1) { in suck_dir_list_from_server()
242 fileno = (off_t)fileno_; in suck_dir_list_from_server()
H A Dextract_list.c745 long long fileno_ = (long long)0; in add_file() local
748 sscanf(s - 1, "%lld", &fileno_) != 1) { in add_file()
752 lditem.fileno = (off_t)fileno_; in add_file()
1059 long long fileno_ = (long long)0; in delete_file() local
1062 sscanf(s - 1, "%lld", &fileno_) != 1) { in delete_file()
/dports/misc/amanda-server/amanda-3.3.9/recover-src/
H A Ddisplay_commands.c245 long long fileno_ = (long long)0; in suck_dir_list_from_server() local
247 if(ch == '\0' || sscanf(s - 1, "%lld", &fileno_) != 1) { in suck_dir_list_from_server()
251 fileno = (off_t)fileno_; in suck_dir_list_from_server()
H A Dextract_list.c995 long long fileno_ = (long long)0; in add_file() local
998 sscanf(s - 1, "%lld", &fileno_) != 1) { in add_file()
1002 lditem.fileno = (off_t)fileno_; in add_file()
1359 long long fileno_ = (long long)0; in delete_file() local
1362 sscanf(s - 1, "%lld", &fileno_) != 1) { in delete_file()
/dports/misc/amanda-client/amanda-3.3.9/recover-src/
H A Ddisplay_commands.c245 long long fileno_ = (long long)0; in suck_dir_list_from_server() local
247 if(ch == '\0' || sscanf(s - 1, "%lld", &fileno_) != 1) { in suck_dir_list_from_server()
251 fileno = (off_t)fileno_; in suck_dir_list_from_server()
H A Dextract_list.c995 long long fileno_ = (long long)0; in add_file() local
998 sscanf(s - 1, "%lld", &fileno_) != 1) { in add_file()
1002 lditem.fileno = (off_t)fileno_; in add_file()
1359 long long fileno_ = (long long)0; in delete_file() local
1362 sscanf(s - 1, "%lld", &fileno_) != 1) { in delete_file()
/dports/misc/amanda-server/amanda-3.3.9/oldrecover-src/
H A Ddisplay_commands.c236 long long fileno_ = (long long)0; in suck_dir_list_from_server() local
238 if(ch == '\0' || sscanf(s - 1, "%lld", &fileno_) != 1) { in suck_dir_list_from_server()
242 fileno = (off_t)fileno_; in suck_dir_list_from_server()
H A Dextract_list.c745 long long fileno_ = (long long)0; in add_file() local
748 sscanf(s - 1, "%lld", &fileno_) != 1) { in add_file()
752 lditem.fileno = (off_t)fileno_; in add_file()
1059 long long fileno_ = (long long)0; in delete_file() local
1062 sscanf(s - 1, "%lld", &fileno_) != 1) { in delete_file()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/test/
H A Dswitch_fct.h216 fct_switch_std_to_buffer(int std_pipe[2], FILE *out, int fileno_, int *save_handle) in fct_switch_std_to_buffer() argument
219 *save_handle = _fct_dup(fileno_); in fct_switch_std_to_buffer()
224 _fct_dup2(std_pipe[1], fileno_); in fct_switch_std_to_buffer()
230 fct_switch_std_to_std(FILE *out, int fileno_, int save_handle) in fct_switch_std_to_std() argument
233 _fct_dup2(save_handle, fileno_); in fct_switch_std_to_std()
/dports/net/sems/sems-f89581a/core/tests/
H A Dfct.h225 fct_switch_std_to_buffer(int std_pipe[2], FILE *out, int fileno_, int *save_handle) in fct_switch_std_to_buffer() argument
228 *save_handle = _fct_dup(fileno_); in fct_switch_std_to_buffer()
233 _fct_dup2(std_pipe[1], fileno_); in fct_switch_std_to_buffer()
239 fct_switch_std_to_std(FILE *out, int fileno_, int save_handle) in fct_switch_std_to_std() argument
242 _fct_dup2(save_handle, fileno_); in fct_switch_std_to_std()