Home
last modified time | relevance | path

Searched refs:cp (Results 1 – 3 of 3) sorted by relevance

/timezone/
A Dzic.c917 for (cp = name; *cp; cp++) { in namecheck()
1456 if ((*++cp != 's' && *cp != 'z') || strchr(cp, '%') in inzsub()
1464 z.z_format_specifier = cp ? *cp : '\0'; in inzsub()
2343 for (cp = abbr; is_alpha(*cp); cp++) in doabbr()
3257 if (*cp == '\0' || *cp == '#') in getfields()
3270 } while (*cp && *cp != '#' && !is_space(*cp)); in getfields()
3272 ++cp; in getfields()
3419 while (is_alpha(*cp) || ('0' <= *cp && *cp <= '9') in newabbr()
3420 || *cp == '-' || *cp == '+') in newabbr()
3461 cp++; in mkdirs()
[all …]
A Dzdump.c323 register const char * cp; in abbrok() local
328 cp = abbrp; in abbrok()
329 while (is_alpha(*cp) || is_digit(*cp) || *cp == '-' || *cp == '+') in abbrok()
330 ++cp; in abbrok()
331 if (*cp) in abbrok()
333 else if (cp - abbrp < 3) in abbrok()
335 else if (cp - abbrp > 6) in abbrok()
A DMakefile107 && cp $(@D)/Universal.test-result $(@D)/UTC.test-result \
110 && cp $(@D)/UTC.test-result $(@D)/Universal.test-result \
123 cp $< $@

Completed in 16 milliseconds