Searched refs:ptmp (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.2-release/etc/rc.d/
H A Dpwcheck20 if [ -f /etc/ptmp ]; then
22 "password file may be incorrect -- /etc/ptmp exists"
/freebsd-10.2-release/crypto/openssl/crypto/x509v3/
H A Dv3_info.c155 char *objtmp, *ptmp;
168 ptmp = strchr(cnf->name, ';');
169 if (!ptmp) {
174 objlen = ptmp - cnf->name;
175 ctmp.name = ptmp + 1;
H A Dv3_purp.c203 X509_PURPOSE *ptmp; local
214 if (!(ptmp = OPENSSL_malloc(sizeof(X509_PURPOSE)))) {
218 ptmp->flags = X509_PURPOSE_DYNAMIC;
220 ptmp = X509_PURPOSE_get0(idx);
223 if (ptmp->flags & X509_PURPOSE_DYNAMIC_NAME) {
224 OPENSSL_free(ptmp->name);
225 OPENSSL_free(ptmp->sname);
228 ptmp->name = BUF_strdup(name);
229 ptmp->sname = BUF_strdup(sname);
230 if (!ptmp
[all...]
/freebsd-10.2-release/crypto/openssl/crypto/aes/
H A Daes_wrap.c142 unsigned char *otmp = NULL, *ptmp = NULL; local
146 ptmp = OPENSSL_malloc(keylen);
147 if (!otmp || !ptmp)
160 r = AES_unwrap_key(&wctx, iv, ptmp, otmp, r);
162 if (memcmp(key, ptmp, keylen))
170 if (ptmp)
171 OPENSSL_free(ptmp);
/freebsd-10.2-release/crypto/openssl/apps/
H A Dverify.c238 X509_PURPOSE *ptmp; local
239 ptmp = X509_PURPOSE_get0(i);
241 X509_PURPOSE_get0_sname(ptmp),
242 X509_PURPOSE_get0_name(ptmp));
H A Dx509.c732 X509_PURPOSE *ptmp; local
736 ptmp = X509_PURPOSE_get0(j);
737 purpose_print(STDout, x, ptmp);
/freebsd-10.2-release/crypto/openssl/crypto/x509/
H A Dx509_vpm.c394 X509_VERIFY_PARAM *ptmp; local
402 ptmp = sk_X509_VERIFY_PARAM_value(param_table, idx);
403 X509_VERIFY_PARAM_free(ptmp);
H A Dx509_vfy.c1949 X509_PURPOSE *ptmp; local
1956 ptmp = X509_PURPOSE_get0(idx);
1957 if (ptmp->trust == X509_TRUST_DEFAULT) {
1964 ptmp = X509_PURPOSE_get0(idx);
1968 trust = ptmp->trust;
/freebsd-10.2-release/usr.sbin/portsnap/portsnap/
H A Dportsnap.sh747 cut -c 2- diff | join -t '|' -v 2 - OLD > ptmp
749 sort -k 1,1 -t '|' -m - ptmp > NEW
754 rm -f diff OLD NEW ${X}-${Y}.gz ptmp
/freebsd-10.2-release/sys/kern/
H A Dkern_exit.c132 struct proc *p1, *p2, *ptmp; local
139 LIST_FOREACH_SAFE(p2, &p->p_reaplist, p_reapsibling, ptmp) {

Completed in 96 milliseconds