| /src/games/warp/ |
| score.c | 70 if (savfil != NULL && fgets(spbuf,100,savfil) != NULL) { 73 spbuf[strlen(spbuf)-1] = '\0'; 144 fgets(spbuf,100,savfil); 157 totalscore = atol(spbuf+9); 158 smarts = atoi(spbuf+20); 159 cumsmarts = atoi(spbuf+24); 160 numents = atoi(spbuf+30); 161 numbases = atoi(spbuf+33); 162 wave = atoi(spbuf+36) [all...] |
| term.c | 396 while (fgets(spbuf,(sizeof spbuf),tmpfp) != NULL) { 397 if (*spbuf == '\f') { 400 getcmd(spbuf); 402 if (*spbuf == INTRCH) 404 if (*spbuf == 'q' || *spbuf == 'Q') 409 printf("%3d %s\r",linenum++,spbuf); 411 printf("%s\r",spbuf); 507 getcmd(spbuf); [all...] |
| init.c | 207 snprintf(spbuf, sizeof(spbuf), "smap.%d", 209 if ((mapfp = fopen(spbuf,"r")) != NULL && 210 fgets(spbuf,10,mapfp) != NULL ) { 211 inumstars = numstars = atoi(spbuf); 537 snprintf(spbuf, sizeof(spbuf), 540 mvaddstr(0,0,spbuf);
|
| warp.h | 426 EXT char spbuf[1024]; variable
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.trace/ |
| tfile.c | 29 char spbuf[200]; variable 158 snprintf (spbuf, sizeof spbuf, "R %x\n", 500 /* FIXME get from arch */); 159 write (fd, spbuf, strlen (spbuf)); 162 snprintf (spbuf, sizeof spbuf, "status 0;tstop:0;tframes:1;tcreated:1;tfree:100;tsize:1000\n"); 163 write (fd, spbuf, strlen (spbuf)); 169 snprintf (spbuf, sizeof spbuf, "tp T1:%llx:E:0:0\n", func_addr) [all...] |
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.trace/ |
| tfile.c | 29 char spbuf[200]; variable 158 snprintf (spbuf, sizeof spbuf, "R %x\n", 500 /* FIXME get from arch */); 159 write (fd, spbuf, strlen (spbuf)); 162 snprintf (spbuf, sizeof spbuf, "status 0;tstop:0;tframes:1;tcreated:1;tfree:100;tsize:1000\n"); 163 write (fd, spbuf, strlen (spbuf)); 169 snprintf (spbuf, sizeof spbuf, "tp T1:%llx:E:0:0\n", func_addr) [all...] |
| /src/external/mpl/dhcp/dist/client/ |
| dhclient.c | 4654 char spbuf [1024]; local 4661 len = vsnprintf (spbuf, sizeof spbuf, fmt, list); 4676 if (len >= sizeof spbuf) { 4681 strcpy (s, spbuf);
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/ |
| ucontext.d | 1516 greg_t[31] *spbuf;
|