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

  /src/usr.bin/rdist/
server.c 60 char *Destcopy; /* pointer to current dest */
250 char destcopy[BUFSIZ]; local in function:install
257 Destcopy = destcopy;
262 strlcpy(destcopy, dest, sizeof(destcopy));
280 if (Destcopy) {
317 Tdest = destcopy;
319 Destcopy = 0;
586 if (Destcopy) {
    [all...]
server.c 60 char *Destcopy; /* pointer to current dest */
250 char destcopy[BUFSIZ]; local in function:install
257 Destcopy = destcopy;
262 strlcpy(destcopy, dest, sizeof(destcopy));
280 if (Destcopy) {
317 Tdest = destcopy;
319 Destcopy = 0;
586 if (Destcopy) {
    [all...]

Completed in 23 milliseconds