Searched defs:fix (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/lib/libpkg/common/ |
H A D | verify.c | 117 * Description: This function verifies and (if fix > 0) fixes the contents 119 * Arguments: fix - 0 - do not fix entries, 1 - fix entries 145 cverify(int fix, char *ftype, char *path, struct cinfo *cinfo, argument 172 if (fix > 0) { 180 } else if (fix < 0) { 366 * Description: This function verifies and (if fix > 0) fixes the attributes 368 * Arguments: fix - 0 - do not fix entrie 386 averify(int fix, char *ftype, char *path, struct ainfo *ainfo) argument 863 fverify(int fix, char *ftype, char *path, struct ainfo *ainfo, struct cinfo *cinfo) argument [all...] |
/osnet-11/usr/src/lib/libast/common/tm/ |
H A D | tmxdate.c | 165 Time_t fix; local 194 fix = tmxscan(s, &last, NiL, &t, now, 0); 199 return fix; 260 fix = 0; 263 fix += (*s - '0') * (m /= 10); 264 now = tmxsns(now, fix); 637 fix = tmxtime(tm, zone); 638 tm = tmxtm(tm, fix, tm->tm_zone); 654 if (tt < fix)
|
Completed in 77 milliseconds