Home
last modified time | relevance | path

Searched refs:spbuf (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/games/warp/
H A Dscore.c70 if (savfil != NULL && fgets(spbuf,100,savfil) != NULL) { in score_init()
73 spbuf[strlen(spbuf)-1] = '\0'; in score_init()
144 fgets(spbuf,100,savfil); in score_init()
157 totalscore = atol(spbuf+9); in score_init()
158 smarts = atoi(spbuf+20); in score_init()
159 cumsmarts = atoi(spbuf+24); in score_init()
160 numents = atoi(spbuf+30); in score_init()
161 numbases = atoi(spbuf+33); in score_init()
162 wave = atoi(spbuf+36); in score_init()
163 apolspec = (spbuf[40] == 'a'); in score_init()
[all …]
H A Dterm.c396 while (fgets(spbuf,(sizeof spbuf),tmpfp) != NULL) { in page()
397 if (*spbuf == '\f') { in page()
400 getcmd(spbuf); in page()
402 if (*spbuf == INTRCH) in page()
404 if (*spbuf == 'q' || *spbuf == 'Q') in page()
409 printf("%3d %s\r",linenum++,spbuf); in page()
411 printf("%s\r",spbuf); in page()
507 getcmd(spbuf); in helper()
508 } while (*spbuf != ' '); in helper()
531 snprintf(spbuf, sizeof(spbuf), in rewrite()
[all …]
H A Dinit.c207 snprintf(spbuf, sizeof(spbuf), "smap.%d", in initialize()
209 if ((mapfp = fopen(spbuf,"r")) != NULL && in initialize()
210 fgets(spbuf,10,mapfp) != NULL ) { in initialize()
211 inumstars = numstars = atoi(spbuf); in initialize()
537 snprintf(spbuf, sizeof(spbuf), in initialize()
540 mvaddstr(0,0,spbuf); in initialize()
H A Dwarp.h426 EXT char spbuf[1024]; variable
/netbsd-src/external/mpl/dhcp/dist/client/
H A Ddhclient.c4654 char spbuf [1024]; in client_envadd() local
4661 len = vsnprintf (spbuf, sizeof spbuf, fmt, list); in client_envadd()
4676 if (len >= sizeof spbuf) { in client_envadd()
4681 strcpy (s, spbuf); in client_envadd()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Ducontext.d1516 greg_t[31] *spbuf;