HomeSort by: relevance | last modified time | path
    Searched defs:trash (Results 1 - 7 of 7) sorted by relevancy

  /src/crypto/external/cpl/trousers/dist/src/tcs/
tcs_auth_mgr.c 525 UINT32 trash, bsize; local
536 result = UnloadBlob_Header(txBlob, &trash);
538 LogDebug("total packet size received from TPM: %u", trash);
562 UINT32 trash; local
576 result = UnloadBlob_Header(txBlob, &trash);
  /src/crypto/external/apache2/openssl/dist/apps/
passwd.c 288 char trash[BUFSIZ]; local
290 r = BIO_gets(in, trash, sizeof(trash));
291 while ((r > 0) && (!strchr(trash, '\n')));
  /src/crypto/external/bsd/openssl/dist/apps/
passwd.c 279 char trash[BUFSIZ]; local
281 r = BIO_gets(in, trash, sizeof(trash));
282 while ((r > 0) && (!strchr(trash, '\n')));
  /src/crypto/external/bsd/openssl.old/dist/apps/
passwd.c 276 char trash[BUFSIZ]; local
278 r = BIO_gets(in, trash, sizeof(trash));
279 while ((r > 0) && (!strchr(trash, '\n')));
  /src/external/bsd/ntp/dist/ntpd/
ntp_refclock.c 963 char trash[128]; /* litter bin for old input data */ local
1007 * We want to make sure there is no pending trash in the input
1012 while (read(fd, trash, sizeof(trash)) > 0 || errno == EINTR)
1521 double dtemp, dcorr, trash; local
1580 dcorr = modf((pp->fudgetime1 - dtemp), &trash);
  /src/external/bsd/openldap/dist/servers/slapd/back-ldif/
ldif.c 1669 char *parentdir = NULL, *trash; local
1686 trash = oldpath->bv_val; /* will be .ldif file to delete */
1698 trash = newpath.bv_val;
1705 if ( unlink( trash ) == 0 )
1711 trash = newpath.bv_val;
  /src/external/mpl/bind/dist/lib/ns/
update.c 1112 dns_diff_t trash; local
1114 dns_diff_init(mctx, &trash);
1131 dns_diff_clear(&trash);
1135 dns_diff_clear(&trash);
1155 dns_diff_clear(&trash);
1171 dns_diff_clear(&trash);
1214 ISC_LIST_APPENDLIST(trash.tuples, u_rrs.tuples, link);
1215 ISC_LIST_APPENDLIST(trash.tuples, d_rrs.tuples, link);
1223 dns_diff_clear(&trash);
1232 dns_diff_clear(&trash);
    [all...]

Completed in 21 milliseconds