Searched refs:eptr (Results 1 - 2 of 2) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Drole.c1294 char *sptr, *eptr; local
1298 if ((eptr = index(plname, '-')) != (char *) 0)
1299 *eptr++ = '\0';
1300 while (eptr) {
1302 sptr = eptr;
1303 if ((eptr = index(sptr, '-')) != (char *)0)
1304 *eptr++ = '\0';
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Drole.c1294 char *sptr, *eptr; local
1298 if ((eptr = index(plname, '-')) != (char *) 0)
1299 *eptr++ = '\0';
1300 while (eptr) {
1302 sptr = eptr;
1303 if ((eptr = index(sptr, '-')) != (char *)0)
1304 *eptr++ = '\0';

Completed in 32 milliseconds