Searched refs:section_name (Results 1 - 25 of 93) sorted by relevance

1234

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/mi/
H A Dmi-main.h23 extern void mi_load_progress (const char *section_name,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/mi/
H A Dmi-main.h23 extern void mi_load_progress (const char *section_name,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/mi/
H A Dmi-main.h23 extern void mi_load_progress (const char *section_name,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/tidspbridge/include/dspbridge/
H A Dgetsection.h57 * section_name Pointer to the string name of the section desired
68 const char *section_name,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/tidspbridge/include/dspbridge/
H A Dgetsection.h57 * section_name Pointer to the string name of the section desired
68 const char *section_name,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/utils/
H A Dtestparm.c78 bool show_defaults, const char *section_name, const char *parameter_name)
131 if (section_name != NULL || parameter_name != NULL) {
133 if (!section_name) {
134 section_name = GLOBAL_NAME;
136 } else if ((!strwicmp(section_name, GLOBAL_NAME)) == 0 &&
137 (service=lp_service(lp_ctx, section_name)) == NULL) {
139 section_name);
182 static const char *section_name = NULL; local
205 {"section-name", '\0', POPT_ARG_STRING, &section_name, 0, "Limit testparm to a named section" },
256 ret |= do_share_checks(lp_ctx, cname, caddr, silent_mode, show_defaults, section_name, parameter_nam
77 do_share_checks(struct loadparm_context *lp_ctx, const char *cname, const char *caddr, bool silent_mode, bool show_defaults, const char *section_name, const char *parameter_name) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/utils/
H A Dtestparm.c78 bool show_defaults, const char *section_name, const char *parameter_name)
131 if (section_name != NULL || parameter_name != NULL) {
133 if (!section_name) {
134 section_name = GLOBAL_NAME;
136 } else if ((!strwicmp(section_name, GLOBAL_NAME)) == 0 &&
137 (service=lp_service(lp_ctx, section_name)) == NULL) {
139 section_name);
182 static const char *section_name = NULL; local
205 {"section-name", '\0', POPT_ARG_STRING, &section_name, 0, "Limit testparm to a named section" },
256 ret |= do_share_checks(lp_ctx, cname, caddr, silent_mode, show_defaults, section_name, parameter_nam
77 do_share_checks(struct loadparm_context *lp_ctx, const char *cname, const char *caddr, bool silent_mode, bool show_defaults, const char *section_name, const char *parameter_name) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/utils/
H A Dtestparm.c78 bool show_defaults, const char *section_name, const char *parameter_name)
131 if (section_name != NULL || parameter_name != NULL) {
133 if (!section_name) {
134 section_name = GLOBAL_NAME;
136 } else if ((!strwicmp(section_name, GLOBAL_NAME)) == 0 &&
137 (service=lp_service(lp_ctx, section_name)) == NULL) {
139 section_name);
182 static const char *section_name = NULL; local
205 {"section-name", '\0', POPT_ARG_STRING, &section_name, 0, "Limit testparm to a named section" },
256 ret |= do_share_checks(lp_ctx, cname, caddr, silent_mode, show_defaults, section_name, parameter_nam
77 do_share_checks(struct loadparm_context *lp_ctx, const char *cname, const char *caddr, bool silent_mode, bool show_defaults, const char *section_name, const char *parameter_name) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/param/
H A Dgeneric.c45 struct param_section *param_add_section(struct param_context *ctx, const char *section_name) argument
52 section->name = talloc_strdup(section, section_name);
58 struct parmlist_entry *param_get_add(struct param_context *ctx, const char *name, const char *section_name) argument
63 SMB_ASSERT(section_name != NULL);
66 section = param_get_section(ctx, section_name);
69 section = param_add_section(ctx, section_name);
85 const char *param_get_string(struct param_context *ctx, const char *param, const char *section_name) argument
87 struct param_section *section = param_get_section(ctx, section_name);
95 int param_set_string(struct param_context *ctx, const char *param, const char *value, const char *section_name) argument
97 struct param_section *section = param_get_section(ctx, section_name);
105 param_get_string_list(struct param_context *ctx, const char *param, const char *separator, const char *section_name) argument
124 param_get_int(struct param_context *ctx, const char *param, int default_v, const char *section_name) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/param/
H A Dgeneric.c45 struct param_section *param_add_section(struct param_context *ctx, const char *section_name) argument
52 section->name = talloc_strdup(section, section_name);
58 struct parmlist_entry *param_get_add(struct param_context *ctx, const char *name, const char *section_name) argument
63 SMB_ASSERT(section_name != NULL);
66 section = param_get_section(ctx, section_name);
69 section = param_add_section(ctx, section_name);
85 const char *param_get_string(struct param_context *ctx, const char *param, const char *section_name) argument
87 struct param_section *section = param_get_section(ctx, section_name);
95 int param_set_string(struct param_context *ctx, const char *param, const char *value, const char *section_name) argument
97 struct param_section *section = param_get_section(ctx, section_name);
105 param_get_string_list(struct param_context *ctx, const char *param, const char *separator, const char *section_name) argument
124 param_get_int(struct param_context *ctx, const char *param, int default_v, const char *section_name) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/param/
H A Dgeneric.c45 struct param_section *param_add_section(struct param_context *ctx, const char *section_name) argument
52 section->name = talloc_strdup(section, section_name);
58 struct parmlist_entry *param_get_add(struct param_context *ctx, const char *name, const char *section_name) argument
63 SMB_ASSERT(section_name != NULL);
66 section = param_get_section(ctx, section_name);
69 section = param_add_section(ctx, section_name);
85 const char *param_get_string(struct param_context *ctx, const char *param, const char *section_name) argument
87 struct param_section *section = param_get_section(ctx, section_name);
95 int param_set_string(struct param_context *ctx, const char *param, const char *value, const char *section_name) argument
97 struct param_section *section = param_get_section(ctx, section_name);
105 param_get_string_list(struct param_context *ctx, const char *param, const char *separator, const char *section_name) argument
124 param_get_int(struct param_context *ctx, const char *param, int default_v, const char *section_name) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/utils/
H A Dtestparm.c205 static const char *section_name = NULL; local
219 {"section-name", '\0', POPT_ARG_STRING, &section_name, 0, "Limit testparm to a named section" },
343 if (!section_name && !parameter_name) {
353 if (parameter_name || section_name) {
357 if (!section_name) {
358 section_name = GLOBAL_NAME;
360 } else if ((isGlobal=!strwicmp(section_name, GLOBAL_NAME)) == 0 &&
361 (s=lp_servicenumber(section_name)) == -1) {
363 section_name);
369 parameter_name, section_name);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/utils/
H A Dtestparm.c205 static const char *section_name = NULL; local
219 {"section-name", '\0', POPT_ARG_STRING, &section_name, 0, "Limit testparm to a named section" },
343 if (!section_name && !parameter_name) {
353 if (parameter_name || section_name) {
357 if (!section_name) {
358 section_name = GLOBAL_NAME;
360 } else if ((isGlobal=!strwicmp(section_name, GLOBAL_NAME)) == 0 &&
361 (s=lp_servicenumber(section_name)) == -1) {
363 section_name);
369 parameter_name, section_name);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/utils/
H A Dtestparm.c205 static const char *section_name = NULL; local
219 {"section-name", '\0', POPT_ARG_STRING, &section_name, 0, "Limit testparm to a named section" },
343 if (!section_name && !parameter_name) {
353 if (parameter_name || section_name) {
357 if (!section_name) {
358 section_name = GLOBAL_NAME;
360 } else if ((isGlobal=!strwicmp(section_name, GLOBAL_NAME)) == 0 &&
361 (s=lp_servicenumber(section_name)) == -1) {
363 section_name);
369 parameter_name, section_name);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/include/coff/
H A Dapollo.h70 #define s_zeroes section_name.s_name
71 #define s_offset (section_name.s_name+4)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/include/coff/
H A Dapollo.h70 #define s_zeroes section_name.s_name
71 #define s_offset (section_name.s_name+4)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/include/coff/
H A Dapollo.h70 #define s_zeroes section_name.s_name
71 #define s_offset (section_name.s_name+4)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/utils/
H A Dtestparm.c321 static const char *section_name = NULL; local
336 {"section-name", '\0', POPT_ARG_STRING, &section_name, 0, "Limit testparm to a named section" },
418 if (!section_name && !parameter_name) {
428 if (parameter_name || section_name) {
432 if (!section_name) {
433 section_name = GLOBAL_NAME;
435 } else if ((isGlobal=!strwicmp(section_name, GLOBAL_NAME)) == 0 &&
436 (s=lp_servicenumber(section_name)) == -1) {
438 section_name);
445 parameter_name, section_name);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/utils/
H A Dtestparm.c321 static const char *section_name = NULL; local
336 {"section-name", '\0', POPT_ARG_STRING, &section_name, 0, "Limit testparm to a named section" },
418 if (!section_name && !parameter_name) {
428 if (parameter_name || section_name) {
432 if (!section_name) {
433 section_name = GLOBAL_NAME;
435 } else if ((isGlobal=!strwicmp(section_name, GLOBAL_NAME)) == 0 &&
436 (s=lp_servicenumber(section_name)) == -1) {
438 section_name);
445 parameter_name, section_name);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/utils/
H A Dtestparm.c321 static const char *section_name = NULL; local
336 {"section-name", '\0', POPT_ARG_STRING, &section_name, 0, "Limit testparm to a named section" },
418 if (!section_name && !parameter_name) {
428 if (parameter_name || section_name) {
432 if (!section_name) {
433 section_name = GLOBAL_NAME;
435 } else if ((isGlobal=!strwicmp(section_name, GLOBAL_NAME)) == 0 &&
436 (s=lp_servicenumber(section_name)) == -1) {
438 section_name);
445 parameter_name, section_name);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/
H A Ddsrec.c95 char *section_name = (char *) bfd_get_section_name (abfd, s); local
101 section_name,
126 if (deprecated_ui_load_progress_hook (section_name,
140 if (deprecated_ui_load_progress_hook (section_name,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/
H A Ddsrec.c95 char *section_name = (char *) bfd_get_section_name (abfd, s); local
101 section_name,
126 if (deprecated_ui_load_progress_hook (section_name,
140 if (deprecated_ui_load_progress_hook (section_name,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/
H A Ddsrec.c95 char *section_name = (char *) bfd_get_section_name (abfd, s); local
101 section_name,
126 if (deprecated_ui_load_progress_hook (section_name,
140 if (deprecated_ui_load_progress_hook (section_name,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/examples/scripts/shares/python/
H A DSambaConfig.py151 section_name = None
169 section_name = str[1:-1]
170 self.AddService( section_name, current_comment )
179 if not section_name :
186 self.SetServiceOption( section_name, param, value, current_comment )
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/examples/scripts/shares/python/
H A DSambaConfig.py150 section_name = None
168 section_name = str[1:-1]
169 self.AddService( section_name, current_comment )
178 if not section_name :
185 self.SetServiceOption( section_name, param, value, current_comment )

Completed in 244 milliseconds

1234