Searched refs:replace (Results 1 - 25 of 103) sorted by relevance

12345

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dxsetenv.h27 extern void xsetenv (const char *name, const char *value, int replace);
H A Dxsetenv.c35 xsetenv (const char *name, const char *value, int replace) argument
37 if (setenv (name, value, replace) < 0)
H A Dsetenv.h32 extern int setenv (const char *name, const char *value, int replace);
H A Dsetenv.c109 int replace)
216 else if (replace)
283 setenv (const char *name, const char *value, int replace) argument
285 return __add_to_environ (name, value, NULL, replace);
108 __add_to_environ(const char *name, const char *value, const char *combined, int replace) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/bftpd-1.6.6/
H A Dmystring.h7 int replace(char *, char *, char *);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dsetenv.h32 extern int setenv (const char *name, const char *value, int replace);
H A Dsetenv.c109 int replace)
216 else if (replace)
283 setenv (const char *name, const char *value, int replace) argument
285 return __add_to_environ (name, value, NULL, replace);
108 __add_to_environ(const char *name, const char *value, const char *combined, int replace) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libiconv-1.11/srclib/
H A Dsetenv.h33 extern int setenv (const char *name, const char *value, int replace);
H A Dsetenv.c109 int replace)
216 else if (replace)
283 setenv (const char *name, const char *value, int replace) argument
285 return __add_to_environ (name, value, NULL, replace);
108 __add_to_environ(const char *name, const char *value, const char *combined, int replace) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/examples/LDAP/smbldap-tools-0.8.7/doc/
H A Dsmbldap-migrate-unix-accounts78 $entry->replace( 'objectClass' => [add_to_tab(\@objectClass,'shadowAccount')] );
104 $entry->replace( 'objectClass' => [del_from_tab(\@objectClass,$Options{'d'})] );
110 $entry->replace( 'objectclass' => [add_to_tab(\@objectClass,'sambaSamAccount')] );
129 $entry->replace( 'sambaSID' => $user_sid );
174 $entry->replace( 'objectClass' => \@objectClass );
176 $entry->replace( 'uid' => $user );
182 $entry->replace( 'cn' => $cn );
188 $entry->replace( 'sn' => $sn );
192 ($pwd) and $entry->replace( 'userPassword' => "{crypt}" . $pwd );
193 ($uid ne "") and $entry->replace( 'uidNumbe
[all...]
H A Dsmbldap-migrate-unix-groups60 $entry->replace( 'objectclass' => [add_to_tab(\@objectClass,'sambaGroupMapping')] );
79 $entry->replace( 'sambaSID' => $group_sid );
80 $entry->replace( 'sambaGroupType' => group_type_by_name('domain') );
108 $entry->replace( 'objectClass' => [add_to_tab(\@objectClass,'posixGroup')] );
110 $entry->replace( 'cn' => $group );
111 ($pwd) and $entry->replace( 'userPassword' => "{crypt}" . $pwd );
112 ($gid ne "") and $entry->replace( 'gidNumber' => $gid );
121 ($users) and $entry->replace( 'memberUid' => [ @users ] );
H A Dsmbldap-migrate-accounts49 replace => [sambaLMPassword => "$lmpwd"],
50 replace => [sambaNTPassword => "$ntpwd"],
51 replace => [gecos => "$gecos"],
52 replace => [sambaHomePath => "$homedir"]
121 # uncomment to replace configured share with share from pwdump
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dcoda_proc.h70 int replace; member in struct:coda_cache_inv_stats
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dmemp001.tcl81 set p(1) [replace $mpool $p(1)]
82 set p(3) [replace $mpool $p(3)]
84 set p(4) [replace $mpool $p(4)]
89 set p(5) [replace $mpool $p(5)]
90 set p(6) [replace $mpool $p(6)]
92 set p(9) [replace $mpool $p(9)]
94 set p(7) [replace $mpool $p(7)]
95 set p(8) [replace $mpool $p(8)]
96 set p(9) [replace $mpool $p(9) -dirty]
97 set p(10) [replace
153 proc replace { mpool p { args "" } } { procedure
[all...]
H A Dreputilsnoenv.tcl208 set toid [string replace $tofrom $toidx end]
215 set fromid [string replace $tofrom $fromidx end]
216 set fromid [string replace $fromid 0 $toidx]
236 set tofrom [string replace $fname 0 4]
486 set dbname [string replace $msgdb 0 5 done.]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/doc/
H A Dindex.py247 desc = string.replace(desc, "'", " ")
338 desc = string.replace(desc, "'", " ")
395 title = string.replace(title, "'", " ")
474 str = string.replace(str, ".", " ")
475 str = string.replace(str, "!", " ")
476 str = string.replace(str, "?", " ")
477 str = string.replace(str, ",", " ")
478 str = string.replace(str, "'", " ")
479 str = string.replace(str, '"', " ")
480 str = string.replace(st
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/win32/
H A Dconfigure.js291 of.WriteLine(s.replace(/\@VERSION\@/,
294 of.WriteLine(s.replace(/\@LIBXML_VERSION_NUMBER\@/,
297 of.WriteLine(s.replace(/\@LIBXML_VERSION_EXTRA\@/, verCvs));
299 of.WriteLine(s.replace(/\@WITH_TRIO\@/, withTrio? "1" : "0"));
301 of.WriteLine(s.replace(/\@WITH_THREADS\@/, withThreads == "no"? "0" : "1"));
303 of.WriteLine(s.replace(/\@WITH_FTP\@/, withFtp? "1" : "0"));
305 of.WriteLine(s.replace(/\@WITH_HTTP\@/, withHttp? "1" : "0"));
307 of.WriteLine(s.replace(/\@WITH_HTML\@/, withHtml? "1" : "0"));
309 of.WriteLine(s.replace(/\@WITH_C14N\@/, withC14n? "1" : "0"));
311 of.WriteLine(s.replace(/\
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/python/
H A Dgtdbtool27 return string.replace(key, "\x00", "")
H A Dgprinterdata18 host = string.replace(sys.argv[len(sys.argv) - 1], "/", "\\")
/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-userinfo199 $entry->replace( 'gecos' => $gecos );
200 $entry->replace( 'cn' => $new{'name'} );
204 $entry->replace('sn' => $sn);
206 $entry->replace('sn' => $user);
209 $entry->replace('givenName' => $givenName);
214 $entry->replace('roomNumber' => $new{'office'});
219 $entry->replace('telephoneNumber' => $new{'wphone'});
224 $entry->replace('homePhone' => $new{'hphone'});
230 $entry->replace('loginShell' => $new{'shell'});
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/prebuilt/WW/www/cgi-bin/
H A Dsorttable.js98 this.className = this.className.replace('sorttable_sorted',
112 this.className = this.className.replace('sorttable_sorted_reverse',
127 cell.className = cell.className.replace('sorttable_sorted_reverse','');
128 cell.className = cell.className.replace('sorttable_sorted','');
221 return node.textContent.replace(/^\s+|\s+$/g, '');
224 return node.innerText.replace(/^\s+|\s+$/g, '');
227 return node.text.replace(/^\s+|\s+$/g, '');
233 return node.value.replace(/^\s+|\s+$/g, '');
236 return node.nodeValue.replace(/^\s+|\s+$/g, '');
244 return innerText.replace(/
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/prebuilt/WW/www/script/
H A Dsorttable.js98 this.className = this.className.replace('sorttable_sorted',
112 this.className = this.className.replace('sorttable_sorted_reverse',
127 cell.className = cell.className.replace('sorttable_sorted_reverse','');
128 cell.className = cell.className.replace('sorttable_sorted','');
221 return node.textContent.replace(/^\s+|\s+$/g, '');
224 return node.innerText.replace(/^\s+|\s+$/g, '');
227 return node.text.replace(/^\s+|\s+$/g, '');
233 return node.value.replace(/^\s+|\s+$/g, '');
236 return node.nodeValue.replace(/^\s+|\s+$/g, '');
244 return innerText.replace(/
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/kernel/cpu/mtrr/
H A Dmain.c318 int i, replace, error; local
351 replace = -1;
366 replace = replace == -1 ? i : -2;
393 i = mtrr_if->get_free_region(base, size, replace);
396 if (likely(replace < 0))
399 usage_table[i] = usage_table[replace] + !!increment;
400 if (unlikely(replace != i)) {
401 set_mtrr(replace, 0, 0, 0);
402 usage_table[replace]
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/editors/
H A Dsed.c79 unsigned short which_match; /* (s) Which match to replace (0 for all) */
245 static int parse_regex_delim(const char *cmdstr, char **match, char **replace) argument
264 *replace = copy_parsing_escapes(cmdstr_ptr, idx);
332 * s/match/replace/ #gIpw
451 char *match, *replace; local
454 cmdstr += parse_regex_delim(cmdstr, &match, &replace)+1;
457 parse_escapes(replace, replace, strlen(replace), i, i);
460 for (i = 0; match[i] && replace[
584 do_subst_w_backrefs(char *line, char *replace) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/prebuilt/WW/www/
H A Dfunc.js189 MAC = MAC.replace(/:/g,"");
190 MAC = MAC.replace(/-/g,"");
220 txtobj.value= txtobj.value.replace(":","");
245 txtobj.value= txtobj.value.replace(".","");

Completed in 218 milliseconds

12345