Searched refs:fopenp (Results 1 - 6 of 6) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dfiles.c1498 #define fopenp fopen macro
1528 if ((fp = fopenp(filename, "r")) != (FILE *)0) {
1543 if ((fp = fopenp(fqname(configfile, CONFIGPREFIX, 0), "r"))
1547 else if ((fp = fopenp(fqname(backward_compat_configfile,
1554 if ((fp = fopenp(fqname("nethackini", CONFIGPREFIX, 0), "r"))
1559 if ((fp = fopenp("sys$login:nethack.ini", "r")) != (FILE *)0) {
1569 if ((fp = fopenp(tmp_config, "r")) != (FILE *)0)
1577 if ((fp = fopenp(tmp_config, "r")) != (FILE *)0)
1583 if ((fp = fopenp(tmp_config, "r")) != (FILE *)0)
1586 if ((fp = fopenp(tmp_confi
[all...]
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dfiles.c1498 #define fopenp fopen macro
1528 if ((fp = fopenp(filename, "r")) != (FILE *)0) {
1543 if ((fp = fopenp(fqname(configfile, CONFIGPREFIX, 0), "r"))
1547 else if ((fp = fopenp(fqname(backward_compat_configfile,
1554 if ((fp = fopenp(fqname("nethackini", CONFIGPREFIX, 0), "r"))
1559 if ((fp = fopenp("sys$login:nethack.ini", "r")) != (FILE *)0) {
1569 if ((fp = fopenp(tmp_config, "r")) != (FILE *)0)
1577 if ((fp = fopenp(tmp_config, "r")) != (FILE *)0)
1583 if ((fp = fopenp(tmp_config, "r")) != (FILE *)0)
1586 if ((fp = fopenp(tmp_confi
[all...]
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/sys/share/
H A Dpcsys.c443 fopenp(name, mode)
483 impossible("fopenp() buffer too small for complete filename!");
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/sys/share/
H A Dpcsys.c443 fopenp(name, mode)
483 impossible("fopenp() buffer too small for complete filename!");
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dextern.h1444 E FILE *FDECL(fopenp, (const char *,const char *));
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dextern.h1444 E FILE *FDECL(fopenp, (const char *,const char *));

Completed in 108 milliseconds