Searched refs:buf1 (Results 1 - 4 of 4) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/sys/share/
H A Dpcmain.c602 char buf1[BUFSZ], buf2[BUFSZ], *bufptr;
604 buf1[0] = '\0';
605 bufptr = buf1;
607 #define ADD_USAGE(s) if ((strlen(buf1) + strlen(s)) < (BUFSZ - 1)) Strcat(bufptr, s);
636 raw_printf("%s\n",buf1);
638 (void) printf("%s\n",buf1);
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/sys/share/
H A Dpcmain.c602 char buf1[BUFSZ], buf2[BUFSZ], *bufptr;
604 buf1[0] = '\0';
605 bufptr = buf1;
607 #define ADD_USAGE(s) if ((strlen(buf1) + strlen(s)) < (BUFSZ - 1)) Strcat(bufptr, s);
636 raw_printf("%s\n",buf1);
638 (void) printf("%s\n",buf1);
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dzap.c3206 char buf1[BUFSZ], buf2[BUFSZ]; local
3223 Strcpy(buf1, (x == u.ux && y == u.uy) ?
3239 pline("%s burns.", An(buf1));
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dzap.c3206 char buf1[BUFSZ], buf2[BUFSZ]; local
3223 Strcpy(buf1, (x == u.ux && y == u.uy) ?
3239 pline("%s burns.", An(buf1));

Completed in 37 milliseconds