Home
last modified time | relevance | path

Searched refs:LBUFLEN (Results 1 – 2 of 2) sorted by relevance

/netbsd/usr.bin/tftp/
H A Dmain.c72 #define LBUFLEN 200 /* size of input buffer */ macro
94 static char line[LBUFLEN];
231 (void)fgets(&line[strlen(line)], (int)(LBUFLEN-strlen(line)), stdin); in getmore()
663 if (fgets(line, LBUFLEN, stdin) == NULL) { in command()
/netbsd/games/warp/
H A Dwarp.h125 #define LBUFLEN 512 /* line buffer length */ macro
309 EXT char buf[LBUFLEN+1]; /* general purpose line buffer */