Searched refs:short_name (Results 1 - 25 of 161) sorted by relevance

1234567

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/tools/perf/util/
H A Dparse-options.h51 * `short_name`::
88 int short_name; member in struct:option
104 #define OPT_BIT(s, l, v, h, b) { .type = OPTION_BIT, .short_name = (s), .long_name = (l), .value = check_vtype(v, int *), .help = (h), .defval = (b) }
105 #define OPT_BOOLEAN(s, l, v, h) { .type = OPTION_BOOLEAN, .short_name = (s), .long_name = (l), .value = check_vtype(v, bool *), .help = (h) }
106 #define OPT_INCR(s, l, v, h) { .type = OPTION_INCR, .short_name = (s), .long_name = (l), .value = check_vtype(v, int *), .help = (h) }
107 #define OPT_SET_UINT(s, l, v, h, i) { .type = OPTION_SET_UINT, .short_name = (s), .long_name = (l), .value = check_vtype(v, unsigned int *), .help = (h), .defval = (i) }
108 #define OPT_SET_PTR(s, l, v, h, p) { .type = OPTION_SET_PTR, .short_name = (s), .long_name = (l), .value = (v), .help = (h), .defval = (p) }
109 #define OPT_INTEGER(s, l, v, h) { .type = OPTION_INTEGER, .short_name = (s), .long_name = (l), .value = check_vtype(v, int *), .help = (h) }
110 #define OPT_UINTEGER(s, l, v, h) { .type = OPTION_UINTEGER, .short_name = (s), .long_name = (l), .value = check_vtype(v, unsigned int *), .help = (h) }
111 #define OPT_LONG(s, l, v, h) { .type = OPTION_LONG, .short_name
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/tools/perf/util/
H A Dparse-options.h51 * `short_name`::
88 int short_name; member in struct:option
104 #define OPT_BIT(s, l, v, h, b) { .type = OPTION_BIT, .short_name = (s), .long_name = (l), .value = check_vtype(v, int *), .help = (h), .defval = (b) }
105 #define OPT_BOOLEAN(s, l, v, h) { .type = OPTION_BOOLEAN, .short_name = (s), .long_name = (l), .value = check_vtype(v, bool *), .help = (h) }
106 #define OPT_INCR(s, l, v, h) { .type = OPTION_INCR, .short_name = (s), .long_name = (l), .value = check_vtype(v, int *), .help = (h) }
107 #define OPT_SET_UINT(s, l, v, h, i) { .type = OPTION_SET_UINT, .short_name = (s), .long_name = (l), .value = check_vtype(v, unsigned int *), .help = (h), .defval = (i) }
108 #define OPT_SET_PTR(s, l, v, h, p) { .type = OPTION_SET_PTR, .short_name = (s), .long_name = (l), .value = (v), .help = (h), .defval = (p) }
109 #define OPT_INTEGER(s, l, v, h) { .type = OPTION_INTEGER, .short_name = (s), .long_name = (l), .value = check_vtype(v, int *), .help = (h) }
110 #define OPT_UINTEGER(s, l, v, h) { .type = OPTION_UINTEGER, .short_name = (s), .long_name = (l), .value = check_vtype(v, unsigned int *), .help = (h) }
111 #define OPT_LONG(s, l, v, h) { .type = OPTION_LONG, .short_name
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/torture/
H A Dmasktest.c57 static char *reg_test(struct smbcli_state *cli, TALLOC_CTX *mem_ctx, const char *pattern, const char *long_name, const char *short_name) argument
67 (*short_name && reg_match_one(cli, pattern, short_name))) ret[2] = '+';
117 char *short_name; member in struct:__anon9115
134 last_hit.short_name = talloc_strdup(m->mem_ctx, f->short_name);
139 char **long_name, char **short_name)
160 *short_name = talloc_strdup(mem_ctx, last_hit.short_name);
161 strlower(*short_name);
138 get_real_name(TALLOC_CTX *mem_ctx, struct smbcli_state *cli, char **long_name, char **short_name) argument
178 char *short_name = NULL; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/torture/
H A Dmasktest.c57 static char *reg_test(struct smbcli_state *cli, TALLOC_CTX *mem_ctx, const char *pattern, const char *long_name, const char *short_name) argument
67 (*short_name && reg_match_one(cli, pattern, short_name))) ret[2] = '+';
117 char *short_name; member in struct:__anon44045
134 last_hit.short_name = talloc_strdup(m->mem_ctx, f->short_name);
139 char **long_name, char **short_name)
160 *short_name = talloc_strdup(mem_ctx, last_hit.short_name);
161 strlower(*short_name);
138 get_real_name(TALLOC_CTX *mem_ctx, struct smbcli_state *cli, char **long_name, char **short_name) argument
178 char *short_name = NULL; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/torture/
H A Dmasktest.c57 static char *reg_test(struct smbcli_state *cli, TALLOC_CTX *mem_ctx, const char *pattern, const char *long_name, const char *short_name) argument
67 (*short_name && reg_match_one(cli, pattern, short_name))) ret[2] = '+';
117 char *short_name; member in struct:__anon10020
134 last_hit.short_name = talloc_strdup(m->mem_ctx, f->short_name);
139 char **long_name, char **short_name)
160 *short_name = talloc_strdup(mem_ctx, last_hit.short_name);
161 strlower(*short_name);
138 get_real_name(TALLOC_CTX *mem_ctx, struct smbcli_state *cli, char **long_name, char **short_name) argument
178 char *short_name = NULL; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/e2fsprogs/old_e2fsprogs/e2p/
H A Dpf.c24 const char *short_name; member in struct:flags_name
66 fputs(fp->short_name, f);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/e2fsprogs/old_e2fsprogs/e2p/
H A Dpf.c24 const char *short_name; member in struct:flags_name
66 fputs(fp->short_name, f);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/e2fsprogs/old_e2fsprogs/e2p/
H A Dpf.c24 const char *short_name; member in struct:flags_name
66 fputs(fp->short_name, f);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/libcli/
H A Dlibcli.h45 const char *short_name; member in struct:clilist_file_info
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/libcli/
H A Dlibcli.h45 const char *short_name; member in struct:clilist_file_info
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/libcli/
H A Dlibcli.h45 const char *short_name; member in struct:clilist_file_info
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/torture/
H A Dmasktest.c148 static char *reg_test(struct cli_state *cli, char *pattern, char *long_name, char *short_name) argument
158 (*short_name && reg_match_one(cli, pattern, short_name))) ret[2] = '+';
273 pstring long_name, fstring short_name)
283 fstrcpy(short_name, f_info->short_name);
284 strlower_m(short_name);
289 if (*short_name == 0) {
290 fstrcpy(short_name, long_name);
294 if (!strchr_m(short_name,'
272 get_real_name(struct cli_state *cli, pstring long_name, fstring short_name) argument
306 fstring short_name; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/torture/
H A Dmasktest.c147 static char *reg_test(struct cli_state *cli, const char *pattern, const char *long_name, const char *short_name) argument
156 (*short_name && reg_match_one(cli, new_pattern, short_name))) ret[2] = '+';
281 char **pp_long_name, fstring short_name)
292 fstrcpy(short_name, f_info->short_name);
293 strlower_m(short_name);
301 if (*short_name == 0) {
302 fstrcpy(short_name, *pp_long_name);
306 if (!strchr_m(short_name,'
280 get_real_name(struct cli_state *cli, char **pp_long_name, fstring short_name) argument
318 fstring short_name; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/torture/
H A Dmasktest.c148 static char *reg_test(struct cli_state *cli, char *pattern, char *long_name, char *short_name) argument
158 (*short_name && reg_match_one(cli, pattern, short_name))) ret[2] = '+';
273 pstring long_name, fstring short_name)
283 fstrcpy(short_name, f_info->short_name);
284 strlower_m(short_name);
289 if (*short_name == 0) {
290 fstrcpy(short_name, long_name);
294 if (!strchr_m(short_name,'
272 get_real_name(struct cli_state *cli, pstring long_name, fstring short_name) argument
306 fstring short_name; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/torture/
H A Dmasktest.c147 static char *reg_test(struct cli_state *cli, const char *pattern, const char *long_name, const char *short_name) argument
156 (*short_name && reg_match_one(cli, new_pattern, short_name))) ret[2] = '+';
281 char **pp_long_name, fstring short_name)
292 fstrcpy(short_name, f_info->short_name);
293 strlower_m(short_name);
301 if (*short_name == 0) {
302 fstrcpy(short_name, *pp_long_name);
306 if (!strchr_m(short_name,'
280 get_real_name(struct cli_state *cli, char **pp_long_name, fstring short_name) argument
318 fstring short_name; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/torture/
H A Dmasktest.c147 static char *reg_test(struct cli_state *cli, const char *pattern, const char *long_name, const char *short_name) argument
156 (*short_name && reg_match_one(cli, new_pattern, short_name))) ret[2] = '+';
281 char **pp_long_name, fstring short_name)
292 fstrcpy(short_name, f_info->short_name);
293 strlower_m(short_name);
301 if (*short_name == 0) {
302 fstrcpy(short_name, *pp_long_name);
306 if (!strchr_m(short_name,'
280 get_real_name(struct cli_state *cli, char **pp_long_name, fstring short_name) argument
318 fstring short_name; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/torture/
H A Dmasktest.c148 static char *reg_test(struct cli_state *cli, char *pattern, char *long_name, char *short_name) argument
158 (*short_name && reg_match_one(cli, pattern, short_name))) ret[2] = '+';
273 pstring long_name, fstring short_name)
283 fstrcpy(short_name, f_info->short_name);
284 strlower_m(short_name);
289 if (*short_name == 0) {
290 fstrcpy(short_name, long_name);
294 if (!strchr_m(short_name,'
272 get_real_name(struct cli_state *cli, pstring long_name, fstring short_name) argument
306 fstring short_name; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/
H A Dcp-abi.c30 static struct cp_abi_ops *find_cp_abi (const char *short_name);
141 switch_to_cp_abi (const char *short_name) argument
145 abi = find_cp_abi (short_name);
170 set_cp_abi_as_auto_default (const char *short_name) argument
173 struct cp_abi_ops *abi = find_cp_abi (short_name);
178 short_name);
205 find_cp_abi (const char *short_name) argument
210 if (strcmp (cp_abis[i]->shortname, short_name) == 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/
H A Dcp-abi.c30 static struct cp_abi_ops *find_cp_abi (const char *short_name);
141 switch_to_cp_abi (const char *short_name) argument
145 abi = find_cp_abi (short_name);
170 set_cp_abi_as_auto_default (const char *short_name) argument
173 struct cp_abi_ops *abi = find_cp_abi (short_name);
178 short_name);
205 find_cp_abi (const char *short_name) argument
210 if (strcmp (cp_abis[i]->shortname, short_name) == 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/
H A Dcp-abi.c30 static struct cp_abi_ops *find_cp_abi (const char *short_name);
141 switch_to_cp_abi (const char *short_name) argument
145 abi = find_cp_abi (short_name);
170 set_cp_abi_as_auto_default (const char *short_name) argument
173 struct cp_abi_ops *abi = find_cp_abi (short_name);
178 short_name);
205 find_cp_abi (const char *short_name) argument
210 if (strcmp (cp_abis[i]->shortname, short_name) == 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/heimdal/lib/roken/
H A Dgetarg.c125 args[i].short_name == 0 || args[i].long_name == NULL) {
128 if(args[i].short_name) {
130 printf("Fl %c%s", args[i].short_name, buf);
143 printf(".Oo Fl %c%s \\*(Ba Xo\n", args[i].short_name, buf);
159 if(args[i].short_name){
160 printf(".Fl %c", args[i].short_name);
252 if(args[i].short_name && ISFLAG(args[i])) {
256 s[0] = args[i].short_name;
288 if (args[i].short_name && !ISFLAG(args[i])) {
289 snprintf(buf, sizeof(buf), "[-%c", args[i].short_name);
[all...]
H A Dgetarg.h51 char short_name; member in struct:getargs
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/heimdal/lib/roken/
H A Dgetarg.c125 args[i].short_name == 0 || args[i].long_name == NULL) {
128 if(args[i].short_name) {
130 printf("Fl %c%s", args[i].short_name, buf);
143 printf(".Oo Fl %c%s \\*(Ba Xo\n", args[i].short_name, buf);
159 if(args[i].short_name){
160 printf(".Fl %c", args[i].short_name);
252 if(args[i].short_name && ISFLAG(args[i])) {
256 s[0] = args[i].short_name;
288 if (args[i].short_name && !ISFLAG(args[i])) {
289 snprintf(buf, sizeof(buf), "[-%c", args[i].short_name);
[all...]
H A Dgetarg.h51 char short_name; member in struct:getargs
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/heimdal/lib/roken/
H A Dgetarg.c125 args[i].short_name == 0 || args[i].long_name == NULL) {
128 if(args[i].short_name) {
130 printf("Fl %c%s", args[i].short_name, buf);
143 printf(".Oo Fl %c%s \\*(Ba Xo\n", args[i].short_name, buf);
159 if(args[i].short_name){
160 printf(".Fl %c", args[i].short_name);
252 if(args[i].short_name && ISFLAG(args[i])) {
256 s[0] = args[i].short_name;
288 if (args[i].short_name && !ISFLAG(args[i])) {
289 snprintf(buf, sizeof(buf), "[-%c", args[i].short_name);
[all...]

Completed in 169 milliseconds

1234567