OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:poptOption
(Results
1 - 10
of
10
) sorted by null
/external/oprofile/libutil/
op_popt.h
36
struct
poptOption
const * options, int flags);
op_popt.c
19
struct
poptOption
const * options, int flags)
/external/oprofile/libpopt/
popt.h
114
struct
poptOption
{
145
struct
poptOption
option; /*!< alias/exec name(s) and description. */
162
extern struct
poptOption
poptAliasOptions[];
172
extern struct
poptOption
poptHelpOptions[];
177
extern struct
poptOption
* poptHelpOptionsI18N;
196
typedef struct
poptOption
*
poptOption
;
223
/*@null@*/ const struct
poptOption
* opt,
242
/*@dependent@*/ /*@keep@*/ const struct
poptOption
* options,
popthelp.c
32
struct
poptOption
* key,
53
struct
poptOption
poptAliasOptions[] = {
62
struct
poptOption
poptHelpOptions[] = {
70
static struct
poptOption
poptHelpOptions2[] = {
85
struct
poptOption
* poptHelpOptionsI18N = poptHelpOptions2;
92
getTableTranslationDomain(/*@null@*/ const struct
poptOption
*table)
95
const struct
poptOption
*opt;
110
getArgDescrip(const struct
poptOption
* opt,
148
const struct
poptOption
* opt,
219
const struct
poptOption
* opt
[
all
...]
poptint.h
70
const struct
poptOption
* options;
popt.c
64
static void invokeCallbacksPRE(poptContext con, const struct
poptOption
* opt)
92
static void invokeCallbacksPOST(poptContext con, const struct
poptOption
* opt)
121
const struct
poptOption
* opt,
122
const struct
poptOption
* myOpt,
127
const struct
poptOption
* cbopt = NULL;
171
const struct
poptOption
* options, int flags)
471
/*@observer@*/ /*@null@*/ static const struct
poptOption
*
472
findOption(const struct
poptOption
* opt, /*@null@*/ const char * longName,
479
const struct
poptOption
* cb = NULL;
488
const struct
poptOption
* opt2
[
all
...]
/external/oprofile/
popt.h
114
struct
poptOption
{
145
struct
poptOption
option; /*!< alias/exec name(s) and description. */
162
extern struct
poptOption
poptAliasOptions[];
172
extern struct
poptOption
poptHelpOptions[];
177
extern struct
poptOption
* poptHelpOptionsI18N;
196
typedef struct
poptOption
*
poptOption
;
223
/*@null@*/ const struct
poptOption
* opt,
242
/*@dependent@*/ /*@keep@*/ const struct
poptOption
* options,
/external/oprofile/libopt++/
popt_options.cpp
58
static vector<
poptOption
> & popt_options(void)
60
static vector<
poptOption
> *x = new(vector<
poptOption
>);
72
static struct
poptOption
appended_options[] = {
82
vector<
poptOption
> & options,
112
vector<
poptOption
> options;
254
poptOption
const opt = { name, short_name, popt_flags,
/external/oprofile/daemon/
oprofiled.c
86
static struct
poptOption
options[] = {
/external/oprofile/utils/
ophelp.c
297
static struct
poptOption
options[] = {
Completed in 1398 milliseconds