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

/macosx-10.10.1/OpenSSL098-52/src/crypto/x509v3/
H A Dv3_info.c109 char objtmp[80], *ntmp;
118 ntmp = OPENSSL_malloc(nlen);
119 if(!ntmp) {
124 BUF_strlcpy(ntmp, objtmp, nlen);
125 BUF_strlcat(ntmp, " - ", nlen);
126 BUF_strlcat(ntmp, vtmp->name, nlen);
128 vtmp->name = ntmp;
H A Dv3_utl.c253 char *ntmp, *vtmp; local
260 ntmp = NULL;
269 ntmp = strip_spaces(q);
270 if(!ntmp) {
277 ntmp = strip_spaces(q);
280 printf("%s\n", ntmp);
282 if(!ntmp) {
286 X509V3_add_value(ntmp, NULL, &values);
296 printf("%s\n", ntmp);
302 X509V3_add_value(ntmp, vtm
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/asn1/
H A Dasn_mime.c591 char *ntmp; local
602 ntmp = NULL;
615 ntmp = strip_ends(q);
624 mhdr = mime_hdr_new(ntmp, strip_ends(q));
626 ntmp = NULL;
645 ntmp = strip_ends(q);
654 mime_hdr_addparam(mhdr, ntmp, strip_ends(q));
655 ntmp = NULL;
676 mhdr = mime_hdr_new(ntmp, strip_ends(q));
679 mime_hdr_addparam(mhdr, ntmp, strip_end
[all...]
/macosx-10.10.1/bind9-45.101/bind9/lib/lwres/
H A Dgetaddrinfo.c354 char ntmp[NI_MAXHOST]; local
362 ntmp[0] = '\0';
364 strncpy(ntmp, hostname, sizeof(ntmp) - 1);
365 ntmp[sizeof(ntmp) - 1] = '\0';
366 p = strchr(ntmp, '%');
380 ntmp[0] = '\0';
405 } else if (ntmp[0] != '\0' &&
406 lwres_net_pton(AF_INET6, ntmp, abu
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/overlays/
H A Dvalsort.c215 struct berval tmp, ntmp, *vals = NULL, *nvals; local
231 ntmp = nvals[i];
244 nvals[j] = ntmp;
250 ntmp = nvals[i];
254 int cmp = strcmp( nvals[j-1].bv_val, ntmp.bv_val );
262 nvals[j] = ntmp;
354 struct berval tmp = a->a_vals[i], ntmp; local
355 if ( gotnvals ) ntmp = a->a_nvals[i];
365 if ( gotnvals ) a->a_nvals[j] = ntmp;
/macosx-10.10.1/bind9-45.101/bind9/lib/irs/
H A Dgetaddrinfo.c371 char ntmp[NI_MAXHOST]; local
379 ntmp[0] = '\0';
381 strncpy(ntmp, hostname, sizeof(ntmp) - 1);
382 ntmp[sizeof(ntmp) - 1] = '\0';
383 p = strchr(ntmp, '%');
397 ntmp[0] = '\0';
421 } else if (ntmp[0] != '\0' &&
422 inet_pton(AF_INET6, ntmp, abu
[all...]
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/lib/
H A Ddlopen.c265 char *ntmp = NULL; local
322 ntmp=&start[1];
325 if(ntmp == end) {
331 strcat(out, ntmp);
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dvalue.c348 struct berval ntmp; local
385 if ( gotnvals ) ntmp = a->a_nvals[i];
395 if ( gotnvals ) a->a_nvals[j] = ntmp;
/macosx-10.10.1/xnu-2782.1.97/bsd/miscfs/devfs/
H A Ddevfs_vnops.c1019 devnode_t * tmp, *ntmp; local
1027 ntmp = tmp;
1028 } while ((tmp = tmp->dn_typeinfo.Dir.parent) != ntmp);

Completed in 128 milliseconds