Searched refs:spec (Results 1 - 25 of 150) sorted by relevance

123456

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/packages/Linux/RPM/
H A DMakefile.am1 EXTRA_DIST = README curl-ssl.spec.in curl.spec.in make_curl_rpm
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/packages/AIX/RPM/
H A DMakefile.am1 EXTRA_DIST = README curl.spec.in
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dformat-tcl.c75 struct spec struct
104 struct spec spec; local
105 struct spec *result;
110 spec.directives = 0;
111 spec.numbered_arg_count = 0;
112 spec.allocated = 0;
113 spec.numbered = NULL;
123 spec.directives++;
148 *invalid_reason = INVALID_ARGNO_0 (spec
347 struct spec *spec = (struct spec *) descr; local
357 struct spec *spec = (struct spec *) descr; local
456 struct spec *spec = (struct spec *) descr; local
[all...]
H A Dformat-elisp.c72 struct spec struct
101 struct spec spec; local
102 struct spec *result;
105 spec.directives = 0;
106 spec.numbered_arg_count = 0;
107 spec.allocated = 0;
108 spec.numbered = NULL;
118 spec.directives++;
149 if (spec
305 struct spec *spec = (struct spec *) descr; local
315 struct spec *spec = (struct spec *) descr; local
414 struct spec *spec = (struct spec *) descr; local
[all...]
H A Dformat-awk.c71 struct spec struct
100 struct spec spec; local
102 struct spec *result;
104 spec.directives = 0;
105 spec.numbered_arg_count = 0;
106 spec.allocated = 0;
107 spec.numbered = NULL;
118 spec.directives++;
136 *invalid_reason = INVALID_ARGNO_0 (spec
466 struct spec *spec = (struct spec *) descr; local
476 struct spec *spec = (struct spec *) descr; local
575 struct spec *spec = (struct spec *) descr; local
[all...]
H A Dformat-python.c87 struct spec struct
119 struct spec spec; local
120 struct spec *result;
122 spec.directives = 0;
123 spec.named_arg_count = 0;
124 spec.unnamed_arg_count = 0;
125 spec.allocated = 0;
126 spec.named = NULL;
127 spec
385 struct spec *spec = (struct spec *) descr; local
402 struct spec *spec = (struct spec *) descr; local
564 struct spec *spec = (struct spec *) descr; local
[all...]
H A Dformat-librep.c69 struct spec struct
98 struct spec spec; local
99 struct spec *result;
102 spec.directives = 0;
103 spec.numbered_arg_count = 0;
104 spec.allocated = 0;
105 spec.numbered = NULL;
115 spec.directives++;
184 INVALID_CONVERSION_SPECIFIER (spec
269 struct spec *spec = (struct spec *) descr; local
279 struct spec *spec = (struct spec *) descr; local
378 struct spec *spec = (struct spec *) descr; local
[all...]
H A Dformat-kde.c53 struct spec struct
76 struct spec spec; local
77 struct spec *result;
79 spec.directives = 0;
80 spec.numbered_arg_count = 0;
81 spec.allocated = 0;
82 spec.numbered = NULL;
95 spec.directives++;
104 if (spec
179 struct spec *spec = (struct spec *) descr; local
189 struct spec *spec = (struct spec *) descr; local
281 struct spec *spec = (struct spec *) descr; local
[all...]
H A Dformat-sh.c62 struct spec struct
92 struct spec spec; local
93 struct spec *result;
95 spec.directives = 0;
96 spec.named_arg_count = 0;
97 spec.allocated = 0;
98 spec.named = NULL;
107 spec.directives++;
201 if (spec
251 struct spec *spec = (struct spec *) descr; local
266 struct spec *spec = (struct spec *) descr; local
344 struct spec *spec = (struct spec *) descr; local
[all...]
H A Dformat-csharp.c52 struct spec struct
63 struct spec spec; local
64 struct spec *result;
66 spec.directives = 0;
67 spec.numbered_arg_count = 0;
83 spec.directives++;
88 xasprintf (_("In the directive number %u, '{' is not followed by an argument number."), spec.directives);
109 xasprintf (_("In the directive number %u, ',' is not followed by a number."), spec.directives);
139 ? xasprintf (_("The directive number %u ends with an invalid character '%c' instead of '}'."), spec
178 struct spec *spec = (struct spec *) descr; local
186 struct spec *spec = (struct spec *) descr; local
235 struct spec *spec = (struct spec *) descr; local
[all...]
H A Dformat-qt.c52 struct spec struct
72 struct spec spec; local
73 struct spec *result;
75 spec.directives = 0;
76 spec.simple = true;
77 spec.arg_count = 0;
96 spec.directives++;
98 spec.simple = false;
104 spec
126 struct spec *spec = (struct spec *) descr; local
134 struct spec *spec = (struct spec *) descr; local
201 struct spec *spec = (struct spec *) descr; local
[all...]
H A Dformat-perl-brace.c45 struct spec struct
66 struct spec spec; local
67 struct spec *result;
69 spec.directives = 0;
70 spec.named_arg_count = 0;
71 spec.allocated = 0;
72 spec.named = NULL;
101 spec.directives++;
103 if (spec
147 struct spec *spec = (struct spec *) descr; local
162 struct spec *spec = (struct spec *) descr; local
236 struct spec *spec = (struct spec *) descr; local
[all...]
H A Dformat-ycp.c41 struct spec struct
54 struct spec spec; local
55 struct spec *result;
57 spec.directives = 0;
58 spec.arg_count = 0;
65 spec.directives++;
73 while (spec.arg_count <= number)
74 spec.args_used[spec
111 struct spec *spec = (struct spec *) descr; local
119 struct spec *spec = (struct spec *) descr; local
185 struct spec *spec = (struct spec *) descr; local
[all...]
H A Dformat-java.c120 struct spec struct
132 static bool choice_format_parse (const char *format, struct spec *spec,
149 Extracts argument type information into spec. */
151 message_format_parse (const char *format, char *fdi, struct spec *spec, argument
172 spec->directives++;
205 xasprintf (_("In the directive number %u, '{' is not followed by an argument number."), spec->directives);
240 xasprintf (_("In the directive number %u, the substring \"%s\" is not a valid date/time style."), spec->directives, element);
251 xasprintf (_("In the directive number %u, \"%s\" is not followed by a comma."), spec
516 choice_format_parse(const char *format, struct spec *spec, char **invalid_reason) argument
629 struct spec spec; local
702 struct spec *spec = (struct spec *) descr; local
712 struct spec *spec = (struct spec *) descr; local
811 struct spec *spec = (struct spec *) descr; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/include/share/grabbag/
H A Dpicture.h30 /* spec should be of the form "[TYPE]|MIME_TYPE|[DESCRIPTION]|[WIDTHxHEIGHTxDEPTH[/COLORS]]|FILE", e.g.
37 * empty resolution spec means to get from the file (cannot get used with "-->" linked images)
38 * spec and error_message must not be NULL
40 FLAC__StreamMetadata *grabbag__picture_parse_specification(const char *spec, const char **error_message);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/hda/
H A Dpatch_cmedia.c86 struct cmi_spec *spec = codec->spec; local
87 return snd_hda_input_mux_info(spec->input_mux, uinfo);
93 struct cmi_spec *spec = codec->spec; local
96 ucontrol->value.enumerated.item[0] = spec->cur_mux[adc_idx];
103 struct cmi_spec *spec = codec->spec; local
106 return snd_hda_input_mux_put(codec, spec->input_mux, ucontrol,
107 spec
156 struct cmi_spec *spec = codec->spec; local
164 struct cmi_spec *spec = codec->spec; local
172 struct cmi_spec *spec = codec->spec; local
316 struct cmi_spec *spec = codec->spec; local
344 struct cmi_spec *spec = codec->spec; local
382 struct cmi_spec *spec = codec->spec; local
416 struct cmi_spec *spec = codec->spec; local
432 struct cmi_spec *spec = codec->spec; local
454 struct cmi_spec *spec = codec->spec; local
464 struct cmi_spec *spec = codec->spec; local
473 struct cmi_spec *spec = codec->spec; local
484 struct cmi_spec *spec = codec->spec; local
492 struct cmi_spec *spec = codec->spec; local
502 struct cmi_spec *spec = codec->spec; local
516 struct cmi_spec *spec = codec->spec; local
527 struct cmi_spec *spec = codec->spec; local
580 struct cmi_spec *spec = codec->spec; local
641 struct cmi_spec *spec; local
[all...]
H A Dpatch_atihdmi.c49 struct atihdmi_spec *spec = codec->spec; local
52 err = snd_hda_create_spdif_out_ctls(codec, spec->multiout.dig_out_nid);
85 struct atihdmi_spec *spec = codec->spec; local
86 return snd_hda_multi_out_dig_open(codec, &spec->multiout);
93 struct atihdmi_spec *spec = codec->spec; local
94 return snd_hda_multi_out_dig_close(codec, &spec->multiout);
103 struct atihdmi_spec *spec local
122 struct atihdmi_spec *spec = codec->spec; local
151 struct atihdmi_spec *spec; local
[all...]
H A Dpatch_via.c131 static int via_add_control(struct via_spec *spec, int type, const char *name, argument
136 if (spec->num_kctl_used >= spec->num_kctl_alloc) {
137 int num = spec->num_kctl_alloc + NUM_CONTROL_ALLOC;
143 if (spec->kctl_alloc) {
144 memcpy(knew, spec->kctl_alloc,
145 sizeof(*knew) * spec->num_kctl_alloc);
146 kfree(spec->kctl_alloc);
148 spec->kctl_alloc = knew;
149 spec
164 via_new_analog_input(struct via_spec *spec, hda_nid_t pin, const char *ctlname, int idx, int mix_nid) argument
197 struct via_spec *spec = codec->spec; local
209 struct via_spec *spec = codec->spec; local
219 struct via_spec *spec = codec->spec; local
239 struct via_spec *spec = codec->spec; local
247 struct via_spec *spec = codec->spec; local
258 struct via_spec *spec = codec->spec; local
334 struct via_spec *spec = codec->spec; local
344 struct via_spec *spec = codec->spec; local
353 struct via_spec *spec = codec->spec; local
364 struct via_spec *spec = codec->spec; local
372 struct via_spec *spec = codec->spec; local
382 struct via_spec *spec = codec->spec; local
396 struct via_spec *spec = codec->spec; local
407 struct via_spec *spec = codec->spec; local
456 struct via_spec *spec = codec->spec; local
482 struct via_spec *spec = codec->spec; local
520 struct via_spec *spec = codec->spec; local
537 struct via_spec *spec = codec->spec; local
548 struct via_spec *spec = codec->spec; local
576 vt1708_auto_fill_dac_nids(struct via_spec *spec, const struct auto_pin_cfg *cfg) argument
611 vt1708_auto_create_multi_out_ctls(struct via_spec *spec, const struct auto_pin_cfg *cfg) argument
691 vt1708_auto_create_hp_ctls(struct via_spec *spec, hda_nid_t pin) argument
715 vt1708_auto_create_analog_input_ctls(struct via_spec *spec, const struct auto_pin_cfg *cfg) argument
763 struct via_spec *spec = codec->spec; local
814 struct via_spec *spec; local
975 vt1709_auto_fill_dac_nids(struct via_spec *spec, const struct auto_pin_cfg *cfg) argument
1046 vt1709_auto_create_multi_out_ctls(struct via_spec *spec, const struct auto_pin_cfg *cfg) argument
1134 vt1709_auto_create_hp_ctls(struct via_spec *spec, hda_nid_t pin) argument
1161 vt1709_auto_create_analog_input_ctls(struct via_spec *spec, const struct auto_pin_cfg *cfg) argument
1209 struct via_spec *spec = codec->spec; local
1248 struct via_spec *spec; local
1338 struct via_spec *spec; local
[all...]
H A Dpatch_sigmatel.c220 struct sigmatel_spec *spec = codec->spec; local
221 return snd_hda_input_mux_info(spec->dinput_mux, uinfo);
228 struct sigmatel_spec *spec = codec->spec; local
230 ucontrol->value.enumerated.item[0] = spec->cur_dmux;
238 struct sigmatel_spec *spec = codec->spec; local
240 return snd_hda_input_mux_put(codec, spec->dinput_mux, ucontrol,
241 spec
247 struct sigmatel_spec *spec = codec->spec; local
254 struct sigmatel_spec *spec = codec->spec; local
264 struct sigmatel_spec *spec = codec->spec; local
416 struct sigmatel_spec *spec = codec->spec; local
750 struct sigmatel_spec *spec = codec->spec; local
776 struct sigmatel_spec *spec = codec->spec; local
809 struct sigmatel_spec *spec = codec->spec; local
819 struct sigmatel_spec *spec = codec->spec; local
827 struct sigmatel_spec *spec = codec->spec; local
838 struct sigmatel_spec *spec = codec->spec; local
846 struct sigmatel_spec *spec = codec->spec; local
856 struct sigmatel_spec *spec = codec->spec; local
871 struct sigmatel_spec *spec = codec->spec; local
882 struct sigmatel_spec *spec = codec->spec; local
944 struct sigmatel_spec *spec = codec->spec; local
1013 struct sigmatel_spec *spec = codec->spec; local
1023 struct sigmatel_spec *spec = codec->spec; local
1065 stac92xx_add_control(struct sigmatel_spec *spec, int type, const char *name, unsigned long val) argument
1096 struct sigmatel_spec *spec = codec->spec; local
1151 is_in_dac_nids(struct sigmatel_spec *spec, hda_nid_t nid) argument
1173 struct sigmatel_spec *spec = codec->spec; local
1224 create_controls(struct sigmatel_spec *spec, const char *pfx, hda_nid_t nid, int chs) argument
1243 stac92xx_auto_create_multi_out_ctls(struct sigmatel_spec *spec, const struct auto_pin_cfg *cfg) argument
1284 check_in_dac_nids(struct sigmatel_spec *spec, hda_nid_t nid) argument
1293 add_spec_dacs(struct sigmatel_spec *spec, hda_nid_t nid) argument
1311 struct sigmatel_spec *spec = codec->spec; local
1371 struct sigmatel_spec *spec = codec->spec; local
1416 struct sigmatel_spec *spec = codec->spec; local
1464 struct sigmatel_spec *spec = codec->spec; local
1475 struct sigmatel_spec *spec = codec->spec; local
1494 struct sigmatel_spec *spec = codec->spec; local
1542 struct sigmatel_spec *spec = codec->spec; local
1560 struct sigmatel_spec *spec = codec->spec; local
1609 struct sigmatel_spec *spec = codec->spec; local
1688 struct sigmatel_spec *spec = codec->spec; local
1743 struct sigmatel_spec *spec = codec->spec; local
1768 struct sigmatel_spec *spec = codec->spec; local
1809 struct sigmatel_spec *spec = codec->spec; local
1851 struct sigmatel_spec *spec = codec->spec; local
1881 struct sigmatel_spec *spec; local
1931 struct sigmatel_spec *spec; local
2003 struct sigmatel_spec *spec; local
2085 struct sigmatel_spec *spec; local
2169 struct sigmatel_spec *spec; local
2431 struct sigmatel_spec *spec; local
[all...]
H A Dhda_generic.c90 struct hda_gspec *spec = codec->spec; local
93 if (! spec)
96 list_for_each_safe(p, n, &spec->nid_list) {
102 kfree(spec);
109 static int add_new_node(struct hda_codec *codec, struct hda_gspec *spec, hda_nid_t nid) argument
151 node->amp_out_caps = spec->def_amp_out_caps;
157 node->amp_in_caps = spec->def_amp_in_caps;
159 list_add_tail(&node->list, &spec->nid_list);
168 struct hda_gspec *spec local
196 hda_get_node(struct hda_gspec *spec, hda_nid_t nid) argument
256 clear_check_flags(struct hda_gspec *spec) argument
272 parse_output_path(struct hda_codec *codec, struct hda_gspec *spec, struct hda_gnode *node, int dac_idx) argument
341 parse_output_jack(struct hda_codec *codec, struct hda_gspec *spec, int jack_type) argument
398 struct hda_gspec *spec = codec->spec; local
443 struct hda_gspec *spec = codec->spec; local
450 struct hda_gspec *spec = codec->spec; local
459 struct hda_gspec *spec = codec->spec; local
502 parse_adc_sub_nodes(struct hda_codec *codec, struct hda_gspec *spec, struct hda_gnode *node) argument
574 add_cap_src(struct hda_gspec *spec, int idx) argument
601 struct hda_gspec *spec = codec->spec; local
656 struct hda_gspec *spec = codec->spec; local
759 struct hda_gspec *spec = codec->spec; local
774 struct hda_gspec *spec = codec->spec; local
795 struct hda_gspec *spec = codec->spec; local
860 parse_loopback_path(struct hda_codec *codec, struct hda_gspec *spec, struct hda_gnode *node, struct hda_gnode *dest_node, const char *type) argument
908 struct hda_gspec *spec = codec->spec; local
971 struct hda_gspec *spec = codec->spec; local
983 struct hda_gspec *spec = codec->spec; local
992 struct hda_gspec *spec = codec->spec; local
1034 struct hda_gspec *spec; local
[all...]
H A Dpatch_conexant.c96 struct conexant_spec *spec = codec->spec; local
97 return snd_hda_multi_out_analog_open(codec, &spec->multiout, substream);
106 struct conexant_spec *spec = codec->spec; local
107 return snd_hda_multi_out_analog_prepare(codec, &spec->multiout,
116 struct conexant_spec *spec = codec->spec; local
117 return snd_hda_multi_out_analog_cleanup(codec, &spec->multiout);
127 struct conexant_spec *spec local
135 struct conexant_spec *spec = codec->spec; local
145 struct conexant_spec *spec = codec->spec; local
160 struct conexant_spec *spec = codec->spec; local
170 struct conexant_spec *spec = codec->spec; local
223 struct conexant_spec *spec = codec->spec; local
262 struct conexant_spec *spec = codec->spec; local
271 struct conexant_spec *spec = codec->spec; local
282 struct conexant_spec *spec = codec->spec; local
292 struct conexant_spec *spec = codec->spec; local
302 struct conexant_spec *spec = codec->spec; local
317 struct conexant_spec *spec = codec->spec; local
333 struct conexant_spec *spec = codec->spec; local
385 struct conexant_spec *spec = codec->spec; local
399 struct conexant_spec *spec = codec->spec; local
433 struct conexant_spec *spec = codec->spec; local
442 struct conexant_spec *spec = codec->spec; local
452 struct conexant_spec *spec = codec->spec; local
494 struct conexant_spec *spec = codec->spec; local
559 struct conexant_spec *spec = codec->spec; local
811 struct conexant_spec *spec; local
907 struct conexant_spec *spec = codec->spec; local
947 struct conexant_spec *spec = codec->spec; local
964 struct conexant_spec *spec = codec->spec; local
1320 struct conexant_spec *spec; local
[all...]
H A Dpatch_analog.c83 struct ad198x_spec *spec = codec->spec; local
85 return snd_hda_input_mux_info(spec->input_mux, uinfo);
91 struct ad198x_spec *spec = codec->spec; local
94 ucontrol->value.enumerated.item[0] = spec->cur_mux[adc_idx];
101 struct ad198x_spec *spec = codec->spec; local
104 return snd_hda_input_mux_put(codec, spec->input_mux, ucontrol,
105 spec
114 struct ad198x_spec *spec = codec->spec; local
124 struct ad198x_spec *spec = codec->spec; local
153 struct ad198x_spec *spec = codec->spec; local
163 struct ad198x_spec *spec = codec->spec; local
172 struct ad198x_spec *spec = codec->spec; local
183 struct ad198x_spec *spec = codec->spec; local
191 struct ad198x_spec *spec = codec->spec; local
201 struct ad198x_spec *spec = codec->spec; local
215 struct ad198x_spec *spec = codec->spec; local
225 struct ad198x_spec *spec = codec->spec; local
278 struct ad198x_spec *spec = codec->spec; local
309 struct ad198x_spec *spec = codec->spec; local
323 struct ad198x_spec *spec = codec->spec; local
366 struct ad198x_spec *spec = codec->spec; local
379 struct ad198x_spec *spec = codec->spec; local
859 struct ad198x_spec *spec; local
971 struct ad198x_spec *spec = codec->spec; local
980 struct ad198x_spec *spec = codec->spec; local
1068 struct ad198x_spec *spec; local
1236 struct ad198x_spec *spec = codec->spec; local
1455 struct ad198x_spec *spec; local
1678 struct ad198x_spec *spec = codec->spec; local
1687 struct ad198x_spec *spec = codec->spec; local
1696 struct ad198x_spec *spec = codec->spec; local
2229 add_control(struct ad198x_spec *spec, int type, const char *name, unsigned long val) argument
2328 struct ad198x_spec *spec = codec->spec; local
2343 ad1988_auto_create_multi_out_ctls(struct ad198x_spec *spec, const struct auto_pin_cfg *cfg) argument
2398 struct ad198x_spec *spec = codec->spec; local
2427 new_analog_input(struct ad198x_spec *spec, hda_nid_t pin, const char *ctlname, int boost) argument
2457 ad1988_auto_create_analog_input_ctls(struct ad198x_spec *spec, const struct auto_pin_cfg *cfg) argument
2517 struct ad198x_spec *spec = codec->spec; local
2528 struct ad198x_spec *spec = codec->spec; local
2541 struct ad198x_spec *spec = codec->spec; local
2573 struct ad198x_spec *spec = codec->spec; local
2640 struct ad198x_spec *spec; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/ice1712/
H A Dhoontech.c54 ICE1712_STDSP24_0_DAREAR(ice->spec.hoontech.boxbits, activate);
55 snd_ice1712_stdsp24_gpio_write(ice, ice->spec.hoontech.boxbits[0]);
62 ICE1712_STDSP24_3_MUTE(ice->spec.hoontech.boxbits, activate);
63 snd_ice1712_stdsp24_gpio_write(ice, ice->spec.hoontech.boxbits[3]);
70 ICE1712_STDSP24_3_INSEL(ice->spec.hoontech.boxbits, activate);
71 snd_ice1712_stdsp24_gpio_write(ice, ice->spec.hoontech.boxbits[3]);
80 ICE1712_STDSP24_0_BOX(ice->spec.hoontech.boxbits, box);
81 snd_ice1712_stdsp24_gpio_write(ice, ice->spec.hoontech.boxbits[0]);
85 ICE1712_STDSP24_2_CHN4(ice->spec.hoontech.boxbits, 0);
86 ICE1712_STDSP24_2_MIDI1(ice->spec
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/Mandrake/
H A Dmakerpms.sh31 sed -e "s/MANDIR_MACRO/\%\{prefix\}\/man/g" < samba2.spec > samba.spec
35 sed -e "s/MANDIR_MACRO/\%\{prefix\}\/man/g" < samba2.spec > samba.spec
39 sed -e "s/MANDIR_MACRO/\%\{_mandir\}/g" < samba2.spec > samba.spec
52 cp -av samba.spec ${SPECDIR}
56 # by using info in the spec file. It won't work for files that use an rpm
59 SOURCES=`awk '/^Source/ {print $2}' samba.spec |grep -v "%{"`
60 PATCHES=`awk '/^Patch/ {print $2}' samba.spec`
[all...]
H A Dmakerpms.sh.tmpl31 sed -e "s/MANDIR_MACRO/\%\{prefix\}\/man/g" < samba2.spec > samba.spec
35 sed -e "s/MANDIR_MACRO/\%\{prefix\}\/man/g" < samba2.spec > samba.spec
39 sed -e "s/MANDIR_MACRO/\%\{_mandir\}/g" < samba2.spec > samba.spec
52 cp -av samba.spec ${SPECDIR}
56 # by using info in the spec file. It won't work for files that use an rpm
59 SOURCES=`awk '/^Source/ {print $2}' samba.spec |grep -v "%{"`
60 PATCHES=`awk '/^Patch/ {print $2}' samba.spec`
[all...]

Completed in 109 milliseconds

123456