OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:protolibs
(Results
1 - 2
of
2
) sorted by null
/external/ltrace/
prototype.c
330
DICT_DESTROY(&cache->
protolibs
, const char *, struct protolib *,
459
DICT_INIT(&cache->
protolibs
, char *, struct protolib *,
550
if (DICT_FIND_VAL(&cache->
protolibs
, &key, retp) == 0)
622
if (DICT_FIND_VAL(&cache->
protolibs
, &filename, &plib) == 0)
666
int rc = DICT_INSERT(&cache->
protolibs
, &filename, &plib);
prototype.h
148
* {u,}int8_t. Other
protolibs
would have this as implicit import.
155
struct dict
protolibs
;
member in struct:protolib_cache
181
*
Protolibs
are loaded from a config directory. If -F contains
Completed in 359 milliseconds