Searched refs:raw (Results 151 - 175 of 369) sorted by relevance

1234567891011>>

/macosx-10.10/zsh-61/zsh/Functions/Misc/
H A Dzcalc253 (:raw)
/macosx-10.10/hfs-285/mount_hfs/
H A Dmount_hfs.c193 corresponding raw device. Else return path unchanged.
198 static char raw[MAXPATHLEN]; local
202 int sn_len = snprintf(raw, sizeof(raw), "/dev/r%s", path+5);
208 if ((unsigned long) sn_len < sizeof(raw)) {
209 return raw;
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A DxmlIO.c2289 ret->raw = xmlBufferCreateSize(2 * xmlDefaultBufferSize);
2291 ret->raw = NULL;
2419 if (in->raw) {
2420 xmlBufferFree(in->raw);
2421 in->raw = NULL;
2895 ret->raw = xmlBufferCreateSize(2 * xmlDefaultBufferSize);
2897 ret->raw = NULL;
3061 * Store the data in the incoming raw buffer
3063 if (in->raw == NULL) {
3064 in->raw
[all...]
/macosx-10.10/zlib-55/zlib/contrib/minizip/
H A Dunzip.c159 int raw; member in struct:__anon15681
1473 int* level, int raw, const char* password)
1508 pfile_in_zip_read_info->raw=raw;
1550 if ((s->cur_file_info.compression_method==Z_BZIP2ED) && (!raw))
1573 pfile_in_zip_read_info->raw=1;
1576 else if ((s->cur_file_info.compression_method==Z_DEFLATED) && (!raw))
1651 extern int ZEXPORT unzOpenCurrentFile2 (unzFile file, int* method, int* level, int raw) argument
1653 return unzOpenCurrentFile3(file, method, level, raw, NULL);
1709 (!(pfile_in_zip_read_info->raw)))
1472 unzOpenCurrentFile3(unzFile file, int* method, int* level, int raw, const char* password) argument
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkdebug.c169 uint32_t raw; member in union:kds_ptr
224 } kd_ctrl_page = { .kds_free_list = {.raw = KDS_PTR_NULL}, .kdebug_slowcheck = SLOW_NOLOG };
575 kdbip[i].kd_list_head.raw = KDS_PTR_NULL;
576 kdbip[i].kd_list_tail.raw = KDS_PTR_NULL;
613 kd_ctrl_page.kds_free_list.raw = KDS_PTR_NULL;
633 kdsp.raw = kdsp_raw;
640 if (kdsp.raw == kdbp->kd_list_head.raw) {
680 if (kdbp->kd_list_tail.raw != KDS_PTR_NULL) {
687 if ((kdsp = kd_ctrl_page.kds_free_list).raw !
[all...]
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Drbtz.cpp483 int32_t raw, dst; local
485 FALSE, raw, dst, status);
486 return raw;
496 int32_t raw, dst; local
497 getOffset(now, FALSE, raw, dst, status);
516 int32_t raw, dst; local
517 getOffset(date, FALSE, raw, dst, status);
/macosx-10.10/libxml2-26/libxml2/
H A DxmlIO.c2426 ret->raw = xmlBufCreateSize(2 * xmlDefaultBufferSize);
2428 ret->raw = NULL;
2553 if (in->raw) {
2554 xmlBufFree(in->raw);
2555 in->raw = NULL;
3062 ret->raw = xmlBufCreateSize(2 * xmlDefaultBufferSize);
3064 ret->raw = NULL;
3228 * Store the data in the incoming raw buffer
3230 if (in->raw == NULL) {
3231 in->raw
[all...]
/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/persist/impl/
H A DCollectionProxy.java23 import com.sleepycat.persist.raw.RawObject;
H A DEnumFormat.java19 import com.sleepycat.persist.raw.RawObject;
H A DObjectArrayFormat.java17 import com.sleepycat.persist.raw.RawObject;
H A DPersistEntityBinding.java15 import com.sleepycat.persist.raw.RawObject;
H A DPersistKeyCreator.java24 import com.sleepycat.persist.raw.RawObject;
H A DProxiedFormat.java17 import com.sleepycat.persist.raw.RawObject;
H A DRawAbstractInput.java14 import com.sleepycat.persist.raw.RawObject;
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/Plugin/
H A DDumper.pm123 Generates a raw text dump of the data structure(s) passed
/macosx-10.10/ICU-531.30/icuSources/common/
H A Ducnv_cnv.h64 const uint8_t *raw, UErrorCode *pErrorCode);
/macosx-10.10/cups-408/cups/scheduler/
H A Dprinters.h86 int raw; /* Raw queue? */ member in struct:cupsd_printer_s
/macosx-10.10/emacs-93/emacs/lisp/url/
H A Durl-util.el190 (let* ((raw (if specified-time (current-time-string specified-time)
192 (gmt (timezone-make-date-arpa-standard raw
196 (day (cdr-safe (assoc (substring raw 0 3) url-weekday-alist)))
203 (substring raw 0 3))
/macosx-10.10/ncurses-44/ncurses/ncurses/tinfo/
H A Dlib_raw.c36 * raw.c
39 * raw()
80 raw(void) function
84 T((T_CALLED("raw()")));
89 BEFORE("raw");
106 AFTER("raw");
/macosx-10.10/ruby-106/ruby/test/rexml/
H A Dtest_entity.rb129 doc = REXML::Document.new( source, {:raw=>:all})
/macosx-10.10/tcl-105/tcl_ext/expect/expect/example/
H A Dkibitz304 stty -echo raw
369 stty -echo raw
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/support/devel/sak/test/
H A Drun.tcl26 valgrind 0 raw 0 shells {} stem {} log 0
47 set config(raw) 1
61 if {$config(log)} {set config(raw) 0}
74 variable araw $config(raw)
840 # nature of logging (raw vs animation).
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/support/devel/sak/test/
H A Drun.tcl25 valgrind 0 raw 0 shells {} stem {} log 0
46 set config(raw) 1
60 if {$config(log)} {set config(raw) 0}
73 variable araw $config(raw)
718 # nature of logging (raw vs animation).
/macosx-10.10/cups-408/cups/conf/
H A Dmime.types158 application/vnd.cups-raw (string(0,<1B>E) + !string(2,<1B>%0B)) \
168 # Comment the following type to prevent raw file printing.
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DMVChatConnection.h249 - (void) sendRawMessage:(NSString *) raw;
250 - (void) sendRawMessage:(NSString *) raw immediately:(BOOL) now;

Completed in 264 milliseconds

1234567891011>>