Home
last modified time | relevance | path

Searched refs:sdup (Results 1 – 11 of 11) sorted by relevance

/freebsd/crypto/openssl/crypto/asn1/
H A Da_type.c53 ASN1_STRING *sdup; in ASN1_TYPE_set1() local
54 sdup = ASN1_STRING_dup(value); in ASN1_TYPE_set1()
55 if (!sdup) in ASN1_TYPE_set1()
57 ASN1_TYPE_set(a, type, sdup); in ASN1_TYPE_set1()
/freebsd/crypto/openssh/
H A Dmisc.c841 char *sdup, *tmp; in parse_user_host_path() local
851 sdup = xstrdup(s); in parse_user_host_path()
854 if ((tmp = colon(sdup)) == NULL) in parse_user_host_path()
864 tmp = strrchr(sdup, '@'); in parse_user_host_path()
868 if (*sdup != '\0') in parse_user_host_path()
869 user = xstrdup(sdup); in parse_user_host_path()
871 host = xstrdup(cleanhostname(sdup)); in parse_user_host_path()
890 free(sdup); in parse_user_host_path()
908 char *sdup, *cp, *tmp; in parse_user_host_port() local
919 if ((sdup = tmp = strdup(s)) == NULL) in parse_user_host_port()
[all …]
H A Dreadconf.c3303 char *orig, *sdup, *cp; in parse_jump() local
3309 orig = sdup = xstrdup(s); in parse_jump()
3320 if ((cp = strrchr(sdup, ',')) == NULL) in parse_jump()
3321 cp = sdup; /* last */ in parse_jump()
3339 } while (cp != sdup); in parse_jump()
/freebsd/contrib/libpcap/
H A Dscanner.l415 ${B} { yylval->s = sdup(yyextra, yytext); return AID; }
416 {MAC} { yylval->s = sdup(yyextra, yytext); return EID; }
419 yylval->s = sdup(yyextra, (char *)yytext); return HID; }
431 yylval->s = sdup(yyextra, (char *)yytext);
501 yylval->s = sdup(yyextra, (char *)yytext); return ID; }
502 "\\"[^ !()\n\t]+ { yylval->s = sdup(yyextra, (char *)yytext + 1); return ID; }
H A Dgencode.h400 char *sdup(compiler_state_t *, const char *);
H A Dgencode.c664 sdup(compiler_state_t *cstate, const char *s) in sdup() function
/freebsd/sys/dev/sfxge/common/
H A Dsiena_mcdi.c57 __in_bcount(sdu_len) void *sdup, in siena_mcdi_send_request()
79 dword = *(efx_dword_t *)((uint8_t *)sdup + pos); in siena_mcdi_send_request()
H A Def10_mcdi.c153 __in_bcount(sdu_len) void *sdup, in ef10_mcdi_send_request()
173 dword = *(efx_dword_t *)((uint8_t *)sdup + pos); in ef10_mcdi_send_request()
H A Dsiena_impl.h119 __in_bcount(sdu_len) void *sdup,
H A Defx_mcdi.c201 __in void *sdup, in efx_mcdi_send_request() argument
206 emcop->emco_send_request(enp, hdrp, hdr_len, sdup, sdu_len); in efx_mcdi_send_request()
H A Def10_impl.h325 __in_bcount(sdu_len) void *sdup,