Home
last modified time | relevance | path

Searched refs:nseen (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.sbin/sysconf/
H A Dsysconf_resolve.c203 list_candidate(const char *path, char *seen[], size_t nseen) in list_candidate() argument
207 for (n = 0; n < nseen; n++) in list_candidate()
220 list_candidate_seen(const char *path, char **seen, size_t *nseen, in list_candidate_seen() argument
224 list_candidate(path, seen, *nseen); in list_candidate_seen()
225 if (*nseen < maxseen) in list_candidate_seen()
226 seen[(*nseen)++] = strdup(path); in list_candidate_seen()
240 size_t nseen = 0; in do_list() local
256 list_candidate_seen(conf_files[n], seen, &nseen, in do_list()
300 list_candidate_seen(path, seen, &nseen, in do_list()
324 list_candidate_seen(path, seen, &nseen, in do_list()
[all …]
/freebsd/contrib/tzcode/
H A Dlocaltime.c2806 register int nseen; in time1() local
2839 nseen = 0; in time1()
2843 types[nseen++] = sp->types[i]; in time1()
2845 for (sameind = 0; sameind < nseen; ++sameind) { in time1()
2849 for (otherind = 0; otherind < nseen; ++otherind) { in time1()