Searched refs:locbuf (Results 1 – 1 of 1) sorted by relevance
1294 char *remdir, *locbuf; in ls() local1299 locbuf = NULL; in ls()1349 locbuf = ftp_malloc(len); in ls()1350 locbuf[0] = '|'; in ls()1351 (void)strlcpy(locbuf + 1, p, len - 1); in ls()1352 locfile = locbuf; in ls()1354 if ((locbuf = globulize(locfile)) == NULL || in ls()1355 !confirm("output to local-file:", locbuf)) { in ls()1359 locfile = locbuf; in ls()1363 if (locbuf) in ls()[all …]