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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/bus/
H A Ddesktop-file.c39 char *section_name; member in struct:__anon1631
119 dbus_free (section->section_name);
285 desktop_file->sections[n].section_name = name_copy;
293 dbus_free (desktop_file->sections[n].section_name);
294 desktop_file->sections[n].section_name = NULL;
399 char *section_name; local
414 section_name = unescape_string (parser,
418 if (section_name == NULL)
424 if (!is_valid_section_name (section_name))
428 dbus_free (section_name);
586 const char *section_name = NULL; local
706 lookup_section(BusDesktopFile *desktop_file, const char *section_name) argument
746 bus_desktop_file_get_raw(BusDesktopFile *desktop_file, const char *section_name, const char *keyname, const char **val) argument
[all...]
H A Ddesktop-file.h47 const char *section_name,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/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 )
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/dynload/
H A Dgetsection.c221 * section_name Pointer to the string name of the section desired
232 int dload_get_section_info(void *minfo, const char *section_name, argument
245 if (strcmp(section_name, shp->name) == 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffprobe.c2542 static int match_section(const char *section_name, argument
2549 if (!strcmp(section_name, section->name) ||
2550 (section->unique_name && !strcmp(section_name, section->unique_name))) {
2552 "'%s' matches section with unique name '%s'\n", section_name,
2568 char *section_name = av_get_token(&p, "=:"); local
2571 if (!section_name) {
2585 entry, section_name);
2594 ret = match_section(section_name, show_all_entries, entries);
2596 av_log(NULL, AV_LOG_ERROR, "No match for section '%s'\n", section_name);
2600 av_free(section_name);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dsymbol.c1073 const char *section_name; local
1108 section_name = elf_sec__name(&shdr, secstrs);
1113 if (strcmp(section_name,
1118 if (strcmp(section_name, ".text") == 0) {
1125 "%s%s", self->short_name, section_name);

Completed in 91 milliseconds