Searched refs:PNbuf (Results 1 – 1 of 1) sorted by relevance
59 char PNbuf[256]; /* This limits the size of a number */ variable124 if (strlen(system) > sizeof PNbuf - 1) {126 __progname, (int)sizeof(PNbuf) - 1);129 strncpy( PNbuf, system, sizeof PNbuf - 1 );132 PN = PNbuf;