Home
last modified time | relevance | path

Searched refs:OPTION (Results 1 – 11 of 11) sorted by relevance

/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dstats.h6 OPTION('J', json, false, true) \
7 OPTION('g', general, true, false) \
8 OPTION('m', merged, config_stats, false) \
9 OPTION('d', destroyed, config_stats, false) \
10 OPTION('a', unmerged, config_stats, false) \
11 OPTION('b', bins, true, false) \
12 OPTION('l', large, true, false) \
13 OPTION('x', mutex, true, false)
16 #define OPTION(o, v, d, s) stats_print_option_num_##v, macro
18 #undef OPTION
/f-stack/tools/libxo/
H A Dlibxo-config.in20 Usage: libxo-config [OPTION]
22 Known values for OPTION are:
/f-stack/freebsd/contrib/openzfs/scripts/
H A Dzfs-helpers.sh66 while getopts 'hdirv' OPTION; do
67 case $OPTION in
H A Dzfs.sh52 while getopts 'hvuS' OPTION; do
53 case $OPTION in
H A Dzimport.sh110 while getopts 'hvckr:s:i:p:f:o:?' OPTION; do
111 case $OPTION in
H A Dzfs-tests.sh351 while getopts 'hvqxkfScn:d:s:r:?t:T:u:I:' OPTION; do
352 case $OPTION in
/f-stack/freebsd/contrib/openzfs/cmd/vdev_id/
H A Dvdev_id514 while getopts 'c:d:eg:mp:h' OPTION; do
515 case ${OPTION} in
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dstats.c1230 #define OPTION(o, v, d, s) bool v = d; in stats_print() macro
1232 #undef OPTION in stats_print()
1259 #define OPTION(o, v, d, s) case o: v = s; break; in stats_print() macro
1261 #undef OPTION in stats_print()
H A Djemalloc.c746 #define OPTION(o, v, d, s) case o: break; in init_opt_stats_print_opts() macro
748 #undef OPTION in init_opt_stats_print_opts()
/f-stack/tools/
H A DREADME.md216 OPTION_LIST: OPTION [OPTION_LIST]
217 OPTION: bridged | diverted | diverted-loopback | diverted-output |
/f-stack/tools/libxo/doc/
H A Dgetting.rst148 ../configure [OPTION]... [VAR=VALUE]...