Searched refs:trash (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/usr.sbin/ctm/ctm/
H A Dctm_pass1.c26 u_char *md5=0,*name=0,*trash=0; local
70 Delete(trash);
207 GETDATA(trash,cnt);
208 p = MD5Data(trash,cnt,md5_1);
227 Delete(trash);
H A Dctm_passb.c26 u_char *md5=0,*md5before=0,*trash=0,*name=0,*uid=0,*gid=0,*mode=0; local
56 Delete(trash);
90 case CTM_F_Bytes: GETDATA(trash,cnt); break;
134 Delete(trash);
H A Dctm_pass2.c26 u_char *trash=0,*name=0; local
51 Delete(trash);
188 GETDATA(trash,cnt);
222 j = ctm_edit(trash,cnt,name,p);
267 if (cnt != fwrite(trash,1,cnt,ed)) {
292 Delete(trash);
H A Dctm_pass3.c37 u_char *md5=0,*md5before=0,*trash=0,*name=0,*uid=0,*gid=0,*mode=0; local
115 Delete(trash);
149 case CTM_F_Bytes: GETDATA(trash,cnt); break;
184 if(cnt != write(i,trash,cnt)) {
203 if(cnt != fwrite(trash,1,cnt,ed)) {
224 i = ctm_edit(trash,cnt,name,buf);
287 Delete(trash);
/freebsd-9.3-release/lib/libc/db/test/hash.tests/
H A Dtcreat3.c62 int trash; local
H A Dtverify.c65 int trash; local
/freebsd-9.3-release/crypto/openssl/apps/
H A Dpasswd.c253 char trash[BUFSIZ]; local
255 r = BIO_gets(in, trash, sizeof trash);
256 while ((r > 0) && (!strchr(trash, '\n')));
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Dntp_refclock.c743 char trash[128]; /* litter bin for old input data */ local
781 * We want to make sure there is no pending trash in the input
786 while (read(fd, trash, sizeof(trash)) > 0 || errno == EINTR)
1282 double dtemp, dcorr, trash; local
1341 dcorr = modf((pp->fudgetime1 - dtemp), &trash);
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dupdate.c955 dns_diff_t trash; local
957 dns_diff_init(mctx, &trash);
974 dns_diff_clear(&trash);
978 dns_diff_clear(&trash);
997 dns_diff_clear(&trash);
1012 dns_diff_clear(&trash);
1062 ISC_LIST_APPENDLIST(trash.tuples, u_rrs.tuples, link);
1063 ISC_LIST_APPENDLIST(trash.tuples, d_rrs.tuples, link);
1071 dns_diff_clear(&trash);
1080 dns_diff_clear(&trash);
[all...]

Completed in 134 milliseconds