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

  /src/lib/libc/time/
zic.c 2552 char omittype[TZ_MAX_TYPES]; local in function:writezone
2587 memset(omittype, true, typecnt);
2597 omittype[pretranstype] = false;
2615 omittype[thisdefaulttype] = false;
2617 omittype[types[i]] = false;
2619 omittype[unspecifiedtype] = false;
2625 old0 = strlen(omittype);
2653 if (!omittype[h]) {
2669 omittype[type] = false;
2680 omittype[type] = false
    [all...]
zic.c 2552 char omittype[TZ_MAX_TYPES]; local in function:writezone
2587 memset(omittype, true, typecnt);
2597 omittype[pretranstype] = false;
2615 omittype[thisdefaulttype] = false;
2617 omittype[types[i]] = false;
2619 omittype[unspecifiedtype] = false;
2625 old0 = strlen(omittype);
2653 if (!omittype[h]) {
2669 omittype[type] = false;
2680 omittype[type] = false
    [all...]

Completed in 26 milliseconds