Home
last modified time | relevance | path

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

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