search for: cfsetispeed

Displaying 13 results from an estimated 13 matches for "cfsetispeed".

2012 Jun 04
2
[LLVMdev] probleam about ThreadLocalImpl of llvm
...adf00d in ?? () #3 0x0002020b in ?? () #4 0x0022f904 in ?? () #5 0x0022f8b4 in ?? () #6 0x7c9301c0 in ntdll!RtlAppendStringToString () from C:\WINDOWS\system32\ntdll.dll #7 0x0022fb08 in ?? () #8 0x7c839ac0 in ValidateLocale () from C:\WINDOWS\system32\kernel32.dll #9 0x71065fd0 in msys-1!cfsetispeed () from C:\msys\1.0\bin\msys-1.0.dll #10 0x71066000 in msys-1!cfsetispeed () from C:\msys\1.0\bin\msys-1.0.dll #11 0x71066c5a in msys-1!cfsetispeed () from C:\msys\1.0\bin\msys-1.0.dll #12 0x7104129a in pthread_key_create () from C:\msys\1.0\bin\msys-1.0.dll #13 0x66594055 in llvm::sys::ThreadLocal...
2012 Jun 04
0
[LLVMdev] probleam about ThreadLocalImpl of llvm
...020b in ?? () > #4 0x0022f904 in ?? () > #5 0x0022f8b4 in ?? () > #6 0x7c9301c0 in ntdll!RtlAppendStringToString () > from C:\WINDOWS\system32\ntdll.dll > #7 0x0022fb08 in ?? () > #8 0x7c839ac0 in ValidateLocale () from C:\WINDOWS\system32\kernel32.dll > #9 0x71065fd0 in msys-1!cfsetispeed () from C:\msys\1.0\bin\msys-1.0.dll > #10 0x71066000 in msys-1!cfsetispeed () from C:\msys\1.0\bin\msys-1.0.dll > #11 0x71066c5a in msys-1!cfsetispeed () from C:\msys\1.0\bin\msys-1.0.dll > #12 0x7104129a in pthread_key_create () from C:\msys\1.0\bin\msys-1.0.dll > #13 0x66594055 in ll...
2016 Apr 18
8
[Bug 2565] New: High baud rate gets sent, solaris closes pty
https://bugzilla.mindrot.org/show_bug.cgi?id=2565 Bug ID: 2565 Summary: High baud rate gets sent, solaris closes pty Product: Portable OpenSSH Version: 7.1p2 Hardware: Sparc OS: Solaris Status: NEW Severity: minor Priority: P5 Component: sshd Assignee: unassigned-bugs at
2001 Feb 04
4
next build
...nbsd-compat/bsd-nextstep.h.orig Sun Feb 4 00:16:16 2001 > --- openbsd-compat/bsd-nextstep.h Sun Feb 4 00:19:09 2001 > *************** > *** 48,52 **** > --- 48,56 ---- > speed_t cfgetispeed(const struct termios *t); > int cfsetospeed(struct termios *t, int speed); > int cfsetispeed(struct termios *t, int speed); > + > + /* LIMITS */ > + #define NGROUPS_MAX 16 > + Hey, Steve.. since you put together the group access patch to OpenBSD. Do you recomend a better place or a better value for NGROUPS_MAX? It's not defined within the NeXTStep headers. Otherwi...
2006 Jul 22
1
Error during make: *** No rule to make target `usb.h', needed by `tripplite-hid.o'. Stop.
...E checking for a BSD-compatible install... /usr/bin/ginstall -c checking for egrep... grep -E checking for ar... /usr/bin/ar checking for ranlib... ranlib checking for inline... inline checking for flock... yes checking for lockf... yes checking for fcvt... yes checking for fcvtl... no checking for cfsetispeed... yes checking for tcsendbreak... yes checking for seteuid... yes checking for setsid... yes checking for getpassphrase... no checking for vsnprintf... yes checking for snprintf... yes checking for setenv... yes checking for inet_aton... yes checking for strerror... yes checking for atexit... yes...
2007 Mar 06
2
Compiling SVN build.. error for libupsclient
...de library paths into programs... immediate checking whether stripping libraries is possible... yes appending configuration tag "F77" to libtool checking for inline... inline checking for flock... yes checking for lockf... yes checking for fcvt... yes checking for fcvtl... no checking for cfsetispeed... yes checking for tcsendbreak... yes checking for seteuid... yes checking for setsid... yes checking for getpassphrase... no checking for on_exit... yes checking for vsnprintf... yes checking for snprintf... yes checking for setenv... yes checking for inet_aton... yes checking for strerror... yes...
2014 Oct 09
3
configure: error: "Net-SNMP Libraries not found, required for SNMP drivers"
...ng for ranlib... no checking whether byte ordering is bigendian... no checking for inline... inline checking for flexible array members... yes checking for variable-length arrays... yes checking for flock... no checking for lockf... yes checking for fcvt... yes checking for fcvtl... no checking for cfsetispeed... yes checking for tcsendbreak... yes checking for seteuid... yes checking for setsid... yes checking for getpassphrase... yes checking for on_exit... no checking for strptime... yes checking for setlogmask... yes checking whether LOG_UPTO is declared... yes checking for vsnprintf... yes checking...
2000 Jan 27
1
Long awaited round 1 of NeXT patches.
...nst struct termios *t) +{ + + return (t->c_ospeed); +} + +speed_t cfgetispeed(t) + const struct termios *t; +{ + + return (t->c_ispeed); +} + +/*int cfsetospeed(struct termios *, int);*/ +int +cfsetospeed(struct termios *t,int speed) +{ + + t->c_ospeed = speed; + return (0); +} + +int +cfsetispeed(t, speed) + struct termios *t; + speed_t speed; +{ + + t->c_ispeed = speed; + return (0); +} + +void +cfsetspeed(t, speed) + struct termios *t; + speed_t speed; +{ + + t->c_ispeed = t->c_ospeed = speed; +} + +/* + * Make a pre-existing termios structure into "raw" mode: character...
2017 Jan 23
2
undefined symbols during linking LLDB 4.0 RC1
...DF *UND* 000000000000003c GLIBC_2.2.5 strcasecmp 0000000000000000 DF *UND* 0000000000000028 GLIBC_2.2.5 getsockopt 0000000000000000 DF *UND* 000000000000004c Base _ZNSt3__119__shared_weak_count16__release_sharedEv 0000000000000000 DF *UND* 0000000000000054 GLIBC_2.2.5 cfsetispeed 0000000000000000 DF *UND* 0000000000000138 GLIBC_2.2.5 ftello 0000000000000000 DF *UND* 0000000000000029 GLIBC_2.2.5 strpbrk 0000000000000000 DF *UND* 0000000000000117 Base _ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE9push_backEc 0000000000000000 DF...
2015 Feb 13
1
Error installing Nut 2.7.2 on RedHat 6.6
...r ranlib... ranlib checking whether byte ordering is bigendian... no checking for inline... inline checking for flexible array members... yes checking for variable-length arrays... yes checking for flock... yes checking for lockf... yes checking for fcvt... yes checking for fcvtl... no checking for cfsetispeed... yes checking for tcsendbreak... yes checking for seteuid... yes checking for setsid... yes checking for getpassphrase... no checking for on_exit... yes checking for strptime... yes checking for setlogmask... yes checking whether LOG_UPTO is declared... yes checking for vsnprintf... yes checking...
2007 Feb 16
2
Centralion Blazer 2000VA USB-HID
Hi again, I've succeeded in compiling the svn trunk with the automake tools and wish to say thank you to Charles Lepple for his help. After fixing some parameters in the hotplug script I can now get access to the UPS on /dev/usb/hiddev0 (I added productid and vendorid of my ups to the usermap). I've decided to try the newhidups driver with -x generic parameter and got this response :
2008 Aug 15
2
Problem with APC and Fedora 8 I86_64
...cking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ar... /usr/bin/ar checking for ranlib... ranlib checking for inline... inline checking for flock... yes checking for lockf... yes checking for fcvt... yes checking for fcvtl... no checking for cfsetispeed... yes checking for tcsendbreak... yes checking for seteuid... yes checking for setsid... yes checking for getpassphrase... no checking for on_exit... yes checking for vsnprintf... yes checking for snprintf... yes checking for setenv... yes checking for inet_aton... yes checking for strerror... yes...
2017 Jan 19
2
undefined symbols during linking LLDB 4.0 RC1
Hello, I update my building scripts to build LLVM 4.0 RC1 (with clang, lldb, libc++, libc++abi, lld) on CentOS 6 and I got a lot of undefined symbols during linking LLDB. I'm using clang-3.9 and this configuration: -DLLVM_TARGETS_TO_BUILD="X86" -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=/usr/bin/clang -DCMAKE_CXX_COMPILER=/usr/bin/clang++