/src/usr.bin/tip/ |
remote.c | 78 char *rempath; local in function:getremcap 81 rempath = getenv("REMOTE"); 82 if (rempath != NULL) { 83 if (*rempath != '/') 85 (void)cgetset(rempath); 87 db_array[1] = rempath;
|
remote.c | 78 char *rempath; local in function:getremcap 81 rempath = getenv("REMOTE"); 82 if (rempath != NULL) { 83 if (*rempath != '/') 85 (void)cgetset(rempath); 87 db_array[1] = rempath;
|
/src/usr.bin/ftp/ |
fetch.c | 1949 char *cp, *xargv[5], rempath[MAXPATHLEN]; local in function:fetch_ftp 2221 (void)strlcpy(rempath, dir, sizeof(rempath)); 2222 (void)strlcat(rempath, "/", sizeof(rempath)); 2223 (void)strlcat(rempath, file, sizeof(rempath)); 2224 file = rempath;
|
fetch.c | 1949 char *cp, *xargv[5], rempath[MAXPATHLEN]; local in function:fetch_ftp 2221 (void)strlcpy(rempath, dir, sizeof(rempath)); 2222 (void)strlcat(rempath, "/", sizeof(rempath)); 2223 (void)strlcat(rempath, file, sizeof(rempath)); 2224 file = rempath;
|