Searched refs:lflags (Results 1 - 21 of 21) sorted by relevance

/freebsd-10-stable/games/morse/
H A Dmorse.c308 int ch, lflags; local
382 lflags = fcntl(line, F_GETFL);
383 lflags &= ~O_NONBLOCK;
384 fcntl(line, F_SETFL, &lflags);
385 ioctl(line, TIOCMGET, &lflags);
386 lflags &= ~TIOCM_RTS;
387 olflags = lflags;
388 ioctl(line, TIOCMSET, &lflags);
542 int duration, on, lflags; local
563 ioctl(line, TIOCMGET, &lflags);
[all...]
/freebsd-10-stable/contrib/sqlite3/tea/win/
H A Dmakefile.vc263 lflags = -nologo -machine:$(MACHINE) $(ldebug)
266 lflags = $(lflags) -profile
271 lflags = $(lflags) -opt:nowin98
274 lflags = $(lflags) -align:4096
278 lflags = $(lflags) -ws:aggressive
281 dlllflags = $(lflags)
[all...]
/freebsd-10-stable/usr.bin/calendar/
H A Dparsedata.c476 int lflags = *flags; local
478 if ((lflags & F_YEAR) != 0)
481 lflags &= ~F_YEAR;
526 if (lflags == (F_MONTH | F_DAYOFMONTH)) {
535 if (lflags == (F_MONTH | F_DAYOFMONTH | F_VARIABLE)) {
544 if (lflags == (F_ALLMONTH | F_DAYOFMONTH)) {
555 if (lflags == (F_ALLDAY | F_MONTH)) {
566 if (lflags == (F_ALLMONTH | F_DAYOFWEEK)) {
577 if (lflags == (F_DAYOFWEEK | F_VARIABLE)) {
594 if (lflags
[all...]
/freebsd-10-stable/crypto/openssl/crypto/asn1/
H A Da_strex.c294 static int do_dump(unsigned long lflags, char_io *io_ch, void *arg, argument
308 if (!(lflags & ASN1_STRFLGS_DUMP_DER)) {
352 static int do_print_ex(char_io *io_ch, void *arg, unsigned long lflags, argument
361 flags = (unsigned char)(lflags & ESC_FLAGS);
367 if (lflags & ASN1_STRFLGS_SHOW_TYPE) {
379 if (lflags & ASN1_STRFLGS_DUMP_ALL)
382 else if (lflags & ASN1_STRFLGS_IGNORE_TYPE)
390 if ((type == -1) && !(lflags & ASN1_STRFLGS_DUMP_UNKNOWN))
395 len = do_dump(lflags, io_ch, arg, str);
402 if (lflags
[all...]
/freebsd-10-stable/contrib/ncurses/ncurses/trace/
H A Dlib_tracebits.c147 }, lflags[] = local
166 8 + sizeof(lflags) +
212 lookup_bits(buf, lflags, "lflags", tty->c_lflag);
/freebsd-10-stable/usr.sbin/rpc.lockd/
H A Dlockd_lock.c516 enum LFLAGS lflags; local
524 lflags = LEDGE_INSIDE;
526 lflags = LEDGE_LEFT;
528 lflags = LEDGE_LBOUNDARY;
533 if (lflags == LEDGE_INSIDE) {
538 if (lflags == LEDGE_LEFT || lflags == LEDGE_LBOUNDARY) {
546 lflags = LEDGE_INSIDE;
548 lflags = LEDGE_LEFT;
550 lflags
1056 int lflags, flerror; local
[all...]
/freebsd-10-stable/crypto/openssl/util/pl/
H A DMingw32.pl55 $lflags='${CFLAGS}';
H A DOS2-EMX.pl28 $lflags='${CFLAGS} -Zbsd-signals -s';
76 $mlflags.=" $lflags -Zdll";
H A Dunix.pl33 $lflags='${CFLAGS}';
H A DVC-32.pl52 $lflags="/nologo /subsystem:console /opt:ref";
124 $lflags="/nologo /opt:ref $wcelflag";
134 $lflags="/nologo /subsystem:console /opt:ref";
156 $lflags.=" /debug";
246 $mlflags.=" $lflags /dll";
275 $mlflags.=" $lflags /dll";
276 $lflags.=' /entry:mainCRTstartup' if(defined($ENV{'PORTSDK_LIBPATH'}));
H A DBC-32.pl14 $lflags="-ap -Tpe -x -Gn ";
90 $mlflags.=" $lflags /dll";
H A Dnetware.pl186 $lflags="-T";
221 $lflags="-msgstyle gcc -zerobss -nostdlib -sym internal -commandfile";
/freebsd-10-stable/contrib/telnet/telnetd/
H A Dsys_term.c88 int lflags; member in struct:termbuf
189 if (termbuf.lflags != termbuf2.lflags)
190 (void) ioctl(pty, TIOCLSET, (char *)&termbuf.lflags);
487 return((termbuf.lflags & DECCTQ) ? 0 : 1);
547 termbuf.lflags |= LPASS8;
549 termbuf.lflags &= ~LPASS8;
564 termbuf.lflags |= LLITOUT;
566 termbuf.lflags &= ~LLITOUT;
584 return(termbuf.lflags
[all...]
/freebsd-10-stable/contrib/ntp/ntpd/
H A Dntp_refclock.c737 u_int lflags /* line discipline flags */
771 if (!refclock_setup(fd, speed, lflags)) {
775 if (!refclock_ioctl(fd, lflags)) {
800 u_int lflags /* line discipline flags */
839 if (lflags & LDISC_7O1) {
863 if (ltemp & TIOCM_DSR && lflags & LDISC_REMOTE)
872 if (lflags & LDISC_RAW) {
877 if (lflags & LDISC_ECHO)
950 if (lflags & LDISC_RAW) {
1004 u_int lflags /* lin
[all...]
/freebsd-10-stable/usr.sbin/rwhod/
H A Drwhod.c595 int mib[6], flags, lflags, len; local
651 lflags = IFF_BROADCAST | iff_flag;
653 lflags |= IFF_MULTICAST;
654 if ((flags & lflags) == 0)
/freebsd-10-stable/crypto/openssl/apps/
H A Dapps.h238 unsigned long lflags);
H A Dapps.c1355 unsigned long lflags)
1363 if ((lflags & XN_FLAG_SEP_MASK) == XN_FLAG_SEP_MULTILINE) {
1367 if (lflags == XN_FLAG_COMPAT) {
1375 X509_NAME_print_ex(out, nm, indent, lflags);
1354 print_name(BIO *out, const char *title, X509_NAME *nm, unsigned long lflags) argument
/freebsd-10-stable/sys/compat/linux/
H A Dlinux_socket.c595 linux_set_socket_flags(int lflags, int *flags) argument
598 if (lflags & ~(LINUX_SOCK_CLOEXEC | LINUX_SOCK_NONBLOCK))
600 if (lflags & LINUX_SOCK_NONBLOCK)
602 if (lflags & LINUX_SOCK_CLOEXEC)
/freebsd-10-stable/contrib/sqlite3/tea/
H A Dconfigure6533 lflags="-nologo -MACHINE:${MACHINE} -LIBPATH:\"${MSSDK}/Lib/${MACHINE}\""
6585 lflags="-MACHINE:${ARCH} -LIBPATH:\"${CELIBPATH}\" -subsystem:windowsce,${lversion} -nologo"
6590 lflags="-nologo"
6695 LDFLAGS_CONSOLE="-wl,--subsystem,console ${lflags}"
6696 LDFLAGS_WINDOW="-wl,--subsystem,windows ${lflags}"
6748 SHLIB_LD="${LINKBIN} -dll ${lflags}"
6750 STLIB_LD="${LINKBIN} -lib ${lflags}"
6761 LDFLAGS_CONSOLE="-link ${lflags}"
6764 LDFLAGS_CONSOLE="-link -subsystem:console ${lflags}"
6765 LDFLAGS_WINDOW="-link -subsystem:windows ${lflags}"
[all...]
/freebsd-10-stable/crypto/openssl/util/
H A Dmk1mf.pl465 LFLAGS=$lflags
/freebsd-10-stable/sys/fs/nfsserver/
H A Dnfs_nfsdserv.c2169 u_short flags = NFSLCK_LOCK, lflags; local
2180 lflags = NFSLCK_READ;
2185 lflags = NFSLCK_WRITE;
2267 lop->lo_flags = lflags;
2281 if (lflags & NFSLCK_WRITE) {

Completed in 251 milliseconds