Searched refs:targbuf (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/remote_cmds-47/tftp.tproj/
H A Dmain.c426 char targbuf[PATH_MAX]; local
479 snprintf(targbuf, sizeof(targbuf), "%s/", targ);
480 cp = targbuf + strlen(targbuf);
487 strlcpy(cp, tail(argv[n]), sizeof(targbuf) - (cp - targbuf));
499 argv[n], hostname, targbuf, mode);

Completed in 167 milliseconds