Searched refs:linebuf (Results 1 - 3 of 3) sorted by relevance

/seL4-refos-master/libs/libmuslc/src/misc/
H A Dmntent.c22 struct mntent *getmntent_r(FILE *f, struct mntent *mnt, char *linebuf, int buflen) argument
24 int cnt, n[8], use_internal = (linebuf == SENTINEL);
32 linebuf = internal_buf;
34 fgets(linebuf, buflen, f);
37 if (!strchr(linebuf, '\n')) {
42 cnt = sscanf(linebuf, " %n%*s%n %n%*s%n %n%*s%n %n%*s%n %d %d",
45 } while (cnt < 2 || linebuf[n[0]] == '#');
47 linebuf[n[1]] = 0;
48 linebuf[n[3]] = 0;
49 linebuf[
[all...]
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dtopten.c542 char linebuf[BUFSZ]; local
545 Strcpy(linebuf, " No Points Name");
546 bp = eos(linebuf);
547 while(bp < linebuf + COLNO - 9) *bp++ = ' ';
549 topten_print(linebuf);
560 char linebuf[BUFSZ]; local
565 linebuf[0] = '\0';
566 if (rank) Sprintf(eos(linebuf), "%3d", rank);
567 else Strcat(linebuf, " ");
569 Sprintf(eos(linebuf), "
[all...]
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dtopten.c542 char linebuf[BUFSZ]; local
545 Strcpy(linebuf, " No Points Name");
546 bp = eos(linebuf);
547 while(bp < linebuf + COLNO - 9) *bp++ = ' ';
549 topten_print(linebuf);
560 char linebuf[BUFSZ]; local
565 linebuf[0] = '\0';
566 if (rank) Sprintf(eos(linebuf), "%3d", rank);
567 else Strcat(linebuf, " ");
569 Sprintf(eos(linebuf), "
[all...]

Completed in 42 milliseconds