Searched refs:named (Results 1 - 25 of 71) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dformat-sh.c67 struct named_arg *named; member in struct:spec
98 spec.named = NULL;
204 spec.named = (struct named_arg *) xrealloc (spec.named, spec.allocated * sizeof (struct named_arg));
206 spec.named[spec.named_arg_count].name = name;
212 /* Sort the named argument array, and eliminate duplicates. */
217 qsort (spec.named, spec.named_arg_count, sizeof (struct named_arg),
222 if (j > 0 && strcmp (spec.named[i].name, spec.named[j-1].name) == 0)
223 free (spec.named[
[all...]
H A Dformat-python.c93 struct named_arg *named; member in struct:spec
126 spec.named = NULL;
283 spec.named = (struct named_arg *) xrealloc (spec.named, spec.allocated * sizeof (struct named_arg));
285 spec.named[spec.named_arg_count].name = name;
286 spec.named[spec.named_arg_count].type = type;
315 /* Sort the named argument array, and eliminate duplicates. */
321 qsort (spec.named, spec.named_arg_count, sizeof (struct named_arg),
327 if (j > 0 && strcmp (spec.named[i].name, spec.named[
[all...]
H A Dformat-perl-brace.c50 struct named_arg *named; member in struct:spec
72 spec.named = NULL;
106 spec.named = (struct named_arg *) xrealloc (spec.named, spec.allocated * sizeof (struct named_arg));
108 spec.named[spec.named_arg_count].name = name;
118 /* Sort the named argument array, and eliminate duplicates. */
123 qsort (spec.named, spec.named_arg_count, sizeof (struct named_arg),
128 if (j > 0 && strcmp (spec.named[i].name, spec.named[j-1].name) == 0)
129 free (spec.named[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/parser/
H A Dpsutils.c71 scope_op->named.name = ACPI_ROOT_NAME;
226 return (op->named.name);
242 op->named.name = name;
H A Dpsloop.c163 * aml_op_start - Begin of named Op in AML
164 * unnamed_op - Early Op (not a named Op)
169 * DESCRIPTION: Parse a named Op
255 (*op)->named.data = aml_op_start;
256 (*op)->named.length = 0;
312 /* Not a named opcode, just allocate Op and append to parent */
319 op->named.data = aml_op_start;
320 op->named.length = 0;
466 op->named.data = walk_state->parser_state.aml;
467 op->named
[all...]
H A Dpsparse.c230 replacement_op->named.data =
231 op->named.data;
232 replacement_op->named.length =
233 op->named.length;
H A Dpsargs.c665 arg->named.data = parser_state->aml;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/LDAP/smbldap-tools-0.8.7/
H A Dsmbldap-groupdel90 The named group must exist.
93 with the named group as the file group ID.
H A Dsmbldap-usershow75 The smbldap-usershow command displays the informations associated with the login. The named user must exist.
H A Dsmbldap-userdel120 The smbldap-userdel command modifies the system account files, deleting all entries that refer to user defined in "login". The named user must exist.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/asm/
H A DAnnotationWriter.java51 * <tt>true<tt> if values are named, <tt>false</tt> otherwise. Annotation
55 private final boolean named; field in class:AnnotationWriter
94 * @param named <tt>true<tt> if values are named, <tt>false</tt> otherwise.
102 final boolean named,
108 this.named = named;
120 if (named) {
196 if (named) {
207 if (named) {
100 AnnotationWriter( final ClassWriter cw, final boolean named, final ByteVector bv, final ByteVector parent, final int offset) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/dispatcher/
H A Ddswload.c246 * For all other named opcodes, we will enter the name into
294 * Enter the named type into the internal namespace. We enter the name
356 op->named.path = ACPI_CAST_PTR(u8, path);
365 op->named.name = node->name.integer;
433 acpi_ex_create_region(op->named.data,
434 op->named.length,
485 walk_state, op, op->named.node));
487 if (!acpi_ns_get_attached_object(op->named.node)) {
489 ACPI_CAST_PTR(void, op->named.node);
498 acpi_ex_create_method(op->named
[all...]
H A Ddsobject.c89 * This is a named object reference. If this name was
107 /* Check if we are resolving a named reference within a package */
211 byte_list = arg->named.next;
253 byte_list->named.data, byte_list_length);
403 * the named object node the first time through
489 obj_desc->buffer.aml_start = op->named.data;
490 obj_desc->buffer.aml_length = op->named.length;
501 obj_desc->package.aml_start = op->named.data;
502 obj_desc->package.aml_length = op->named.length;
H A Ddsfield.c172 second_desc->extra.aml_start = op->named.data;
173 second_desc->extra.aml_length = op->named.length;
201 * DESCRIPTION: Process all named fields in a field declaration. Names are
227 * 3) Name - Enters a new named field into the namespace
267 (char *)&arg->named.name,
273 ACPI_ERROR_NAMESPACE((char *)&arg->named.name,
434 (char *)&arg->named.name,
441 ACPI_ERROR_NAMESPACE((char *)&arg->named.name,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/
H A Dgen_initramfs_list.sh19 -o <file> Create gzipped initramfs file named <file> using
236 "-o") # generate gzipped cpio image named $1
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/Netware/
H A Dcpy_tests.bat17 rem CAUTION: If a directory named OpenSSL exists on the target drive
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/cs46xx/imgs/
H A Dcwcdma.asp22 // to compile it you need a tool named SPASM 3.0 and DSP code owned by
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/docs/
H A Dautodocifier.pl251 named systematically in the form:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/flex/
H A Dconfigure1195 to always fail with ENOSYS. Some functions are actually named
1238 to always fail with ENOSYS. Some functions are actually named
1281 to always fail with ENOSYS. Some functions are actually named
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Ddevinet.c1024 int named = 0; local
1031 if (named++ == 0)
1035 sprintf(old, ":%d", named);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/
H A Dconfigure5129 to always fail with ENOSYS. Some functions are actually named
14251 to always fail with ENOSYS. Some functions are actually named
14802 to always fail with ENOSYS. Some functions are actually named
14906 to always fail with ENOSYS. Some functions are actually named
15030 to always fail with ENOSYS. Some functions are actually named
15141 to always fail with ENOSYS. Some functions are actually named
15253 to always fail with ENOSYS. Some functions are actually named
15363 to always fail with ENOSYS. Some functions are actually named
15472 to always fail with ENOSYS. Some functions are actually named
15583 to always fail with ENOSYS. Some functions are actually named
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A Da1-encapsulation-ogg.tex19 knowledge of the concepts covered in these named backround
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/acpi/
H A Daclocal.h174 * The Namespace Node describes a named object that appears in the AML.
629 * Extended Op for named ops (Scope, Method, etc.), deferred ops (Methods and op_regions),
672 struct acpi_parse_obj_named named; member in union:acpi_parse_object
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/packages/vms/
H A Dbuild_vms.com470 $! the directory passed in via P1 and put it in the object library named
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/
H A Dmakevms.com225 $! Different tar version may have named the file differently

Completed in 125 milliseconds

123