Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/openssl/dist/crypto/asn1/
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()
/netbsd/src/crypto/external/bsd/openssh/dist/
Dmisc.c802 char *sdup, *tmp; in parse_user_host_path() local
812 sdup = xstrdup(s); in parse_user_host_path()
815 if ((tmp = colon(sdup)) == NULL) in parse_user_host_path()
825 tmp = strrchr(sdup, '@'); in parse_user_host_path()
829 if (*sdup != '\0') in parse_user_host_path()
830 user = xstrdup(sdup); in parse_user_host_path()
832 host = xstrdup(cleanhostname(sdup)); in parse_user_host_path()
851 free(sdup); in parse_user_host_path()
869 char *sdup, *cp, *tmp; in parse_user_host_port() local
880 if ((sdup = tmp = strdup(s)) == NULL) in parse_user_host_port()
[all …]
Dreadconf.c3510 char *orig, *sdup, *cp; in parse_jump() local
3516 orig = sdup = xstrdup(s); in parse_jump()
3527 if ((cp = strrchr(sdup, ',')) == NULL) in parse_jump()
3528 cp = sdup; /* last */ in parse_jump()
3546 } while (cp != sdup); in parse_jump()
/netbsd/src/external/bsd/libpcap/dist/
Dscanner.l422 ${B} { yylval->s = sdup(yyextra, yytext); return AID; }
423 {MAC} { yylval->s = sdup(yyextra, yytext); return EID; }
426 yylval->s = sdup(yyextra, (char *)yytext); return HID; }
438 yylval->s = sdup(yyextra, (char *)yytext);
508 yylval->s = sdup(yyextra, (char *)yytext); return ID; }
509 "\\"[^ !()\n\t]+ { yylval->s = sdup(yyextra, (char *)yytext + 1); return ID; }
Dgencode.h406 char *sdup(compiler_state_t *, const char *);
Dgencode.c669 sdup(compiler_state_t *cstate, const char *s) in sdup() function
/netbsd/src/external/bsd/libpcap/lib/
Dpcap.expsym245 sdup