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

/freebsd-10.3-release/crypto/openssl/crypto/asn1/
H A Da_type.c97 ASN1_STRING *sdup; local
98 sdup = ASN1_STRING_dup(value);
99 if (!sdup)
101 ASN1_TYPE_set(a, type, sdup);
/freebsd-10.3-release/contrib/apr/strings/
H A Dapr_cpystrn.c234 char *sdup; local
237 sdup = (char *) malloc(len);
238 memcpy(sdup, str, len);
240 return sdup;
/freebsd-10.3-release/sys/dev/sfxge/common/
H A Dhunt_mcdi.c116 __in void *sdup,
135 dword = *(efx_dword_t *)((uint8_t *)sdup + pos);
112 ef10_mcdi_send_request( __in efx_nic_t *enp, __in void *hdrp, __in size_t hdr_len, __in void *sdup, __in size_t sdu_len) argument
H A Dsiena_mcdi.c60 __in void *sdup,
82 dword = *(efx_dword_t *)((uint8_t *)sdup + pos);
56 siena_mcdi_send_request( __in efx_nic_t *enp, __in void *hdrp, __in size_t hdr_len, __in void *sdup, __in size_t sdu_len) argument
H A Dsiena_impl.h121 __in void *sdup,
H A Defx_mcdi.c204 __in void *sdup,
209 emcop->emco_send_request(enp, hdrp, hdr_len, sdup, sdu_len);
200 efx_mcdi_send_request( __in efx_nic_t *enp, __in void *hdrp, __in size_t hdr_len, __in void *sdup, __in size_t sdu_len) argument
H A Dhunt_impl.h298 __in void *sdup,
/freebsd-10.3-release/contrib/libpcap/
H A Dgencode.h331 char *sdup(const char *);
H A Dscanner.l334 yylval.s = sdup((char *)yytext); return HID; }
345 yylval.s = sdup((char *)yytext); return HID6;
379 yylval.s = sdup((char *)yytext); return ID; }
380 "\\"[^ !()\n\t]+ { yylval.s = sdup((char *)yytext + 1); return ID; }
H A Dgencode.c351 sdup(s) function

Completed in 140 milliseconds