Searched refs:PNbuf (Results 1 – 1 of 1) sorted by relevance
127 char PNbuf[256]; /* This limits the size of a number */ variable197 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()