Home
last modified time | relevance | path

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

/glibc-2.36/timezone/
Dzic.c165 static void inleap(char ** fields, int nfields);
166 static void inlink(char ** fields, int nfields);
167 static void inrule(char ** fields, int nfields);
168 static bool inzcont(char ** fields, int nfields);
169 static bool inzone(char ** fields, int nfields);
1185 register int nfields; in infile() local
1212 nfields = 0; in infile()
1213 while (fields[nfields] != NULL) { in infile()
1216 if (strcmp(fields[nfields], "-") == 0) in infile()
1217 fields[nfields] = &nada; in infile()
[all …]
/glibc-2.36/
Dconfigure7850 nfields = split(line, field, "@")
7853 for (i = 2; i < nfields; i++) {