OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:arg_strip
(Results
1 - 2
of
2
) sorted by null
/external/oprofile/libpopt/
poptint.h
93
pbm_set *
arg_strip
;
member in struct:poptContext_s
popt.c
200
con->
arg_strip
= NULL;
255
con->
arg_strip
= PBM_FREE(con->
arg_strip
);
633
/*@uses con->
arg_strip
, con->optionStack @*/
634
/*@defines con->
arg_strip
@*/
638
if (con->
arg_strip
== NULL)
639
con->
arg_strip
= PBM_ALLOC(con->optionStack[0].argc);
640
if (con->
arg_strip
!= NULL) /* XXX can't happen */
641
PBM_SET(which, con->
arg_strip
);
643
/*@-compdef@*/ /* LCL: con->
arg_strip
udefined? *
[
all
...]
Completed in 23 milliseconds