Searched refs:tilded_dir (Results 1 – 2 of 2) sorted by relevance
128 spdir(struct Strbuf *extended_name, const Char *tilded_dir, const Char *item, in spdir() argument142 path = xmalloc((Strlen(tilded_dir) + Strlen(name) + 1) * sizeof (*path)); in spdir()143 (void) Strcpy(path, tilded_dir); in spdir()
503 Char *tilded_dir = NULL, *dir = NULL; in tsearch() local522 tilded_dir = tilde(dir); in tsearch()523 if (tilded_dir == NULL) in tsearch()525 cleanup_push(tilded_dir, xfree); in tsearch()526 dir_fd = opendir(*tilded_dir ? short2str(tilded_dir) : "."); in tsearch()581 print_by_column(looking_for_lognames ? NULL : tilded_dir, in tsearch()