Searched refs:raw (Results 201 - 225 of 369) sorted by relevance

1234567891011>>

/macosx-10.10/zsh-61/zsh/Src/
H A Dcond.c494 cond_str(char **args, int num, int raw) argument
500 if (!raw)
/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/persist/impl/
H A DRawAccessor.java15 import com.sleepycat.persist.raw.RawObject;
H A DComplexFormat.java31 import com.sleepycat.persist.raw.RawField;
32 import com.sleepycat.persist.raw.RawObject;
594 for (RawObject raw = rawObject; raw != null; raw = raw.getSuper()) {
601 objectsByLevel[level] = raw;
1751 /* Create and read the old format instance in raw mode. */
1764 /* Convert the raw instance to the current format. */
/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/persist/raw/
H A DRawObject.java9 package com.sleepycat.persist.raw;
19 * A raw instance that can be used with a {@link RawStore} or {@link
42 * Creates a raw object with a given set of field values for a complex
45 * @param type the type of this raw object.
70 * Creates a raw object with the given array elements for an array type.
72 * @param type the type of this raw object.
91 * Creates a raw object with the given enum value for an enum type.
93 * @param type the type of this raw object.
110 * Returns the raw type information for this raw objec
[all...]
/macosx-10.10/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/persist/test/
H A DEvolveTestBase.java24 import com.sleepycat.persist.raw.RawStore;
/macosx-10.10/CPANInternal-159.1/Class-DBI-v3.0.17/lib/Class/DBI/
H A DQuery.pm86 This is the raw SQL that will substituted into the 'WHERE %s' in your
/macosx-10.10/ICU-531.30/icuSources/i18n/unicode/
H A Dtzrule.h28 * raw offset (UTC offset for standard time) and daylight saving time offset.
786 UDate getUTC(UDate time, int32_t raw, int32_t dst) const;
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Decoff.c426 void * raw = NULL;
453 raw = bfd_malloc (external_hdr_size);
454 if (raw == NULL)
458 || bfd_bread (raw, external_hdr_size, abfd) != external_hdr_size)
461 (*backend->debug_swap.swap_hdr_in) (abfd, raw, internal_symhdr);
473 if (raw != NULL)
474 free (raw);
477 if (raw != NULL)
478 free (raw);
495 void * raw;
424 void * raw = NULL; local
493 void * raw; local
[all...]
/macosx-10.10/emacs-93/emacs/lisp/eshell/
H A Desh-arg.el211 Returns the list of arguments in their raw form.
/macosx-10.10/emacs-93/emacs/lisp/
H A Dkmacro.el361 (defun kmacro-pop-ring1 (&optional raw)
363 Non-nil arg RAW means just return raw first element."
365 (unless raw
370 (defun kmacro-pop-ring (&optional raw)
372 Non-nil arg RAW means just return raw first element."
374 (kmacro-pop-ring1 raw)))
/macosx-10.10/libpcap-48/libpcap/
H A Dpcap-can-linux.c57 #include <linux/can/raw.h>
167 snprintf(handle->errbuf, PCAP_ERRBUF_SIZE, "Can't create raw socket %d:%s",
H A Dpcap-linux.c168 * a raw packet capture mechanism), so it's not as if you gain any
350 void *raw; member in union:thdr
2605 * to pick some type that works in raw mode, or fail.
2620 * doesn't put an Ethernet header onto the wire, it puts raw
2715 * the frame as LLC-encapsulated or as raw IP (I
2788 * supply raw IP packets with no link-layer
2907 * DLT_FC_2_WITH_FRAME_DELIMS for raw Fibre Channel
3012 * try a SOCK_RAW socket for the raw interface.
3068 * or a type we know doesn't work well in raw mode.
4031 h.raw
[all...]
/macosx-10.10/libxml2-26/libxml2/include/libxml/
H A DxmlIO.h133 xmlBufPtr raw; /* if encoder != NULL buffer for raw input */ member in struct:_xmlParserInputBuffer
136 unsigned long rawconsumed;/* amount consumed from raw */
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A DxmlIO.h133 xmlBufferPtr raw; /* if encoder != NULL buffer for raw input */ member in struct:_xmlParserInputBuffer
136 unsigned long rawconsumed;/* amount consumed from raw */
/macosx-10.10/tcl-105/tcl_ext/tclsoap/tclsoap/interop/
H A Dsilab.tcl84 shown. The raw XML for the reqyest and the reply is available via links in
97 shown. The raw XML for the request and the reply is available via links in
112 shown. The raw XML for the request and the reply is available via links in
127 shown. The raw XML for the request and the reply is available via links in
/macosx-10.10/tcpdump-61/tcpdump/win32/prj/
H A DGNUmakefile114 ../../print-raw.o \
/macosx-10.10/ICU-531.30/icuSources/test/cintltst/
H A Dcustrtst.c58 static const char* raw[3][4] = { variable
78 dataTable[i][j] = (UChar*) malloc(sizeof(UChar)*(strlen(raw[i][j])+1));
79 u_uastrcpy(dataTable[i][j],raw[i][j]);
235 u_uastrncpy(temp, raw[i][j], k-1);
243 u_uastrncpy(temp, raw[i][j], k+1);
251 u_uastrncpy(temp, raw[i][j], k);
338 if(strcmp(test,raw[0][0])!=0)
/macosx-10.10/gnutar-453/gnutar/lib/
H A Dregex_internal.c711 const unsigned char *raw, *p, *end;
715 raw = pstr->raw_mbs + pstr->raw_mbs_idx;
716 end = raw + (offset - pstr->mb_cur_max);
719 p = raw + offset - 1;
736 Idx mlen = raw + pstr->len - p;
751 if (raw + offset - p <= mbclen
756 pstr->valid_len = mbclen - (raw + offset - p);
710 const unsigned char *raw, *p, *end; local
/macosx-10.10/vim-55/src/
H A Dworkshop.c1631 char *raw) /* menu name, possibly with & chars */
1636 while (*raw)
1638 if (*raw != '&')
1639 *bp++ = *raw;
1640 raw++;
1630 nameStrip( char *raw) argument
/macosx-10.10/ntfs-84/kext/
H A Dntfs_inode.c114 * If looking for raw inode but found non-raw one or looking for
115 * non-raw inode and found raw one this is a mismatch.
117 if ((BOOL)NInoRaw(ni) != na->raw)
214 if (na->raw)
475 .raw = FALSE,
675 * @base_ni: base inode if @ni is not raw and non-raw inode of @ni otherwise
679 * @raw
697 ntfs_attr_inode_lookup(ntfs_inode *base_ni, ATTR_TYPE type, ntfschar *name, u32 name_len, const BOOL raw, ntfs_inode **nni) argument
797 ntfs_attr_inode_get_or_create(ntfs_inode *base_ni, ATTR_TYPE type, ntfschar *name, u32 name_len, const BOOL is_system, const BOOL raw, const int options, const lck_rw_type_t lock, ntfs_inode **nni) argument
[all...]
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dtzrule.cpp612 TimeArrayTimeZoneRule::getUTC(UDate time, int32_t raw, int32_t dst) const {
614 time -= raw;
/macosx-10.10/Security-57031.1.35/SecurityTests/regressions/inc/Test/Harness/
H A DStraps.pm51 provide them as raw data. You can also configure how the tests are to
103 C<@test_output> should be the raw output from the test, including
/macosx-10.10/apr-32/apr-util/apr-util/dbd/
H A Dapr_dbd_oracle.c148 void *raw; member in union:__anon6491::__anon6492
164 void *raw; member in union:__anon6493::__anon6494
1066 case SQLT_BIN: /* 23: raw binary, perhaps UTF-16? */
1087 stmt->out[i].buf.raw = apr_palloc(stmt->pool, stmt->out[i].sz);
1097 stmt->out[i].buf.raw = apr_palloc(stmt->pool, stmt->out[i].sz);
1100 stmt->out[i].buf.raw,
1107 stmt->out[i].buf.raw = apr_palloc(stmt->pool, stmt->out[i].sz);
1110 stmt->out[i].buf.raw,
1920 /* raw is struct { ub4 len; char *buf; } */
1921 len = *(ub4*) val->buf.raw;
[all...]
/macosx-10.10/libxml2-26/libxml2/
H A Dxzlib.c62 uint64_t raw; /* where the raw data started, for seeking */ member in struct:__anon9939
381 if (inflateInit2(&(state->zstrm), -15) != Z_OK) {/* raw inflate */
462 /* not a gzip file -- save first byte (31) and fall to raw i/o */
469 /* doing raw i/o, save start of raw data for seeking, copy any leftover
472 state->raw = state->pos;
/macosx-10.10/system_cmds-643.1.1/getty.tproj/
H A Dmain.c527 setttymode(int raw) argument
545 if (raw)
762 /* Don't rely on newline mode, assume raw */

Completed in 358 milliseconds

1234567891011>>