Searched refs:sdup (Results 1 – 11 of 11) sorted by relevance
/freebsd/crypto/openssl/crypto/asn1/ |
H A D | a_type.c | 53 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 D | misc.c | 841 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 D | readconf.c | 3303 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 D | scanner.l | 415 ${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 D | gencode.h | 400 char *sdup(compiler_state_t *, const char *);
|
H A D | gencode.c | 664 sdup(compiler_state_t *cstate, const char *s) in sdup() function
|
/freebsd/sys/dev/sfxge/common/ |
H A D | siena_mcdi.c | 57 __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 D | ef10_mcdi.c | 153 __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 D | siena_impl.h | 119 __in_bcount(sdu_len) void *sdup,
|
H A D | efx_mcdi.c | 201 __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 D | ef10_impl.h | 325 __in_bcount(sdu_len) void *sdup,
|