HomeSort by: relevance | last modified time | path
    Searched defs:new_pathname (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.sbin/rpc.pcnfsd/
pcnfsd_print.c 93 char new_pathname[MAXPATHLEN]; variable in typeref:typename:char[]
280 (void) strlcpy(new_pathname, pathname, sizeof(new_pathname));
281 (void) strlcat(new_pathname, ".spl", sizeof(new_pathname));
290 if (!stat(new_pathname, &statbuf)) {
291 (void) strlcpy(new_pathname, pathname, sizeof(new_pathname)); /* rebuild a new name */
293 (void) strlcat(new_pathname, snum, 4);
294 (void) strlcat(new_pathname, ".spl", sizeof(new_pathname)); /* new spool file *
    [all...]
pcnfsd_print.c 93 char new_pathname[MAXPATHLEN]; variable in typeref:typename:char[]
280 (void) strlcpy(new_pathname, pathname, sizeof(new_pathname));
281 (void) strlcat(new_pathname, ".spl", sizeof(new_pathname));
290 if (!stat(new_pathname, &statbuf)) {
291 (void) strlcpy(new_pathname, pathname, sizeof(new_pathname)); /* rebuild a new name */
293 (void) strlcat(new_pathname, snum, 4);
294 (void) strlcat(new_pathname, ".spl", sizeof(new_pathname)); /* new spool file *
    [all...]
pcnfsd_print.c 93 char new_pathname[MAXPATHLEN]; variable in typeref:typename:char[]
280 (void) strlcpy(new_pathname, pathname, sizeof(new_pathname));
281 (void) strlcat(new_pathname, ".spl", sizeof(new_pathname));
290 if (!stat(new_pathname, &statbuf)) {
291 (void) strlcpy(new_pathname, pathname, sizeof(new_pathname)); /* rebuild a new name */
293 (void) strlcat(new_pathname, snum, 4);
294 (void) strlcat(new_pathname, ".spl", sizeof(new_pathname)); /* new spool file *
    [all...]
pcnfsd_print.c 93 char new_pathname[MAXPATHLEN]; variable in typeref:typename:char[]
280 (void) strlcpy(new_pathname, pathname, sizeof(new_pathname));
281 (void) strlcat(new_pathname, ".spl", sizeof(new_pathname));
290 if (!stat(new_pathname, &statbuf)) {
291 (void) strlcpy(new_pathname, pathname, sizeof(new_pathname)); /* rebuild a new name */
293 (void) strlcat(new_pathname, snum, 4);
294 (void) strlcat(new_pathname, ".spl", sizeof(new_pathname)); /* new spool file *
    [all...]

Completed in 99 milliseconds