OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OBJ_NAME
(Results
1 - 5
of
5
) sorted by null
/external/qemu/android/build/
mkdeps.sh
40
OBJ_NAME
=`basename $OBJECT`
41
#echo
OBJ_NAME
=$
OBJ_NAME
43
# we replace $
OBJ_NAME
with $OBJECT only if $
OBJ_NAME
starts the line
48
cat $2 | sed -e s%^$
OBJ_NAME
%$OBJECT%g > $3 && rm -f $2
/external/openssl/crypto/objects/
o_names.c
44
/* static unsigned long obj_name_hash(
OBJ_NAME
*a); */
46
/* static int obj_name_cmp(
OBJ_NAME
*a,
OBJ_NAME
*b); */
110
/* static int obj_name_cmp(
OBJ_NAME
*a,
OBJ_NAME
*b) */
114
const
OBJ_NAME
*a = (const
OBJ_NAME
*)a_void;
115
const
OBJ_NAME
*b = (const
OBJ_NAME
*)b_void;
132
/* static unsigned long obj_name_hash(
OBJ_NAME
*a) *
[
all
...]
objects.h
923
#define
OBJ_name
OBJ_X509,41L
985
}
OBJ_NAME
;
998
void OBJ_NAME_do_all(int type,void (*fn)(const
OBJ_NAME
*,void *arg),
1000
void OBJ_NAME_do_all_sorted(int type,void (*fn)(const
OBJ_NAME
*,void *arg),
[
all
...]
/external/openssl/include/openssl/
objects.h
923
#define
OBJ_name
OBJ_X509,41L
985
}
OBJ_NAME
;
998
void OBJ_NAME_do_all(int type,void (*fn)(const
OBJ_NAME
*,void *arg),
1000
void OBJ_NAME_do_all_sorted(int type,void (*fn)(const
OBJ_NAME
*,void *arg),
[
all
...]
/external/openssl/apps/
enc.c
81
static void show_ciphers(const
OBJ_NAME
*name,void *bio_)
Completed in 370 milliseconds