Searched +refs:file +refs:modes (Results 1 - 25 of 64) sorted by relevance

123

/macosx-10.10/rsync-45/
H A Drsyncd.conf8 secrets file = /etc/rsyncd.secrets
9 strict modes = no
/macosx-10.10/tcl-105/tcl_ext/tclx/tclx/tests/
H A Dlmatch.test7 source [file join [file dirname [info script]] testlib.tcl]
32 Test lmatch-2.1 {search modes} {
36 Test lmatch-2.2 {search modes} {
40 Test lmatch-2.2.1 {search modes} {
44 Test lmatch-2.3 {search modes} {
48 Test lmatch-2.4 {search modes} {
52 Test lmatch-2.5 {search modes} {
56 Test lmatch-2.6 {search modes} {
60 Test lmatch-2.7 {search modes} {
[all...]
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Lib/Foundation/
H A D_nsobject.py38 traceback.print_exc(file=sys.stderr)
64 @objc.namedSelector(b"pyobjc_performSelector:onThread:withObject:waitUntilDone:modes:")
66 self, aSelector, thread, arg, wait, modes):
68 A version of performSelector:onThread:withObject:waitUntilDone:modes:
73 b'_pyobjc_performOnThread:', thread, (aSelector, arg), wait, modes)
88 self, aSelector, arg, delay, modes):
95 b'_pyobjc_performOnThread:', (aSelector, arg), delay, modes)
120 @objc.namedSelector(b"pyobjc_performSelectorOnMainThread:withObject:waitUntilDone:modes:")
122 self, aSelector, arg, wait, modes):
124 A version of performSelectorOnMainThread:withObject:waitUntilDone:modes
[all...]
/macosx-10.10/BerkeleyDB-21/db/dist/
H A Dgen_rec.awk3 # See the file LICENSE for redistribution information.
15 # For a given file prefix.src, we generate a file prefix_auto.c, and a file
18 # external declarations for the file's functions
25 # source_file -- the C source file being created
26 # header_file -- the C #include file being created
27 # template_file -- the template file being created
29 # And stdin must be the input file that defines the recovery setup.
31 # Within each file prefi
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dbfdio.c9 This file is part of BFD, the Binary File Descriptor library.
43 real_ftell (FILE *file) argument
46 return ftello64 (file);
48 return ftello (file);
50 return ftell (file);
55 real_fseek (FILE *file, file_ptr offset, int whence) argument
58 return fseeko64 (file, offset, whence);
60 return fseeko (file, offset, whence);
62 return fseek (file, offset, whence);
67 real_fopen (const char *filename, const char *modes) argument
[all...]
/macosx-10.10/IOGraphics-485/tools/
H A Dmodesuck.c6 #include <sys/file.h>
101 CFArrayRef modes; local
126 modes = CFDictionaryGetValue(dict, CFSTR(kIOFBModesKey));
127 assert(modes);
135 stdModes = (CFMutableDictionaryRef) CFDictionaryGetValue(result, CFSTR("std-modes"));
187 count = CFArrayGetCount(modes);
192 mode = CFArrayGetValueAtIndex(modes, i);
289 CFDictionarySetValue(result, CFSTR("std-modes"), stdModes);
H A Dmodelist.c6 #include <sys/file.h>
32 CFMutableDictionaryRef modes; member in struct:IOFBModeList
376 modeListRef->modes = dict;
410 CFDictionarySetValue( modeListRef->modes, key, dict );
/macosx-10.10/ntp-92/util/
H A Dtickadj.c47 txc.modes = ADJ_TIMETICK;
58 txc.modes |= ADJ_TICKADJ;
74 txc.modes |= ADJ_TIMETICK;
127 txc.modes = ADJ_TIMETICK;
130 txc.modes = ADJ_TICK;
139 txc.modes = 0;
142 txc.modes = 0;
169 # include <sys/file.h>
181 # include <sys/file.h>
225 const char *file variable
[all...]
/macosx-10.10/OpenSSL098-52/src/apps/
H A Dopenssl.c154 static void lock_dbg_cb(int mode, int type, const char *file, int line) argument
156 static int modes[CRYPTO_NUM_LOCKS]; /* = {0, 0, ... } */ local
175 if (modes[type])
183 modes[type] = rw;
187 if (!modes[type])
193 if (modes[type] != rw)
200 modes[type] = 0;
213 errstr, mode, type, file, line);
/macosx-10.10/emacs-93/emacs/lisp/
H A Dinfo-look.el11 ;; This file is part of GNU Emacs.
24 ;; along with GNU Emacs; see the file COPYING. If not, write to the
59 (defcustom info-lookup-file-name-alist
61 "Alist of file names handled specially.
66 If a file name matches REGEXP, then use help mode MODE instead of the
94 INFO-NODE is the name (including file name part) of an Info index.
108 OTHER-MODES is a list of cross references to other help modes.")
128 (defsubst info-lookup->other-modes (topic mode)
138 `:doc-spec', `:parse-rule', or `:other-modes'.
154 parse-rule other-modes keywor
[all...]
H A Dfiles.el1 ;;; files.el --- file input and output commands for Emacs
9 ;; This file is part of GNU Emacs.
22 ;; along with GNU Emacs; see the file COPYING. If not, write to the
28 ;; Defines most of Emacs's file- and directory-handling functions,
29 ;; including basic file visiting, backup generation, link handling,
41 (defgroup find-file nil
47 "Non-nil means delete auto-save file when a buffer is saved or killed.
49 Note that the auto-save file will not be deleted if the buffer is killed
56 "Alist of abbreviations for file directories.
59 done when setting up the default directory of a newly visited file
[all...]
/macosx-10.10/ksh-23/ksh/src/lib/libast/sfio/
H A Dsfsetbuf.c69 static int modes = -1; local
75 if (modes < 0)
76 { modes = 0;
85 modes |= SF_LINE;
95 modes |= SF_WCWIDTH;
99 return modes;
219 { /* ASSERT(f->file >= 0) */
235 /* get file descriptor status */
236 if(sysfstatf((int)f->file,&st) < 0)
252 (sysfcntlf((int)f->file,F_GETF
[all...]
/macosx-10.10/emacs-93/emacs/lisp/url/
H A Durl-dav.el9 ;; This file is part of GNU Emacs.
22 ;; along with GNU Emacs; see the file COPYING. If not, write to the
517 ;; Get the parent URL ready for expand-file-name
525 child-url (url-expand-file-name (pop result) url)
562 (push (cons (url-expand-file-name child-url url) child-results)
585 ;;; file-name-handler stuff
586 (defun url-dav-file-attributes-mode-string (properties)
587 (let ((modes (make-string 10 ?-))
597 (aset modes 1 ?r)
598 (aset modes
[all...]
/macosx-10.10/emacs-93/emacs/lisp/eshell/
H A Dem-pred.el8 ;; This file is part of GNU Emacs.
21 ;; along with GNU Emacs; see the file COPYING. If not, write to the
72 '((?/ . (eshell-pred-file-type ?d)) ; directories
73 (?. . (eshell-pred-file-type ?-)) ; regular files
74 (?s . (eshell-pred-file-type ?s)) ; sockets
75 (?p . (eshell-pred-file-type ?p)) ; named pipes
76 (?@ . (eshell-pred-file-type ?l)) ; symbolic links
77 (?% . (eshell-pred-file-type ?%)) ; allow user to specify (c def.)
78 (?r . (eshell-pred-file-mode 0400)) ; owner-readable
79 (?w . (eshell-pred-file
[all...]
H A Desh-util.el8 ;; This file is part of GNU Emacs.
21 ;; along with GNU Emacs; see the file COPYING. If not, write to the
48 (defcustom eshell-group-file "/etc/group"
49 "*If non-nil, the name of the group file on your system."
50 :type '(choice (const :tag "No group file" nil) file)
53 (defcustom eshell-passwd-file "/etc/passwd"
54 "*If non-nil, the name of the passwd file on your system."
55 :type '(choice (const :tag "No passwd file" nil) file)
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/des/
H A DFILES03 MODES.DES - A description of the features of the different modes of DES.
4 FILES - This file.
29 des.h - Public libdes.a header file.
57 des_locl.h - Internal libdes.a header file.
61 des_ver.h - header file for the external definition of the
/macosx-10.10/CPANInternal-159.1/Crypt-Rijndael-1.10/
H A DRijndael.pm70 chaining modes. It is not relevant for ECB mode.
84 =head2 Encryption modes
130 COPYING file for details.
/macosx-10.10/emacs-93/emacs/src/
H A Ddired.c5 This file is part of GNU Emacs.
18 along with GNU Emacs; see the file COPYING. If not, write to
164 /* Because of file name handlers, these functions might call
208 /* Unfortunately, we can now invoke expand-file-name and
209 file-attributes on filenames, both of which can throw, so we must
347 If FULL is non-nil, return absolute file names. Otherwise return names
349 If MATCH is non-nil, mention only file names that match the regexp MATCH.
358 /* If the file name has special constructs in it,
359 call the corresponding file handler. */
372 If FULL is non-nil, return absolute file name
411 Lisp_Object file, directory, predicate; variable
435 Lisp_Object file, directory; variable
854 Lisp_Object file, directory; variable
937 char modes[10]; variable
[all...]
/macosx-10.10/remote_cmds-47/tftp.tproj/
H A Dmain.c56 #include <sys/file.h>
154 char shelp[] = "send file";
155 char rhelp[] = "receive file";
156 char mhelp[] = "set file transfer mode";
338 struct modes { struct
341 } modes[] = { variable in typeref:struct:modes
356 struct modes *p;
364 for (p = modes; p->m_name; p++)
377 for (p = modes; p->m_name; p++) {
415 * Send file(
[all...]
/macosx-10.10/tcl-105/tcl_ext/tktable/tktable/
H A DREADME.txt4 * see ChangeLog file for details
31 * multiple selection modes, with "active" cell
32 * multiple drawing modes to get optimal performance for larger tables
66 file will be found in $exec_prefix/lib/. You might set the --prefix and
/macosx-10.10/emacs-93/emacs/etc/
H A Dsurvival.tex24 \errmessage{This file requires `plain' format to be typeset correctly}
31 % This file is part of GNU Emacs.
44 % along with GNU Emacs; see the file COPYING. If not, write to
181 \key{C-x C-f} edit file; this command uses the minibuffer to read
182 the file name; use this to create new files by entering the name
183 of the new file
184 \key{C-x C-s} save the file
239 else convenient. To create a tags table file, type
259 \key{d} flag this file for deletion
263 \key{C} copy file
[all...]
/macosx-10.10/emacs-93/emacs/lisp/gnus/
H A Dgnus-start.el9 ;; This file is part of GNU Emacs.
22 ;; along with GNU Emacs; see the file COPYING. If not, write to the
45 (defvar gnus-agent-file-loading-local nil)
46 (defvar gnus-agent-file-loading-cache nil))
48 (defcustom gnus-startup-file (nnheader-concat gnus-home-directory ".newsrc")
49 "Your `.newsrc' file.
52 :type 'file)
54 (defcustom gnus-backup-startup-file 'never
64 (defcustom gnus-save-startup-file-via-temp-buffer t
65 "Whether to write the startup file content
[all...]
/macosx-10.10/IOKitUser-1050.1.21/graphics.subproj/
H A DIOGraphicsLib.c6 * This file contains Original Code and/or Modifications of Original Code
8 * Version 2.0 (the 'License'). You may not use this file except in
11 * file.
29 #include <sys/file.h>
323 CFSTR("std-modes")), false)))
325 CFDictionarySetValue(gIOGraphicsProperties, CFSTR("std-modes"), newDict);
857 CFDictionaryApplyFunction(connectRef->modes, &IOFBDictRemoveModePI, NULL);
861 if (otherConnectRef) CFDictionaryApplyFunction(otherConnectRef->modes, &IOFBDictRemoveModePI, NULL);
1306 // add safe mode driver modes for dups
1328 // check driver modes fo
1605 IODisplayModeID * modes; local
[all...]
/macosx-10.10/emacs-93/emacs/lisp/net/
H A Dange-ftp.el10 ;; This file is part of GNU Emacs.
23 ;; along with GNU Emacs; see the file COPYING. If not, write to the
31 ;; the common file-handling routines are extended to interact with FTP.
35 ;; Some of the common GNU Emacs file-handling operations have been made
38 ;; 'host' as account 'user' and perform its operation on the file 'name'.
40 ;; For example: if find-file is given a filename of:
45 ;; user 'ange', get the file '/tmp/notes' and pop up a buffer containing the
46 ;; contents of that file as if it were on the local filesystem. If ange-ftp
64 ;; in a *valid* ~/.netrc file.
85 ;; the value of ange-ftp-dumb-unix-host-regexp in your .emacs file
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/liblunicode/ucdata/
H A DREADME11 latest "UnicodeData-*.txt" (or later) file from the Unicode Web or FTP site.
16 UnicodeData-*.txt file. The files are:
34 A short reference to the functions available is in the "api.txt" file.
40 Unicode Character Database (UCDB) format. An additional properties file,
62 The format of the binary data files is documented in the "format.txt" file.
104 1. Fixed a misspelling in the ucpgba.h header file.
175 3. Changed the Java template file formatting a bit.
185 3. Tested with the UnicodeData-2.1.5.txt file.
208 1. Changed all file open calls to include binary mode with "b" for DOS/WIN
256 3. Fixed some minor problems in the "format.txt" file
[all...]

Completed in 390 milliseconds

123