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

/openbsd-current/lib/libcrypto/asn1/
H A Da_type.c150 ASN1_STRING *sdup; local
151 sdup = ASN1_STRING_dup(value);
152 if (!sdup)
154 ASN1_TYPE_set(a, type, sdup);
/openbsd-current/lib/libpcap/
H A Dscanner.l257 yylval.s = sdup((char *)yytext); return HID; }
269 yylval.e = sdup((char *)yytext); return HID6;
301 yylval.s = sdup((char *)yytext); return ID; }
302 [A-Za-z] { yylval.s = sdup((char *)yytext); return ID; }
303 "\\"[^ !()\n\t]+ { yylval.s = sdup((char *)yytext + 1); return ID; }
H A Dgencode.h201 char *sdup(const char *);
H A Dgencode.c223 sdup(const char *s) function
/openbsd-current/usr.bin/ssh/
H A Dmisc.c768 char *sdup, *tmp; local
778 sdup = xstrdup(s);
781 if ((tmp = colon(sdup)) == NULL)
791 tmp = strrchr(sdup, '@');
795 if (*sdup != '\0')
796 user = xstrdup(sdup);
798 host = xstrdup(cleanhostname(sdup));
817 free(sdup);
835 char *sdup, *cp, *tmp; local
846 if ((sdup
2421 char *cp, *sdup; local
[all...]
H A Dreadconf.c3221 char *orig, *sdup, *cp; local
3227 orig = sdup = xstrdup(s);
3238 if ((cp = strrchr(sdup, ',')) == NULL)
3239 cp = sdup; /* last */
3257 } while (cp != sdup);

Completed in 279 milliseconds