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

/freebsd-10-stable/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-stable/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-stable/sys/dev/sfxge/common/
H A Dsiena_mcdi.c60 __in_bcount(sdu_len) void *sdup,
82 dword = *(efx_dword_t *)((uint8_t *)sdup + pos);
56 siena_mcdi_send_request( __in efx_nic_t *enp, __in_bcount(hdr_len) void *hdrp, __in size_t hdr_len, __in_bcount(sdu_len) void *sdup, __in size_t sdu_len) argument
H A Def10_mcdi.c156 __in_bcount(sdu_len) void *sdup,
175 dword = *(efx_dword_t *)((uint8_t *)sdup + pos);
152 ef10_mcdi_send_request( __in efx_nic_t *enp, __in_bcount(hdr_len) void *hdrp, __in size_t hdr_len, __in_bcount(sdu_len) void *sdup, __in size_t sdu_len) argument
H A Dsiena_impl.h111 __in_bcount(sdu_len) void *sdup,
H A Defx_mcdi.c199 __in void *sdup,
204 emcop->emco_send_request(enp, hdrp, hdr_len, sdup, sdu_len);
195 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 Def10_impl.h309 __in_bcount(sdu_len) void *sdup,
/freebsd-10-stable/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
/freebsd-10-stable/crypto/openssh/
H A Dmisc.c465 char *sdup, *cp, *tmp; local
476 if ((sdup = tmp = strdup(s)) == NULL)
509 free(sdup);
H A Dreadconf.c2334 char *orig, *sdup, *cp; local
2340 orig = sdup = xstrdup(s);
2343 if ((cp = strrchr(sdup, ',')) == NULL)
2344 cp = sdup; /* last */
2358 } while (cp != sdup);

Completed in 206 milliseconds