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

  /src/lib/libc/time/
zic.c 1435 size_t i, taillen, dir_len = 0, dotdots = 0; local in function:relname
1457 taillen = strlen(f + dir_len);
1458 dotdotetcsize = size_sum(size_product(dotdots, 3), taillen + 1);
1464 memmove(result + 3 * dotdots, f + dir_len, taillen + 1);
zic.c 1435 size_t i, taillen, dir_len = 0, dotdots = 0; local in function:relname
1457 taillen = strlen(f + dir_len);
1458 dotdotetcsize = size_sum(size_product(dotdots, 3), taillen + 1);
1464 memmove(result + 3 * dotdots, f + dir_len, taillen + 1);

Completed in 27 milliseconds