Searched refs:found (Results 1 – 6 of 6) sorted by relevance
104 const char *found; in strrstr() local107 while ((found = strstr(p, substr))) in strrstr()108 p = found + 1; in strrstr()146 char *found; in strcnt() local151 while ((found = strchr(p, c))) { in strcnt()152 p = found + 1; in strcnt()
1031 int found; member1039 if (asprintf(&d->path[d->found], "%s/%s", pdir, in _get_file_path()1044 if (++(d->found) == d->limit) in _get_file_path()1073 .found = 0, in find_file()1081 return data.found; in find_file()1084 while (data.found) in find_file()1085 free(path[--data.found]); in find_file()
70 goto found; in get_par_startaddr_from_img()76 found: in get_par_startaddr_from_img()
184 If no custom configuration file is found, ``acrnprobe`` uses the settings in
116 alert(`BUG caught, scenarioTemplate ${this.scenarioTemplate} Not found!`);
212 It sounds vague, but as to be found at
Completed in 37 milliseconds