HomeSort by: relevance | last modified time | path
    Searched defs:omittype (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/time/
zic.c 2799 char omittype[TZ_MAX_TYPES]; local
2834 memset(omittype, true, typecnt);
2844 omittype[pretranstype] = false;
2862 omittype[thisdefaulttype] = false;
2864 omittype[types[i]] = false;
2866 omittype[unspecifiedtype] = false;
2872 old0 = strlen(omittype);
2900 if (!omittype[h]) {
2916 omittype[type] = false;
2927 omittype[type] = false
    [all...]
zic.c 2799 char omittype[TZ_MAX_TYPES]; local
2834 memset(omittype, true, typecnt);
2844 omittype[pretranstype] = false;
2862 omittype[thisdefaulttype] = false;
2864 omittype[types[i]] = false;
2866 omittype[unspecifiedtype] = false;
2872 old0 = strlen(omittype);
2900 if (!omittype[h]) {
2916 omittype[type] = false;
2927 omittype[type] = false
    [all...]

Completed in 47 milliseconds