Searched refs:raw (Results 226 - 250 of 369) sorted by relevance

1234567891011>>

/macosx-10.10/tcl-105/tcl_ext/expect/expect/
H A Dexp_tty.c64 /* if set == 1, set it to raw, else unset it */
150 expDiagLog("tty_raw_noecho: was raw = %d echo = %d\r\n",is_raw,!is_noecho);
156 expErrorLog("ioctl(raw): %s\r\n",Tcl_PosixError(interp));
186 expDiagLog("tty_cooked_echo: was raw = %d echo = %d\r\n",is_raw,!is_noecho);
210 int raw,
223 is_raw = raw;
226 expDiagLog("tty_set: raw = %d, echo = %d\r\n",is_raw,!is_noecho);
279 /* NB: if terminal is not in raw mode, nothing is done. */
421 if (streq(*argv,"raw") ||
427 } else if (streq(*argv,"-raw") ||
207 exp_tty_set( Tcl_Interp *interp, exp_tty *tty, int raw, int echo) argument
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/md5crypt/
H A Dmd5cryptc.tcl88 /* Then the raw salt */
/macosx-10.10/vim-55/runtime/syntax/
H A Ddiva.vim26 syn keyword divaDRCKeywords normalGrow squareGrow message raw
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_event.c724 uint64_t raw = 0; local
745 nanoseconds_to_absolutetime((uint64_t)kn->kn_ext[1] * multiplier, &raw);
746 kn->kn_ext[1] = raw;
749 nanoseconds_to_absolutetime((uint64_t)kn->kn_sdata * multiplier, &raw);
763 if (raw < now) {
767 raw -= now;
768 clock_absolutetime_interval_to_deadline(raw,
772 kn->kn_sdata = raw;
/macosx-10.10/xnu-2782.1.97/osfmk/kern/
H A Dtask_policy.c2516 uintptr_t* raw = (uintptr_t*)((thread == THREAD_NULL) ? &task->requested_policy : &thread->requested_policy); local
2517 return raw[0];
2530 uintptr_t* raw = (uintptr_t*)((thread == THREAD_NULL) ? &task->requested_policy : &thread->requested_policy);
2531 return raw[1];
2542 uintptr_t* raw = (uintptr_t*)((thread == THREAD_NULL) ? &task->effective_policy : &thread->effective_policy); local
2543 return raw[0];
2556 uintptr_t* raw = (uintptr_t*)((thread == THREAD_NULL) ? &task->effective_policy : &thread->effective_policy);
2557 return raw[1];
/macosx-10.10/zsh-61/zsh/Functions/Misc/
H A Dzkbd39 trap "stty ${$(stty -g 2>/dev/null):-echo -raw}" 0 1 2 15
40 stty raw -echo
/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/persist/impl/
H A DSimpleCatalog.java19 import com.sleepycat.persist.raw.RawObject;
/macosx-10.10/libpcap-48/libpcap/
H A Dpcap-snoop.c36 #include <net/raw.h>
268 * doesn't put an Ethernet header onto the wire, it puts raw
/macosx-10.10/ntp-92/ntpq/
H A Dntpq-opts.def125 variables can be assembled, with raw and pretty-printed output
344 @item raw
/macosx-10.10/tcl-105/tcl_ext/sdx/sdx/lib/app-sdx/
H A Dhelp.tcl79 mkshow { MetaKit raw datafile dump/view utility
90 the head containing the starkit header (or raw executable), and
/macosx-10.10/vim-55/runtime/ftplugin/
H A Druby.vim239 let raw = matchstr(getline('.')[col-1 : ],pattern)
240 let stripped = substitute(substitute(raw,'\s\+=$','=',''),'^\s*:\=','','')
/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Din_proto.c266 /* raw wildcard */
305 * Attach first, then initialize; ip_init() needs raw IP handler.
357 SYSCTL_NODE(_net_inet, IPPROTO_RAW, raw,
/macosx-10.10/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/persist/test/
H A DIndexTest.java41 import com.sleepycat.persist.raw.RawObject;
42 import com.sleepycat.persist.raw.RawStore;
43 import com.sleepycat.persist.raw.RawType;
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dtzrulets.cpp322 errln(UnicodeString("FAIL: Invalid time zone raw offset: ") + offset + " /expected: -3600000");
361 errln((UnicodeString)"FAIL: Invalid time zone raw offset: " + offset + " /expected: -3600000");
370 errln((UnicodeString)"FAIL: Invalid time zone raw offset returned by getRawOffset: "
757 // raw offsets are different
962 * format and create a new VTimeZone from the VTIMEZONE data, then make sure the raw offset
2136 int32_t raw, dst; local
2138 vtz->getOffset(times[j], FALSE, raw, dst, status);
2142 int32_t offset = raw + dst;
2333 int32_t raw, dst, raw0, dst0; local
2350 icutz.getOffset(time, FALSE, raw, ds
2650 int32_t raw, dst; local
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A DparserInternals.c1003 /*The raw input characters are encoded
1007 *So the raw UTF16 Byte Order Mark
1225 * Move it as the raw buffer and create a new input buffer
1229 input->buf->raw = input->buf->buffer;
1232 use = input->buf->raw->use;
1240 input->buf->raw);
1250 input->buf->raw,
1259 input->buf->rawconsumed += use - input->buf->raw->use;
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dtiff2ps.c64 * Fixed PS_Lvl2page() code which outputs non-ASCII85 raw
67 * to fix an eye-nuisance where the first line of raw
2109 Ascii85Encode(unsigned char* raw) argument
2114 word = (((raw[0]<<8)+raw[1])<<16) + (raw[2]<<8) + raw[3];
2181 * Description: This routine will encode the raw data in the buffer described
/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DSecCertificateP.c2318 /* Couldn't parse boolean; dump the raw unparsed data as hex. */
3236 /* Couldn't parse extension; dump the raw unparsed data as hex. */
3279 /* Couldn't parse extension; dump the raw unparsed data as hex. */
4312 CFStringRef raw = NULL; local
4314 raw = copyDERThingDescription(kCFAllocatorDefault, value, true);
4316 if (raw) {
4317 /* Append raw to string while escaping:
4323 CFIndex ix, length = CFStringGetLength(raw);
4325 CFStringInitInlineBuffer(raw, &buffer, range);
4340 CFRelease(raw);
[all...]
H A DSecImportExportOpenSSH.cpp181 #pragma mark --- Infer PrintName attribute from raw keys ---
296 * Infer PrintName attribute from raw key's 'comment' field.
518 * handle MUST be for the CSPDL, not for the raw CSP.
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecCertificateP.c2318 /* Couldn't parse boolean; dump the raw unparsed data as hex. */
3236 /* Couldn't parse extension; dump the raw unparsed data as hex. */
3279 /* Couldn't parse extension; dump the raw unparsed data as hex. */
4312 CFStringRef raw = NULL; local
4314 raw = copyDERThingDescription(kCFAllocatorDefault, value, true);
4316 if (raw) {
4317 /* Append raw to string while escaping:
4323 CFIndex ix, length = CFStringGetLength(raw);
4325 CFStringInitInlineBuffer(raw, &buffer, range);
4340 CFRelease(raw);
[all...]
H A DSecImportExportOpenSSH.cpp181 #pragma mark --- Infer PrintName attribute from raw keys ---
296 * Infer PrintName attribute from raw key's 'comment' field.
518 * handle MUST be for the CSPDL, not for the raw CSP.
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecCertificateP.c2318 /* Couldn't parse boolean; dump the raw unparsed data as hex. */
3236 /* Couldn't parse extension; dump the raw unparsed data as hex. */
3279 /* Couldn't parse extension; dump the raw unparsed data as hex. */
4312 CFStringRef raw = NULL; local
4314 raw = copyDERThingDescription(kCFAllocatorDefault, value, true);
4316 if (raw) {
4317 /* Append raw to string while escaping:
4323 CFIndex ix, length = CFStringGetLength(raw);
4325 CFStringInitInlineBuffer(raw, &buffer, range);
4340 CFRelease(raw);
[all...]
/macosx-10.10/ICU-531.30/icuSources/common/
H A Ducnv_bld.cpp253 const uint8_t *raw = (const uint8_t *)udata_getMemory(pData); local
254 const UConverterStaticData *source = (const UConverterStaticData *) raw;
307 data->impl->load(data, pArgs, raw + source->structSize, status);
/macosx-10.10/autofs-246/automountd/
H A Dautod_nfs.c432 * Walk linked list "raw", building a new list consisting of members
436 filter_mfs(struct mapfs *raw, struct mapfs *filter) argument
441 if (!raw)
443 for (mfs = raw; mfs; mfs = mfs->mfs_next) {
/macosx-10.10/curl-83.1.2/curl/tests/
H A Dftpserver.pl906 my $raw;
923 $raw .= $line;
924 if($raw =~ /\x0d\x0a\x2e\x0d\x0a/) {
/macosx-10.10/OpenSSH-189/openssh/
H A Dsshconnect2.c542 char *msg, *raw, *lang; local
546 raw = packet_get_string(&len);
552 strnvis(msg, raw, len * 4 + 1, VIS_SAFE|VIS_OCTAL|VIS_NOSLASH);
556 xfree(raw);

Completed in 362 milliseconds

1234567891011>>