OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sdup
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/openssl/openssl/crypto/asn1/
a_type.c
103
ASN1_STRING *
sdup
;
local
104
sdup
= ASN1_STRING_dup(value);
105
if (!
sdup
)
107
ASN1_TYPE_set(a, type,
sdup
);
/external/openssl/crypto/asn1/
a_type.c
103
ASN1_STRING *
sdup
;
local
104
sdup
= ASN1_STRING_dup(value);
105
if (!
sdup
)
107
ASN1_TYPE_set(a, type,
sdup
);
/external/libpcap/
scanner.l
312
yylval.s =
sdup
((char *)yytext); return HID; }
324
yylval.s =
sdup
((char *)yytext); return HID6;
356
yylval.s =
sdup
((char *)yytext); return ID; }
357
"\\"[^ !()\n\t]+ { yylval.s =
sdup
((char *)yytext + 1); return ID; }
gencode.h
320
char *
sdup
(const char *);
scanner.c
[
all
...]
gencode.c
305
sdup
(s)
function
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/
AppleEvents.py
231
kAEDuplicateSelection = FOUR_CHAR_CODE('
sdup
')
[
all
...]
Completed in 90 milliseconds