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

/freebsd-11-stable/usr.sbin/lpr/lpc/
H A Dlpc.c73 #define MAX_CMDLINE 200 macro
77 static char cmdline[MAX_CMDLINE];
185 len = MIN(MAX_CMDLINE - 1, num);
191 if (fgets(cmdline, MAX_CMDLINE, stdin) == NULL)

Completed in 61 milliseconds