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

/freebsd-10-stable/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-10-stable/lib/libc/db/test/hash.tests/
H A Dtcreat3.c62 int trash; local
H A Dtverify.c65 int trash; local
/freebsd-10-stable/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-10-stable/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)
1290 double dtemp, dcorr, trash; local
1349 dcorr = modf((pp->fudgetime1 - dtemp), &trash);

Completed in 116 milliseconds