Searched refs:name (Results 126 - 150 of 8840) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Dcurves.c98 const char *name; local
101 for (idx=0; (name = gcry_pk_get_curve (NULL, idx, &nbits)); idx++)
104 printf ("%s - %u bits\n", name, nbits);
118 const char *name; local
124 name = gcry_pk_get_curve (key, 0, &nbits);
125 if (!name)
126 fail ("curve name not found for sample_key_1\n");
127 else if (strcmp (name, sample_key_1_curve))
128 fail ("expected curve name %s but got %s for sample_key_1\n",
129 sample_key_1_curve, name);
157 const char *name; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/Mandrake/
H A Dfindsmb12 # There will be a "+" in front of the workgroup name for machines that are
14 # of the workgroup name for machines that are the domain master browser for
38 # look for all machines that respond to a name lookup
60 die("Can't get nmb name list.\n");
64 # get the first <00> name
66 @name = grep(/<00>/,@nmblookup);
67 $_ = @name[0];
68 if ($_) { # we have a netbios name
69 if (/GROUP/) { # is it a group name
70 ($name,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/SGI/
H A Dfindsmb12 # There will be a "+" in front of the workgroup name for machines that are
14 # of the workgroup name for machines that are the domain master browser for
38 # look for all machines that respond to a name lookup
60 die("Can't get nmb name list.\n");
64 # get the first <00> name
66 @name = grep(/<00> - /,@nmblookup);
67 $_ = @name[0];
68 if ($_) { # we have a netbios name
69 if (/GROUP/) { # is it a group name
70 ($name,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospf6d/
H A Dospf6_hook.c59 if (hook1->name && hook2->name &&
60 strcmp (hook1->name, hook2->name) != 0)
79 if (hook->name)
80 new->name = strdup (hook->name);
98 (hook->name ? " " : ""),
99 (hook->name ? hook->name
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DForeignKeyDeleteAction.java14 private String name; field in class:ForeignKeyDeleteAction
17 private ForeignKeyDeleteAction(String name, int id) { argument
18 this.name = name;
23 return "ForeignKeyDeleteAction." + name;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/plugin_common/
H A Dtags.h33 * Gets the value (in UTF-8) of the first tag with the given name (NULL if no
36 const char *FLAC_plugin__tags_get_tag_utf8(const FLAC__StreamMetadata *tags, const char *name);
39 * Gets the value (in UCS-2) of the first tag with the given name (NULL if no
44 FLAC__uint16 *FLAC_plugin__tags_get_tag_ucs2(const FLAC__StreamMetadata *tags, const char *name);
47 * Removes all tags with the given 'name'. Returns the number of tags removed,
50 int FLAC_plugin__tags_delete_tag(FLAC__StreamMetadata *tags, const char *name);
59 * Adds a "name=value" tag to the tags. 'value' must be in UTF-8. If
60 * 'separator' is non-NULL and 'tags' already contains a tag for 'name', the
63 FLAC__bool FLAC_plugin__tags_add_tag_utf8(FLAC__StreamMetadata *tags, const char *name, const char *value, const char *separator);
66 * Adds a "name
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/
H A Dbloat-o-meter24 size, type, name = l[:-1].split()
26 if "." in name: name = "static." + name.split(".")[0]
27 sym[name] = sym.get(name, 0) + int(size, 16)
43 for name in old:
44 if name not in common:
46 down += old[name]
47 delta.append((-old[name], nam
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/kconfig/
H A Dkconfig_load.c7 #define P(name,type,arg) type (*name ## _p) arg
25 #define P(name,type,arg) \
27 name ## _p = dlsym(handle, #name); \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc64/
H A Dmdesc.h9 const char *name; member in struct:mdesc_arc
14 const char *name; member in struct:mdesc_node
26 const char *name);
32 const char *name,
35 const char *name,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/kconfig/
H A Dkconfig_load.c7 #define P(name,type,arg) type (*name ## _p) arg
25 #define P(name,type,arg) \
27 name ## _p = dlsym(handle, #name); \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/syslib/
H A Dpq2_devices.c23 .name = "fsl-cpm-fcc",
28 .name = "fcc_regs",
34 .name = "fcc_pram",
47 .name = "fsl-cpm-fcc",
52 .name = "fcc_regs",
58 .name = "fcc_pram",
71 .name = "fsl-cpm-fcc",
76 .name = "fcc_regs",
82 .name = "fcc_pram",
95 .name
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbd/
H A Dfilename.c29 static BOOL scan_directory(connection_struct *conn, const char *path, char *name,size_t maxlength);
46 Mangle the 2nd name and check if it is then equal to the first name.
66 The function will return False if some part of the name except for the last
85 BOOL unix_convert(pstring name,connection_struct *conn,char *saved_last_component, argument
108 DEBUG(5, ("unix_convert called on file \"%s\"\n", name));
120 SMB_ASSERT(*name != '/');
131 if (!*name) {
132 name[0] = '.';
133 name[
400 check_name(pstring name,connection_struct *conn) argument
429 scan_directory(connection_struct *conn, const char *path, char *name, size_t maxlength) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/
H A Dlsattr.c32 static void list_attributes(const char *name) argument
37 if (fgetflags(name, &fsflags) != 0)
41 if (fgetversion(name, &generation) != 0)
47 printf("%-28s ", name);
52 printf(" %s\n", name);
57 bb_perror_msg("reading %s", name);
85 static void lsattr_args(const char *name) argument
89 if (lstat(name, &st) == -1) {
90 bb_perror_msg("stat %s", name);
92 iterate_on_dir(name, lsattr_dir_pro
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/extensions/
H A Ddscp_helper.c19 const char *name; member in struct:ds_class
50 class_to_dscp(const char *name) argument
55 if (!strncasecmp(name, ds_classes[i].name,
56 strlen(ds_classes[i].name)))
61 "Invalid DSCP value `%s'\n", name);
73 return ds_classes[i].name;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Dmknod.c25 const char *name; local
31 if ((argc >= 2) && ((name = strchr(modes_chars, argv[1][0])) != NULL)) {
32 mode |= modes_cubp[(int)(name[4])];
35 if ((*name != 'p') && ((argc -= 2) == 2)) {
43 name = *argv;
44 if (mknod(name, mode, dev) == 0) {
47 bb_perror_msg_and_die("%s", name);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Ddict.c43 const xmlChar *name; member in struct:_xmlDictEntry
120 * @name: the name of the userdata
121 * @len: the length of the name, if -1 it is recomputed
128 xmlDictAddString(xmlDictPtr dict, const xmlChar *name, int namelen) { argument
160 memcpy(pool->free, name, namelen);
170 * @name: the name of the userdata
171 * @len: the length of the name, if -1 it is recomputed
179 const xmlChar *name, in
178 xmlDictAddQString(xmlDictPtr dict, const xmlChar *prefix, const xmlChar *name, int namelen) argument
231 xmlDictComputeKey(const xmlChar *name, int namelen) argument
261 xmlDictComputeQKey(const xmlChar *prefix, const xmlChar *name, int len) argument
563 xmlDictLookup(xmlDictPtr dict, const xmlChar *name, int len) argument
682 xmlDictExists(xmlDictPtr dict, const xmlChar *name, int len) argument
774 xmlDictQLookup(xmlDictPtr dict, const xmlChar *prefix, const xmlChar *name) argument
[all...]
H A Dlegacy.c135 * @len: the length of the features name array (input/output)
136 * @result: an array of string to be filled with the features name.
164 * @name: the feature name
172 xmlGetFeature(xmlParserCtxtPtr ctxt, const char *name, void *result) argument
174 if ((ctxt == NULL) || (name == NULL) || (result == NULL))
177 if (!strcmp(name, "validate")) {
179 } else if (!strcmp(name, "keep blanks")) {
181 } else if (!strcmp(name, "disable SAX")) {
183 } else if (!strcmp(name, "fetc
281 xmlSetFeature(xmlParserCtxtPtr ctxt, const char *name, void *value) argument
878 internalSubset(void *ctx, const xmlChar * name, const xmlChar * ExternalID, const xmlChar * SystemID) argument
896 externalSubset(void *ctx, const xmlChar * name, const xmlChar * ExternalID, const xmlChar * SystemID) argument
937 getEntity(void *ctx, const xmlChar * name) argument
954 getParameterEntity(void *ctx, const xmlChar * name) argument
974 entityDecl(void *ctx, const xmlChar * name, int type, const xmlChar * publicId, const xmlChar * systemId, xmlChar * content) argument
1016 elementDecl(void *ctx, const xmlChar * name, int type, xmlElementContentPtr content) argument
1034 notationDecl(void *ctx, const xmlChar * name, const xmlChar * publicId, const xmlChar * systemId) argument
1053 unparsedEntityDecl(void *ctx, const xmlChar * name, const xmlChar * publicId, const xmlChar * systemId, const xmlChar * notationName) argument
1166 reference(void *ctx, const xmlChar * name) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Ddict.c43 const xmlChar *name; member in struct:_xmlDictEntry
120 * @name: the name of the userdata
121 * @len: the length of the name, if -1 it is recomputed
128 xmlDictAddString(xmlDictPtr dict, const xmlChar *name, int namelen) { argument
160 memcpy(pool->free, name, namelen);
170 * @name: the name of the userdata
171 * @len: the length of the name, if -1 it is recomputed
179 const xmlChar *name, in
178 xmlDictAddQString(xmlDictPtr dict, const xmlChar *prefix, const xmlChar *name, int namelen) argument
231 xmlDictComputeKey(const xmlChar *name, int namelen) argument
261 xmlDictComputeQKey(const xmlChar *prefix, const xmlChar *name, int len) argument
563 xmlDictLookup(xmlDictPtr dict, const xmlChar *name, int len) argument
682 xmlDictExists(xmlDictPtr dict, const xmlChar *name, int len) argument
774 xmlDictQLookup(xmlDictPtr dict, const xmlChar *prefix, const xmlChar *name) argument
[all...]
H A Dlegacy.c135 * @len: the length of the features name array (input/output)
136 * @result: an array of string to be filled with the features name.
164 * @name: the feature name
172 xmlGetFeature(xmlParserCtxtPtr ctxt, const char *name, void *result) argument
174 if ((ctxt == NULL) || (name == NULL) || (result == NULL))
177 if (!strcmp(name, "validate")) {
179 } else if (!strcmp(name, "keep blanks")) {
181 } else if (!strcmp(name, "disable SAX")) {
183 } else if (!strcmp(name, "fetc
281 xmlSetFeature(xmlParserCtxtPtr ctxt, const char *name, void *value) argument
878 internalSubset(void *ctx, const xmlChar * name, const xmlChar * ExternalID, const xmlChar * SystemID) argument
896 externalSubset(void *ctx, const xmlChar * name, const xmlChar * ExternalID, const xmlChar * SystemID) argument
937 getEntity(void *ctx, const xmlChar * name) argument
954 getParameterEntity(void *ctx, const xmlChar * name) argument
974 entityDecl(void *ctx, const xmlChar * name, int type, const xmlChar * publicId, const xmlChar * systemId, xmlChar * content) argument
1016 elementDecl(void *ctx, const xmlChar * name, int type, xmlElementContentPtr content) argument
1034 notationDecl(void *ctx, const xmlChar * name, const xmlChar * publicId, const xmlChar * systemId) argument
1053 unparsedEntityDecl(void *ctx, const xmlChar * name, const xmlChar * publicId, const xmlChar * systemId, const xmlChar * notationName) argument
1166 reference(void *ctx, const xmlChar * name) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dpropername.c41 proper_name (const char *name) argument
44 const char *translation = gettext (name);
46 if (translation != name)
48 /* See whether the translation contains the original name. */
49 if (mbsstr (translation, name) != NULL)
55 XNMALLOC (strlen (translation) + 2 + strlen (name) + 1 + 1, char);
57 sprintf (result, "%s (%s)", translation, name);
62 return name;
65 /* Return the localization of a name whose original writing is not ASCII.
66 NAME_UTF8 is the real name, writte
82 const char *name; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dpropername.c41 proper_name (const char *name) argument
44 const char *translation = gettext (name);
46 if (translation != name)
48 /* See whether the translation contains the original name. */
49 if (mbsstr (translation, name) != NULL)
55 XNMALLOC (strlen (translation) + 2 + strlen (name) + 1 + 1, char);
57 sprintf (result, "%s (%s)", translation, name);
62 return name;
65 /* Return the localization of a name whose original writing is not ASCII.
66 NAME_UTF8 is the real name, writte
82 const char *name; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/gfs2/
H A Ddir.h42 static inline void gfs2_str2qstr(struct qstr *name, const char *fname) argument
44 name->name = fname;
45 name->len = strlen(fname);
46 name->hash = gfs2_disk_hash(name->name, name->len);
50 static inline void gfs2_qstr2dirent(const struct qstr *name, u16 reclen, struct gfs2_dirent *dent) argument
54 dent->de_hash = cpu_to_be32(name
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dpropername.c41 proper_name (const char *name) argument
44 const char *translation = gettext (name);
46 if (translation != name)
48 /* See whether the translation contains the original name. */
49 if (mbsstr (translation, name) != NULL)
55 XNMALLOC (strlen (translation) + 2 + strlen (name) + 1 + 1, char);
57 sprintf (result, "%s (%s)", translation, name);
62 return name;
65 /* Return the localization of a name whose original writing is not ASCII.
66 NAME_UTF8 is the real name, writte
82 const char *name; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/gadget/
H A Dgadget_chips.h13 #define gadget_is_net2280(g) !strcmp("net2280", (g)->name)
19 #define gadget_is_dummy(g) !strcmp("dummy_udc", (g)->name)
25 #define gadget_is_pxa(g) !strcmp("pxa2xx_udc", (g)->name)
31 #define gadget_is_goku(g) !strcmp("goku_udc", (g)->name)
37 #define gadget_is_sh(g) !strcmp("sh_udc", (g)->name)
43 #define gadget_is_sa1100(g) !strcmp("sa1100_udc", (g)->name)
49 #define gadget_is_lh7a40x(g) !strcmp("lh7a40x_udc", (g)->name)
55 #define gadget_is_mq11xx(g) !strcmp("mq11xx_udc", (g)->name)
61 #define gadget_is_omap(g) !strcmp("omap_udc", (g)->name)
67 #define gadget_is_n9604(g) !strcmp("n9604_udc", (g)->name)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dlegacy.c135 * @len: the length of the features name array (input/output)
136 * @result: an array of string to be filled with the features name.
164 * @name: the feature name
172 xmlGetFeature(xmlParserCtxtPtr ctxt, const char *name, void *result) argument
174 if ((ctxt == NULL) || (name == NULL) || (result == NULL))
177 if (!strcmp(name, "validate")) {
179 } else if (!strcmp(name, "keep blanks")) {
181 } else if (!strcmp(name, "disable SAX")) {
183 } else if (!strcmp(name, "fetc
281 xmlSetFeature(xmlParserCtxtPtr ctxt, const char *name, void *value) argument
878 internalSubset(void *ctx, const xmlChar * name, const xmlChar * ExternalID, const xmlChar * SystemID) argument
896 externalSubset(void *ctx, const xmlChar * name, const xmlChar * ExternalID, const xmlChar * SystemID) argument
937 getEntity(void *ctx, const xmlChar * name) argument
954 getParameterEntity(void *ctx, const xmlChar * name) argument
974 entityDecl(void *ctx, const xmlChar * name, int type, const xmlChar * publicId, const xmlChar * systemId, xmlChar * content) argument
1016 elementDecl(void *ctx, const xmlChar * name, int type, xmlElementContentPtr content) argument
1034 notationDecl(void *ctx, const xmlChar * name, const xmlChar * publicId, const xmlChar * systemId) argument
1053 unparsedEntityDecl(void *ctx, const xmlChar * name, const xmlChar * publicId, const xmlChar * systemId, const xmlChar * notationName) argument
1166 reference(void *ctx, const xmlChar * name) argument
[all...]

Completed in 315 milliseconds

1234567891011>>