Lines Matching refs:c
73 char *c; in checkhome() local
75 c = aprintf("%s" DIR_CHAR "%c%s", home, pref[i], &fname[1]); in checkhome()
77 c = aprintf("%s" DIR_CHAR "%s", home, fname); in checkhome()
78 if(c) { in checkhome()
79 int fd = open(c, O_RDONLY); in checkhome()
81 char *path = strdup(c); in checkhome()
83 curl_free(c); in checkhome()
86 curl_free(c); in checkhome()
121 char *c = aprintf("%s%s", home, conf_list[i].append); in findfile() local
123 if(!c) in findfile()
125 home = c; in findfile()