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

  /src/lib/libc/time/
zic.c 2695 register char * thisabbr; local in function:writezone
2705 thisabbr = &chars[desigidx[i]];
2707 if (strcmp(&thischars[j], thisabbr) == 0)
2710 strcpy(&thischars[thischarcnt], thisabbr);
2711 thischarcnt += strlen(thisabbr) + 1;
zic.c 2695 register char * thisabbr; local in function:writezone
2705 thisabbr = &chars[desigidx[i]];
2707 if (strcmp(&thischars[j], thisabbr) == 0)
2710 strcpy(&thischars[thischarcnt], thisabbr);
2711 thischarcnt += strlen(thisabbr) + 1;

Completed in 27 milliseconds