Lines Matching refs:lbuf
57 static char lbuf[LBUF]; variable
909 if (fgets(lbuf, LBUF, stdin) == NULL) in ok()
911 lbuf[strlen(lbuf)-1] = 0; in ok()
913 if (*lbuf && in ok()
914 (!strcmp(lbuf, "yes") || !strcmp(lbuf, "YES") || in ok()
915 !strcmp(lbuf, "y") || !strcmp(lbuf, "Y"))) in ok()
932 if (fgets(lbuf, LBUF, stdin) == NULL) in decimal()
934 lbuf[strlen(lbuf)-1] = 0; in decimal()
936 if (!*lbuf) in decimal()
939 cp = lbuf; in decimal()
957 "to %lld\n", lbuf, acc); in decimal()
963 lbuf); in decimal()