HomeSort by: relevance | last modified time | path
    Searched defs:LBUF (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/pr/
pr.h 64 #define LBUF 8192
  /src/sbin/fdisk/
fdisk.c 126 #define LBUF 100
127 static char lbuf[LBUF]; variable in typeref:typename:char[]
2855 if (!fgets(lbuf, LBUF, stdin))
2857 cp = lbuf;
2867 acc = strtoll(lbuf, &cp, 10);
2900 lbuf[strlen(lbuf) - 1] = 0;
2901 printf("%s is not a valid %s number.\n", lbuf,
    [all...]

Completed in 57 milliseconds