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

/macosx-10.10.1/OpenSSH-189/osslshim/ossl-asn1/
H A Dcs-a-type.c109 ASN1_STRING *sdup; local
110 sdup = ASN1_STRING_dup((ASN1_STRING *)value);
111 if (!sdup)
113 ASN1_TYPE_set(a, type, sdup);
/macosx-10.10.1/OpenSSL098-52/src/crypto/asn1/
H A Da_type.c100 ASN1_STRING *sdup; local
101 sdup = ASN1_STRING_dup((ASN1_STRING *)value);
102 if (!sdup)
104 ASN1_TYPE_set(a, type, sdup);
/macosx-10.10.1/apr-32/apr/apr/strings/
H A Dapr_cpystrn.c232 char *sdup; local
235 sdup = (char *) malloc(len);
236 memcpy(sdup, str, len);
238 return sdup;
/macosx-10.10.1/libpcap-48/libpcap/
H A Dscanner.l344 yylval.s = sdup((char *)yytext); return HID; }
355 yylval.s = sdup((char *)yytext); return HID6;
387 yylval.s = sdup((char *)yytext); return ID; }
388 "\\"[^ !()\n\t]+ { yylval.s = sdup((char *)yytext + 1); return ID; }
H A Dgencode.h346 char *sdup(const char *);
H A Dgencode.c347 sdup(s) function
/macosx-10.10.1/zsh-61/zsh/Src/Zle/
H A Dcompctl.c3112 char *sdup = rembslash(cc->suffix); local
3113 int sl = strlen(sdup), suffixll;
3116 for (p = sdup + sl - 1; p >= sdup && *p == ' '; p--, sl--);
3126 offs <= suffixll - sl && !strcmp(sdup, sd + suffixll - sl))
/macosx-10.10.1/zsh-61/zsh/Src/
H A Dhist.c2064 int slen, sdup = 0; local
2068 ptr++, sdup = 1;
2070 slen += inlen - 1, sdup = 1;
2071 if (!sdup)

Completed in 284 milliseconds