Home
last modified time | relevance | path

Searched refs:OPTION_LEN (Results 1 – 4 of 4) sorted by relevance

/dports/net/radiusclient/radiusclient-ng-0.5.6/lib/
H A Doptions.h12 #define OPTION_LEN 64 macro
26 char name[OPTION_LEN]; /* name of the option */
/dports/net/freeradius-client/freeradius-client-1.1.7/lib/
H A Doptions.h12 #define OPTION_LEN 64 macro
26 char name[OPTION_LEN]; /* name of the option */
/dports/net/radcli/radcli-1.3.0/lib/
H A Doptions.h10 #define OPTION_LEN 64 macro
24 char name[OPTION_LEN]; //!< name of the option.
/dports/biology/sra-tools/sra-tools-2.11.0/test/samline/
H A Dsampart.c67 #define OPTION_LEN "len" macro
85 { OPTION_LEN, ALIAS_LEN, NULL, len_usage, 1, true, false },
233 uint32_t len = get_uint32_option( args, OPTION_LEN, 0, DFLT_LEN ); in make_quality()