Home | History | Annotate | Download | only in rpc.pcnfsd

Lines Matching refs:strlcat

215 			(void) strlcat(fontname, "-Roman", sizeof(fontname));
218 (void) strlcat(fontname, "-", sizeof(fontname));
220 (void) strlcat(fontname, "Bold", sizeof(fontname));
222 (void) strlcat(fontname, f == 't' ? "Italic" : "Oblique",
243 (void) strlcat(temp_file, "X", sizeof(temp_file)); /* intermediate file name */
248 (void) strlcat(commbuf, mapfont(opts[4], opts[5], opts[6]),
250 (void) strlcat(commbuf, " -F ", sizeof(commbuf));
251 (void) strlcat(commbuf, mapfont(opts[7], opts[8], opts[9]),
253 (void) strlcat(commbuf, " ", sizeof(commbuf));
254 (void) strlcat(commbuf, f, sizeof(commbuf));