Searched refs:dotoff (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/Security-57031.1.35/Security/utilities/src/
H A Dder_date.c277 int dotoff; local
280 char *str = __dtoa(at, 0, 0, &dotoff, &sign, &end);
283 return len < dotoff ? 0 : len - dotoff;
284 //return len < dotoff ? 0 : len - dotoff > 9 ? 9 : len - dotoff;
335 int dotoff; local
338 char *str = __dtoa(at, 0, 0, &dotoff, &sign, &end);
339 char *begin = str + (dotoff <
[all...]
/macosx-10.10/Security-57031.1.35/Security/utilities/utilities/
H A Dder_date.c277 int dotoff; local
280 char *str = __dtoa(at, 0, 0, &dotoff, &sign, &end);
283 return len < dotoff ? 0 : len - dotoff;
284 //return len < dotoff ? 0 : len - dotoff > 9 ? 9 : len - dotoff;
335 int dotoff; local
338 char *str = __dtoa(at, 0, 0, &dotoff, &sign, &end);
339 char *begin = str + (dotoff <
[all...]

Completed in 227 milliseconds