Searched refs:fullname (Results 26 - 50 of 62) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/kconfig/
H A Dconfdata.c73 static char fullname[PATH_MAX+1]; local
79 sprintf(fullname, "%s/%s", env, name);
80 if (!stat(fullname, &buf))
81 return fullname;
H A Dlex.zconf.c2230 char *env, fullname[PATH_MAX+1]; local
2237 sprintf(fullname, "%s/%s", env, name);
2238 f = fopen(fullname, "r");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A DSAX2.c687 * @fullname: the attribute name
696 xmlSAX2AttributeDecl(void *ctx, const xmlChar *elem, const xmlChar *fullname, argument
710 elem, fullname, type, def, defaultValue);
712 if ((xmlStrEqual(fullname, BAD_CAST "xml:id")) &&
723 name = xmlSplitQName(ctxt, fullname, &prefix);
1042 * @fullname: The attribute name, including namespace prefix
1052 xmlSAX2AttributeInternal(void *ctx, const xmlChar *fullname, argument
1065 name = xmlSplitQName(ctxt, fullname, &ns);
1070 fullname, NULL);
1074 fullname, NUL
1514 xmlSAX2StartElement(void *ctx, const xmlChar *fullname, const xmlChar **atts) argument
2020 xmlChar *fullname; local
[all...]
H A Dlegacy.c986 * @fullname: the attribute name
996 attributeDecl(void *ctx, const xmlChar * elem, const xmlChar * fullname, argument
1001 xmlSAX2AttributeDecl(ctx, elem, fullname, type, def, defaultValue,
1110 * @fullname: The attribute name, including namespace prefix
1121 const xmlChar * fullname ATTRIBUTE_UNUSED,
1130 * @fullname: The element name, including namespace prefix
1137 startElement(void *ctx, const xmlChar * fullname, const xmlChar ** atts) argument
1139 xmlSAX2StartElement(ctx, fullname, atts);
H A Dparser.in.h421 * @fullname: the attribute name
431 const xmlChar *fullname,
H A Dxmlreader.c618 * @fullname: The element name, including namespace prefix
624 xmlTextReaderStartElement(void *ctx, const xmlChar *fullname, argument
630 printf("xmlTextReaderStartElement(%s)\n", fullname);
633 reader->startElement(ctx, fullname, atts);
646 * @fullname: The element name, including namespace prefix
651 xmlTextReaderEndElement(void *ctx, const xmlChar *fullname) { argument
656 printf("xmlTextReaderEndElement(%s)\n", fullname);
659 reader->endElement(ctx, fullname);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A DSAX2.c687 * @fullname: the attribute name
696 xmlSAX2AttributeDecl(void *ctx, const xmlChar *elem, const xmlChar *fullname, argument
710 elem, fullname, type, def, defaultValue);
712 if ((xmlStrEqual(fullname, BAD_CAST "xml:id")) &&
723 name = xmlSplitQName(ctxt, fullname, &prefix);
1042 * @fullname: The attribute name, including namespace prefix
1052 xmlSAX2AttributeInternal(void *ctx, const xmlChar *fullname, argument
1065 name = xmlSplitQName(ctxt, fullname, &ns);
1070 fullname, NULL);
1074 fullname, NUL
1514 xmlSAX2StartElement(void *ctx, const xmlChar *fullname, const xmlChar **atts) argument
2020 xmlChar *fullname; local
[all...]
H A Dlegacy.c986 * @fullname: the attribute name
996 attributeDecl(void *ctx, const xmlChar * elem, const xmlChar * fullname, argument
1001 xmlSAX2AttributeDecl(ctx, elem, fullname, type, def, defaultValue,
1110 * @fullname: The attribute name, including namespace prefix
1121 const xmlChar * fullname ATTRIBUTE_UNUSED,
1130 * @fullname: The element name, including namespace prefix
1137 startElement(void *ctx, const xmlChar * fullname, const xmlChar ** atts) argument
1139 xmlSAX2StartElement(ctx, fullname, atts);
H A Dparser.in.h421 * @fullname: the attribute name
431 const xmlChar *fullname,
H A Dxmlreader.c618 * @fullname: The element name, including namespace prefix
624 xmlTextReaderStartElement(void *ctx, const xmlChar *fullname, argument
630 printf("xmlTextReaderStartElement(%s)\n", fullname);
633 reader->startElement(ctx, fullname, atts);
646 * @fullname: The element name, including namespace prefix
651 xmlTextReaderEndElement(void *ctx, const xmlChar *fullname) { argument
656 printf("xmlTextReaderEndElement(%s)\n", fullname);
659 reader->endElement(ctx, fullname);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/passdb/
H A Dpdb_sql.c235 config_value_read(data, "fullname column",
429 config_value_write(location, "fullname column",
H A Dpdb_ldap.c445 fullname, local
474 fullname[0] = '\0';
612 get_userattr_key2string(ldap_state->schema_ver, LDAP_ATTR_DISPLAY_NAME), fullname)) {
614 get_userattr_key2string(ldap_state->schema_ver, LDAP_ATTR_CN), fullname)) {
617 pdb_set_fullname(sampass, fullname, PDB_SET);
620 pdb_set_fullname(sampass, fullname, PDB_SET);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-compat-howl/include/discovery/
H A Ddiscovery.h142 sw_const_string fullname,
254 sw_const_string fullname,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dlegacy.c986 * @fullname: the attribute name
996 attributeDecl(void *ctx, const xmlChar * elem, const xmlChar * fullname, argument
1001 xmlSAX2AttributeDecl(ctx, elem, fullname, type, def, defaultValue,
1110 * @fullname: The attribute name, including namespace prefix
1121 const xmlChar * fullname ATTRIBUTE_UNUSED,
1130 * @fullname: The element name, including namespace prefix
1137 startElement(void *ctx, const xmlChar * fullname, const xmlChar ** atts) argument
1139 xmlSAX2StartElement(ctx, fullname, atts);
H A Dxmlreader.c637 * @fullname: The element name, including namespace prefix
643 xmlTextReaderStartElement(void *ctx, const xmlChar *fullname, argument
649 printf("xmlTextReaderStartElement(%s)\n", fullname);
652 reader->startElement(ctx, fullname, atts);
665 * @fullname: The element name, including namespace prefix
670 xmlTextReaderEndElement(void *ctx, const xmlChar *fullname) { argument
675 printf("xmlTextReaderEndElement(%s)\n", fullname);
678 reader->endElement(ctx, fullname);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/kconfig/
H A Dconfdata.c73 static char fullname[PATH_MAX+1]; local
79 sprintf(fullname, "%s/%s", env, name);
80 if (!stat(fullname, &buf))
81 return fullname;
H A Dlex.zconf.c2263 char *env, fullname[PATH_MAX+1]; local
2270 sprintf(fullname, "%s/%s", env, name);
2271 f = fopen(fullname, "r");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/utils/
H A Dpdbedit.c301 const char *fullname, const char *homedir,
348 if (fullname)
349 pdb_set_fullname(sam_pwent, fullname, PDB_CHANGED);
428 const char *fullname, const char *homedir,
465 if (fullname)
466 pdb_set_fullname(sam_pwent, fullname, PDB_CHANGED);
681 {"fullname", 'f', POPT_ARG_STRING, &full_name, 0, "set full name", NULL},
300 set_user_info(struct pdb_context *in, const char *username, const char *fullname, const char *homedir, const char *acct_desc, const char *drive, const char *script, const char *profile, const char *account_control, const char *user_sid, const char *group_sid, const BOOL badpw, const BOOL hours, time_t pwd_can_change, time_t pwd_must_change) argument
427 new_user(struct pdb_context *in, const char *username, const char *fullname, const char *homedir, const char *drive, const char *script, const char *profile, char *user_sid, char *group_sid) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbd/
H A Dreply.c3462 pstring fullname; local
3472 if(strlen(directory) + strlen(dname) + 1 >= sizeof(fullname)) {
3478 pstrcpy(fullname, directory);
3479 pstrcat(fullname, "/");
3480 pstrcat(fullname, dname);
3482 if(SMB_VFS_LSTAT(conn,fullname, &st) != 0) {
3488 if(recursive_rmdir(conn, fullname)!=0) {
3492 if(SMB_VFS_RMDIR(conn,fullname) != 0) {
3496 } else if(SMB_VFS_UNLINK(conn,fullname) != 0) {
3542 pstring fullname; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wan/
H A Dcycx_drv.c85 static char fullname[] = "Cyclom 2X Support Module"; variable
113 printk(KERN_INFO "%s v%u.%u %s\n", fullname, MOD_VERSION, MOD_RELEASE,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/nsswitch/
H A Dwinbindd_rpc.c111 fstring username, fullname; local
115 unistr2_to_ascii( fullname, &(&ctr.sam.info1->str[j])->uni_full_name, sizeof(fullname)-1);
118 (*info)[i].full_name = talloc_strdup(mem_ctx, fullname );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/shell/
H A Dash.c10905 char *fullname; local
10913 while ((fullname = padvance(&path, name)) != NULL) {
10914 if ((stat(fullname, &statb) == 0) && S_ISREG(statb.st_mode)) {
10919 return fullname;
10921 stunalloc(fullname);
10940 char *fullname; local
10942 fullname = find_dot_file(argv[1]);
10951 setinputfile(fullname, INPUT_PUSH_FILE);
10952 commandname = fullname;
11016 char *fullname; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/x509v3/
H A Dx509v3.h221 GENERAL_NAMES *fullname; member in union:DIST_POINT_NAME_st::__anon1426
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/include/openssl/
H A Dx509v3.h221 GENERAL_NAMES *fullname; member in union:DIST_POINT_NAME_st::__anon1479
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dparser.h423 * @fullname: the attribute name
433 const xmlChar *fullname,

Completed in 719 milliseconds

123