Searched refs:PATHLEN (Results 1 - 18 of 18) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dos2conf.h60 #define PATHLEN 260 /* maximum pathlength (HPFS) */ macro
H A Dntconf.h85 #define PATHLEN BUFSZ /* maximum pathlength */ macro
90 #undef PATHLEN macro
92 #define PATHLEN _MAX_PATH macro
H A Dwceconf.h122 #define PATHLEN BUFSZ /* maximum pathlength */ macro
127 #undef PATHLEN macro
129 #define PATHLEN _MAX_PATH macro
H A Dpcconf.h147 #define PATHLEN 64 /* maximum pathlength */ macro
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dos2conf.h60 #define PATHLEN 260 /* maximum pathlength (HPFS) */ macro
H A Dntconf.h85 #define PATHLEN BUFSZ /* maximum pathlength */ macro
90 #undef PATHLEN macro
92 #define PATHLEN _MAX_PATH macro
H A Dwceconf.h122 #define PATHLEN BUFSZ /* maximum pathlength */ macro
127 #undef PATHLEN macro
129 #define PATHLEN _MAX_PATH macro
H A Dpcconf.h147 #define PATHLEN 64 /* maximum pathlength */ macro
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/sys/share/
H A Dpcsys.c147 char buf[PATHLEN];
167 char from[PATHLEN], to[PATHLEN], last[13];
303 strncpy(SAVEF, bp, PATHLEN);
H A Dpcmain.c43 #define PATHLEN 512
44 SHARED_DCL char orgdir[PATHLEN]; /* also used in pcsys.c, amidos.c */
170 (void) strncpy(hackdir, dir, PATHLEN - 1);
171 hackdir[PATHLEN-1] = '\0';
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/sys/share/
H A Dpcsys.c147 char buf[PATHLEN];
167 char from[PATHLEN], to[PATHLEN], last[13];
303 strncpy(SAVEF, bp, PATHLEN);
H A Dpcmain.c43 #define PATHLEN 512
44 SHARED_DCL char orgdir[PATHLEN]; /* also used in pcsys.c, amidos.c */
170 (void) strncpy(hackdir, dir, PATHLEN - 1);
171 hackdir[PATHLEN-1] = '\0';
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Ddecl.c81 char hackdir[PATHLEN]; /* where rumors, help, record are */
83 char levels[PATHLEN]; /* where levels are */
89 char permbones[PATHLEN]; /* where permanent copy of bones go */
H A Dfiles.c390 strncat(levels, bbs_id, PATHLEN);
801 strncat(SAVEF, bbs_id, PATHLEN);
1766 (void) strncpy(hackdir, bufp, PATHLEN-1);
1773 (void) strncpy(tmp_ramdisk, bufp, PATHLEN-1);
1777 (void) strncpy(tmp_levels, bufp, PATHLEN-1);
1861 (void) strncpy(PATH, bufp, PATHLEN-1);
2007 char tmp_levels[PATHLEN];
2011 char tmp_ramdisk[PATHLEN];
2211 char tmp[PATHLEN];
2216 (void) strncpy(tmp, dir, PATHLEN
[all...]
H A Dsave.c1033 char to[PATHLEN], from[PATHLEN];
1058 char to[PATHLEN], from[PATHLEN];
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Ddecl.c81 char hackdir[PATHLEN]; /* where rumors, help, record are */
83 char levels[PATHLEN]; /* where levels are */
89 char permbones[PATHLEN]; /* where permanent copy of bones go */
H A Dfiles.c390 strncat(levels, bbs_id, PATHLEN);
801 strncat(SAVEF, bbs_id, PATHLEN);
1766 (void) strncpy(hackdir, bufp, PATHLEN-1);
1773 (void) strncpy(tmp_ramdisk, bufp, PATHLEN-1);
1777 (void) strncpy(tmp_levels, bufp, PATHLEN-1);
1861 (void) strncpy(PATH, bufp, PATHLEN-1);
2007 char tmp_levels[PATHLEN];
2011 char tmp_ramdisk[PATHLEN];
2211 char tmp[PATHLEN];
2216 (void) strncpy(tmp, dir, PATHLEN
[all...]
H A Dsave.c1033 char to[PATHLEN], from[PATHLEN];
1058 char to[PATHLEN], from[PATHLEN];

Completed in 85 milliseconds