Searched refs:replace (Results 51 - 75 of 103) sorted by relevance

12345

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/lib/
H A Dstdlib.in.h326 extern int setenv (const char *name, const char *value, int replace);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/core/
H A Dcontrol_compat.c334 /* add or replace a user control */
337 int replace)
377 err = snd_ctl_elem_add(file, data, replace);
335 snd_ctl_elem_add_compat(struct snd_ctl_file *file, struct snd_ctl_elem_info32 __user *data32, int replace) argument
H A Dcontrol.c446 * snd_ctl_rename_id - replace the id of a control on the card
958 struct snd_ctl_elem_info *info, int replace)
981 if (replace)
986 if (replace)
1058 struct snd_ctl_elem_info __user *_info, int replace)
1063 return snd_ctl_elem_add(file, &info, replace);
957 snd_ctl_elem_add(struct snd_ctl_file *file, struct snd_ctl_elem_info *info, int replace) argument
1057 snd_ctl_elem_add_user(struct snd_ctl_file *file, struct snd_ctl_elem_info __user *_info, int replace) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/python/
H A Dgtkdictbrowser.py130 item = string.replace(item, "\x00", ".")
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_put.c84 int padrec, replace, ret, t_ret, was_deleted; local
95 del = dupadjust = replace = was_deleted = 0;
350 replace = 1;
373 } else if (replace)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/model/
H A DClassEnhancer.java202 className = className.replace('/', '.');
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/doc/examples/
H A Dindex.py120 command=string.replace(test, progname, './' + progname, 1)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/runit/
H A Dsvlogd.c59 static const char *replace = ""; variable
738 for (j = 0; replace[j]; ++j) {
739 if (ch == replace[j]) {
829 &r, &replace, &l, &b, &timestamp, &verbose);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/prebuilt/WW/www/
H A Djquery.alerts.js96 $("#popup_message").html( $("#popup_message").text().replace(/\n/g, '<br />') );
H A Dfuncs.js1960 xss_str = str.replace(/\&/g, "&amp;").replace(/\#/g, "&#35;").replace(/\</g, "&lt;").replace(/\>/g, "&gt;").replace(/\(/g, "&#40;").replace(/\)/g, "&#41;").replace(/\"/g, "&#34;").replace(/\'/g, "&#39;");
1962 xss_str = str.replace(/\&/g, "&amp;").replace(/\#/
[all...]
H A Dutility.js525 mac.value = mac.value.replace(/:/g,"");
526 mac.value = mac.value.replace(/-/g,"");
H A DRU_mac_spoof.js15 var tmp_mac = the_mac.replace(/-/g,":");
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dcatalog.c1477 * @replace: the replacement value for the match
1486 const xmlChar *orig, const xmlChar *replace) {
1524 cur->value = xmlStrdup(replace);
1525 cur->URL = xmlStrdup(replace);
1537 catal->children = xmlNewCatalogEntry(typ, orig, replace,
1540 cur->next = xmlNewCatalogEntry(typ, orig, replace,
2924 * @replace: the replacement value for the match
2933 const xmlChar * orig, const xmlChar * replace)
2941 res = xmlAddXMLCatalog(catal->xml, type, orig, replace);
2949 entry = xmlNewCatalogEntry(cattype, orig, replace, NUL
1485 xmlAddXMLCatalog(xmlCatalogEntryPtr catal, const xmlChar *type, const xmlChar *orig, const xmlChar *replace) argument
2932 xmlACatalogAdd(xmlCatalogPtr catal, const xmlChar * type, const xmlChar * orig, const xmlChar * replace) argument
3375 xmlCatalogAdd(const xmlChar *type, const xmlChar *orig, const xmlChar *replace) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A Dcatalog.c1489 * @replace: the replacement value for the match
1498 const xmlChar *orig, const xmlChar *replace) {
1536 cur->value = xmlStrdup(replace);
1537 cur->URL = xmlStrdup(replace);
1549 catal->children = xmlNewCatalogEntry(typ, orig, replace,
1552 cur->next = xmlNewCatalogEntry(typ, orig, replace,
2949 * @replace: the replacement value for the match
2958 const xmlChar * orig, const xmlChar * replace)
2966 res = xmlAddXMLCatalog(catal->xml, type, orig, replace);
2974 entry = xmlNewCatalogEntry(cattype, orig, replace, NUL
1497 xmlAddXMLCatalog(xmlCatalogEntryPtr catal, const xmlChar *type, const xmlChar *orig, const xmlChar *replace) argument
2957 xmlACatalogAdd(xmlCatalogPtr catal, const xmlChar * type, const xmlChar * orig, const xmlChar * replace) argument
3411 xmlCatalogAdd(const xmlChar *type, const xmlChar *orig, const xmlChar *replace) argument
[all...]
H A Dgentest.py322 # res = string.replace(str, " ", " ")
323 # res = string.replace(str, " ", " ")
324 # res = string.replace(str, " ", " ")
325 res = string.replace(str, " *", "_ptr")
326 # res = string.replace(str, "*", "_ptr")
327 res = string.replace(res, " ", "_")
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dcatalog.c1477 * @replace: the replacement value for the match
1486 const xmlChar *orig, const xmlChar *replace) {
1524 cur->value = xmlStrdup(replace);
1525 cur->URL = xmlStrdup(replace);
1537 catal->children = xmlNewCatalogEntry(typ, orig, replace,
1540 cur->next = xmlNewCatalogEntry(typ, orig, replace,
2924 * @replace: the replacement value for the match
2933 const xmlChar * orig, const xmlChar * replace)
2941 res = xmlAddXMLCatalog(catal->xml, type, orig, replace);
2949 entry = xmlNewCatalogEntry(cattype, orig, replace, NUL
1485 xmlAddXMLCatalog(xmlCatalogEntryPtr catal, const xmlChar *type, const xmlChar *orig, const xmlChar *replace) argument
2932 xmlACatalogAdd(xmlCatalogPtr catal, const xmlChar * type, const xmlChar * orig, const xmlChar * replace) argument
3375 xmlCatalogAdd(const xmlChar *type, const xmlChar *orig, const xmlChar *replace) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/scripts/kconfig/
H A Dqconf.cc987 res.replace(i, 1, "&lt;");
991 res.replace(i, 1, "&gt;");
995 res.replace(i, 1, "&amp;");
999 res.replace(i, 1, "&quot;");
1003 res.replace(i, 1, "<br>");
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dupgrade.tcl302 set logname [string replace $logfile 0 \
634 set newname [string replace $dbq $s \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/examples/LDAP/smbldap-tools-0.8.7/
H A Dsmbldap-passwd30 # . may also replace /bin/passwd
210 'replace' => { @mods }
242 replace => [userPassword => "$hash_password"]
H A Dsmbldap-useradd250 replace => [objectClass => ['inetOrgPerson', 'posixAccount', 'sambaSAMAccount']],
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/prebuilt/WW/www/cgi-bin/
H A Djquery.flexbox.min.js26 // TEST: highlightMatches uses the case of whatever you typed in to replace the match string, which can look funny
573 result = result.replace(new RegExp(pattern, o.highlightMatchesRegExModifier), replaceString);
671 result = result.replace(new RegExp(pattern, o.highlightMatchesRegExModifier), replaceString);
738 return this.replace(/{([^{}]*)}/g,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/prebuilt/WW/www/script/
H A Djquery.flexbox.min.js26 // TEST: highlightMatches uses the case of whatever you typed in to replace the match string, which can look funny
573 result = result.replace(new RegExp(pattern, o.highlightMatchesRegExModifier), replaceString);
671 result = result.replace(new RegExp(pattern, o.highlightMatchesRegExModifier), replaceString);
738 return this.replace(/{([^{}]*)}/g,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/scripts/kconfig/
H A Dqconf.cc1130 res.replace(i, 1, "&lt;");
1134 res.replace(i, 1, "&gt;");
1138 res.replace(i, 1, "&amp;");
1142 res.replace(i, 1, "&quot;");
1146 res.replace(i, 1, "<br>");
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dcoda.h747 struct coda_replace_out replace; member in union:coda_downcalls
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/decnet/
H A Ddn_table.c570 goto replace;
595 replace:

Completed in 416 milliseconds

12345