Searched refs:ztmp (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/uucp-11/uucp/unix/
H A Dlocfil.c79 char *zcopy, *ztmp;
94 ztmp = zpubdir;
96 ztmp = q->pw_dir;
101 return zbufcpy(ztmp);
103 zdir = ztmp;
/macosx-10.9.5/crontabs-51/newsyslog/
H A Dnewsyslog.c241 struct zipwork_entry *ztmp; local
295 ztmp = SLIST_FIRST(&zwhead);
296 do_zipwork(ztmp);
298 free(ztmp);
1785 struct zipwork_entry *zprev, *ztmp; local
1795 SLIST_FOREACH(ztmp, &zwhead, zw_nextp) {
1796 ndiff = strcmp(zipfname, ztmp->zw_fname);
1799 if (zsize > ztmp->zw_fsize)
1800 zprev = ztmp;
1802 if (ztmp !
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_cryptkit/
H A Delliptic.c426 giant ztmp = borrowGiant(par->maxDigits); local
430 int_to_giant(1, ztmp);
431 elliptic(x, ztmp, n, par);
432 binvg_cp(par, ztmp);
433 mulg(ztmp, x);
438 returnGiant(ztmp);
/macosx-10.9.5/Security-55471.14.18/libsecurity_cryptkit/lib/
H A Delliptic.c426 giant ztmp = borrowGiant(par->maxDigits); local
430 int_to_giant(1, ztmp);
431 elliptic(x, ztmp, n, par);
432 binvg_cp(par, ztmp);
433 mulg(ztmp, x);
438 returnGiant(ztmp);

Completed in 101 milliseconds