Home
last modified time | relevance | path

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

/glibc-2.36/mach/
Derrsystems.awk6 nsubs = split(subsys, subs);
7 while (nsubs > 0) printf "#include \"%s\"\n", subs[nsubs--];
/glibc-2.36/timezone/
Dzic.c3248 register int nsubs; in getfields() local
3253 nsubs = 0; in getfields()
3259 array[nsubs++] = dp = cp; in getfields()
3275 array[nsubs] = NULL; in getfields()