Lines Matching refs:from_path
102 char *from_path, *from_sys, *from_user; local
134 from_path = from_sys = from_user = NULL;
227 if (from_path == NULL)
230 if ((from_path = malloc(fptlen = 256)) == NULL)
236 if ((from_path = realloc(from_path,
240 memmove(from_path + fplen, p, len);
242 from_path[fplen++] = '!';
243 from_path[fplen] = '\0';
261 if (from_path != NULL)
264 from_path);
300 from_path ? from_path : "", from_user);