Searched refs:overwrite (Results 1 - 25 of 124) sorted by relevance

12345

/macosx-10.9.5/ksh-20/ksh/src/lib/libast/comp/
H A Dsetenv.c45 setenv(const char* name, const char* value, int overwrite)
49 if (overwrite || !getenv(name))
/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Denv011.tcl8 # TEST Run with region overwrite flag.
16 set e [berkdb_env -create -overwrite -home $testdir -txn]
28 puts "\tEnv011: Opening the environment with overwrite set."
29 set e [berkdb_env -create -overwrite -home $testdir -txn -recover]
33 puts "\tEnv011: Removing the environment with overwrite set."
35 [berkdb envremove -home $testdir -overwrite] 0
/macosx-10.9.5/OpenPAM-20/openpam/lib/
H A Dpam_setenv.c57 int overwrite)
71 if (!overwrite && openpam_findenv(pamh, name, strlen(name)) >= 0)
54 pam_setenv(pam_handle_t *pamh, const char *name, const char *value, int overwrite) argument
/macosx-10.9.5/bind9-45.100/bind9/contrib/idn/idnkit-1.0-src/lib/tests/
H A Dsetenv.h59 int mysetenv(const char *name, const char *value, int overwrite);
H A Dsetenv.c104 mysetenv(const char *name, const char *value, int overwrite) { argument
109 if (getenv(name) != NULL && !overwrite)
/macosx-10.9.5/bash-92/bash-3.2/examples/scripts.v2/
H A Dncp46 -o (overwrite only) checks that the named file(s) exist and fails for any
52 # interactive: Attempt to overwrite file should result in interactive
54 # noover: Do not overwrite files (if interactive is true, query, else fail)
55 # overwrite: Only overwriting is allowed, not creation of new files.
57 typeset interactive=false noover=false overwrite=false debug=false
74 o) overwrite=true ; noover=false ; interactive=false;;
90 if [ ! -f "$1" ] && $overwrite; then
143 "interactive=$interactive noover=$noover overwrite=$overwrite debug=$debug
148 if $noover || $overwrite; the
[all...]
H A Dnmv46 -o (overwrite only) checks that the named file(s) exist and fails for any
52 # interactive: Attempt to overwrite file should result in interactive
54 # noover: Do not overwrite files (if interactive is true, query, else fail)
55 # overwrite: Only overwriting is allowed, not creation of new files.
57 typeset interactive=false noover=false overwrite=false debug=false
74 o) overwrite=true ; noover=false ; interactive=false;;
90 if [ ! -f "$1" ] && $overwrite; then
143 "interactive=$interactive noover=$noover overwrite=$overwrite debug=$debug
148 if $noover || $overwrite; the
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/rubygems/commands/
H A Drdoc_command.rb12 :include_rdoc => false, :include_ri => true, :overwrite => false
30 add_option('--[no-]overwrite',
32 options[:overwrite] = value
43 "--version '#{Gem::Requirement.default}' --ri --no-overwrite"
49 --overwrite to force rebuilding of documentation.
74 doc.force = options[:overwrite]
76 if options[:overwrite] then
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dplurfmts.h41 UBool overwrite, // overwrite the numberFormat.format result
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tkextlib/tcllib/
H A Dntext.rb27 @overwrite = TkVarAccess.new('::ntext::overwrite')
98 def overwrite method
99 @overwrite.bool
101 def overwrite=(mode)
/macosx-10.9.5/cron-39/lib/
H A Dcompat.c220 setenv(name, value, overwrite)
222 int overwrite;
226 if (overwrite && getenv(name))
/macosx-10.9.5/sudo-72/src/
H A Denv.c329 setenv(var, val, overwrite)
332 int overwrite;
372 sudo_putenv(estring, TRUE, overwrite);
455 * Will only overwrite an existing variable if overwrite is set.
458 sudo_putenv(str, dupcheck, overwrite)
461 int overwrite;
496 if (overwrite)
503 if (found && overwrite) {
528 env_merge(envp, overwrite)
[all...]
/macosx-10.9.5/iodbc-42.5/iodbc/iodbcadm/gtk/
H A Dmain.c129 setenv (const char *name, const char *value, int overwrite) argument
145 * we want to overwrite it with a new value if it exists.
147 if (getenv (name) != NULL && !overwrite)
/macosx-10.9.5/bash-92/bash-3.2/lib/readline/
H A Dhistfile.c423 history_do_write (filename, nelements, overwrite)
425 int nelements, overwrite;
433 mode = overwrite ? O_RDWR|O_CREAT|O_TRUNC|O_BINARY : O_RDWR|O_APPEND|O_BINARY;
435 mode = overwrite ? O_WRONLY|O_CREAT|O_TRUNC|O_BINARY : O_WRONLY|O_APPEND|O_BINARY;
447 cursize = overwrite ? 0 : lseek (file, 0, SEEK_END);
/macosx-10.9.5/ncurses-42/ncurses/
H A Dmk-1st.awk49 # overwrite ("yes" or "no", flag to add link to libcurses.a
249 printf "# overwrite: %s\n", overwrite
333 if ( overwrite == "yes" && name == "ncurses" )
363 if ( overwrite == "yes" && name == "ncurses" )
419 if ( overwrite == "yes" && lib_name == "libncurses.a" )
437 if ( overwrite == "yes" && lib_name == "libncurses.a" )
/macosx-10.9.5/emacs-92/emacs/lisp/eshell/
H A Desh-io.el120 (if (eq mode 'overwrite)
124 (if (eq mode 'overwrite)
133 argument (which is the symbol `overwrite', `append' or `insert'), and
198 (aref [overwrite append insert]
235 OUTPUT-MODE and ERROR-MODE are either `overwrite', `append' or `insert';
331 MODE is either `overwrite', `append' or `insert'; if it is omitted or nil,
348 (cond ((eq mode 'overwrite)
364 (cond ((eq mode 'overwrite)
373 (if (eq mode 'overwrite)
/macosx-10.9.5/emacs-92/emacs/lisp/url/
H A Durl-auth.el58 (defun url-basic-auth (url &optional prompt overwrite realm args)
62 OVERWRITE is non-nil, overwrite the old username/password pair if it
103 (if (or (and (not retval) prompt) overwrite)
140 (defun url-digest-auth (url &optional prompt overwrite realm args)
144 OVERWRITE is non-nil, overwrite the old username/password pair if it
188 (if (or (and (not retval) prompt) overwrite)
/macosx-10.9.5/ICU-511.35/icuSources/test/cintltst/
H A Dtrietest.c41 UBool overwrite; member in struct:SetRange
268 UBool overwrite, ok; local
284 overwrite=setRanges[i].overwrite;
285 if((limit-start)==1 && overwrite) {
288 ok&=utrie_setRange32(newTrie, start, limit, value, overwrite);
462 UBool overwrite, ok; local
475 overwrite=setRanges[i].overwrite;
476 if((limit-start)==1 && overwrite) {
[all...]
H A Dtrie2test.c34 UBool overwrite; member in struct:SetRange
687 /* overwrite the storage that is not supposed to be needed */
806 UBool overwrite; local
834 overwrite=setRanges[i].overwrite;
835 if((limit-start)==1 && overwrite) {
838 utrie2_setRange32(trie, start, limit-1, value, overwrite, &errorCode);
1293 UBool overwrite, ok; local
1312 overwrite=setRanges[i].overwrite;
[all...]
/macosx-10.9.5/emacs-92/emacs/src/
H A Dcmds.c36 /* A possible value for a buffer's overwrite-mode variable. */
299 /* In overwrite mode, back over columns while clearing them out,
384 Lisp_Object overwrite, string;
392 overwrite = current_buffer->overwrite_mode;
413 if (!NILP (overwrite)
416 /* In overwrite-mode, we substitute a character at point (C2,
437 if (EQ (overwrite, Qoverwrite_mode_binary)
571 Qoverwrite_mode_binary = intern ("overwrite-mode-binary");
383 Lisp_Object overwrite, string; local
/macosx-10.9.5/removefile-33/
H A Dremovefile_sunlink.c166 overwrite(int stage, removefile_state_t state) { function
207 overwrite(1 /* W_RANDOM */, state);
214 overwrite(0 /* W_SINGLE */, state);
236 overwrite(2 /* W_TRIPLE */, state);
242 /* Gutmann 35-pass overwrite */
273 /* DoD-compliant 7-pass overwrite */
347 user with no way to overwrite the file if the process was
393 /* Also overwrite the file's resource fork, if present. */
/macosx-10.9.5/srm-7/srm/src/
H A Dsunlink.c177 void overwrite(int stage) { function
228 overwrite(W_RANDOM);
234 overwrite(W_SINGLE);
255 overwrite(W_TRIPLE);
263 /* nothing to overwrite in a zero-length file */
275 /* simple one-pass overwrite */
279 /* DoD-compliant 7-pass overwrite */
289 /* Gutmann 35-pass overwrite */
359 /* warn when trying to overwrite files on a non-local fs,
361 buffered on the server, or will overwrite th
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dprivoxy.vim27 syn match privoxyAction "\%(add-header\|block\|content-type-overwrite\|crunch-client-header\|crunch-if-none-match\)\>" contained
33 syn match privoxyAction "\%(kill-popups\|limit-connect\|overwrite-last-modified\|prevent-compression\|redirect\)\>" contained
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dutrie.cpp262 uint32_t value, uint32_t initialValue, UBool overwrite) {
267 if(overwrite) {
282 utrie_setRange32(UNewTrie *trie, UChar32 start, UChar32 limit, uint32_t value, UBool overwrite) { argument
286 * fill around existing values if any, if(overwrite)
314 value, initialValue, overwrite);
318 value, initialValue, overwrite);
340 utrie_fillBlock(trie->data+block, 0, UTRIE_DATA_BLOCK_LENGTH, value, initialValue, overwrite);
341 } else if(trie->data[-block]!=value && (block==0 || overwrite)) {
368 utrie_fillBlock(trie->data+block, 0, rest, value, initialValue, overwrite);
261 utrie_fillBlock(uint32_t *block, UChar32 start, UChar32 limit, uint32_t value, uint32_t initialValue, UBool overwrite) argument
/macosx-10.9.5/WebKit2-7537.78.2/Shared/Downloads/soup/
H A DDownloadSoup.cpp85 bool overwrite; local
86 String destinationURI = m_download->decideDestinationWithSuggestedFilename(suggestedFilename, overwrite);

Completed in 273 milliseconds

12345