pcnfsd_misc.c | 239 char commbuf[256]; local in function:run_ps630 246 (void) snprintf(commbuf, sizeof(commbuf), "ps630 -s %c%c -p %s -f ", 248 (void) strlcat(commbuf, mapfont(opts[4], opts[5], opts[6]), 249 sizeof(commbuf)); 250 (void) strlcat(commbuf, " -F ", sizeof(commbuf)); 251 (void) strlcat(commbuf, mapfont(opts[7], opts[8], opts[9]), 252 sizeof(commbuf)); 253 (void) strlcat(commbuf, " ", sizeof(commbuf)) [all...] |