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

  /src/usr.bin/tip/
tip.c 127 char PNbuf[256]; /* This limits the size of a number */
197 if (strlen(System) > sizeof PNbuf - 1) {
199 (int)sizeof(PNbuf) - 1);
201 (void)strlcpy(PNbuf, System, sizeof(PNbuf));
204 PN = PNbuf;

Completed in 11 milliseconds