Searched refs:cflags (Results 1 - 25 of 33) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/router/busybox/libbb/
H A Dxregcomp.c34 void xregcomp(regex_t *preg, const char *regex, int cflags) argument
37 if ((ret = regcomp(preg, regex, cflags)) != 0) {
/asus-wl-520gu-7.0.1.45/src/router/libusb/
H A Dlibusb-config16 [--cflags]
52 --cflags)
H A Dlibusb-config.in16 [--cflags]
52 --cflags)
/asus-wl-520gu-7.0.1.45/src/router/samba/source/lib/
H A Dsnprintf.c216 int cflags; local
223 currlen = flags = cflags = min = 0;
303 cflags = DP_C_SHORT;
307 cflags = DP_C_LONG;
310 cflags = DP_C_LLONG;
315 cflags = DP_C_LDOUBLE;
327 if (cflags == DP_C_SHORT)
329 else if (cflags == DP_C_LONG)
331 else if (cflags == DP_C_LLONG)
339 if (cflags
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Ddz.c506 info->cflags &= ~DZ_CREAD; /* turn off receive enable flag */
507 dz_out(info, DZ_LPR, info->cflags);
546 info->cflags = info->line;
552 info->cflags |= DZ_CS5;
555 info->cflags |= DZ_CS6;
558 info->cflags |= DZ_CS7;
562 info->cflags |= DZ_CS8;
566 info->cflags |= DZ_CSTOPB;
568 info->cflags |= DZ_PARENB;
570 info->cflags |
[all...]
H A Ddz.h145 unsigned short cflags; /* line configuration flag */ member in struct:dz_serial
/asus-wl-520gu-7.0.1.45/src/router/samba/examples/libsmbclient/
H A DMakefile25 @$(CC) `gtk-config --cflags` $(CFLAGS) $(LDFLAGS) -o $@ `gtk-config --libs` -lsmbclient $<
29 @$(CC) `gtk-config --cflags` $(CFLAGS) $(LDFLAGS) -o $@ `gtk-config --libs` -lsmbclient -lpopt $<
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dcomstats.h63 unsigned long cflags; member in struct:__anon11094
H A Dsdla_x25.h264 unsigned char cflags[X25_MAX_CHAN] PACKED; /* channel status bytes */
286 * Bitmasks for the 'cflags' field.
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dcomstats.h63 unsigned long cflags; member in struct:__anon6678
H A Dsdla_x25.h264 unsigned char cflags[X25_MAX_CHAN] PACKED; /* channel status bytes */
286 * Bitmasks for the 'cflags' field.
/asus-wl-520gu-7.0.1.45/src/router/ppp/contrib/pppgetpass/
H A DMakefile.linux8 $(CC) $(CFLAGS) -c pppgetpass.gtk.c `gtk-config --cflags`
/asus-wl-520gu-7.0.1.45/src/router/pppd/contrib/pppgetpass/
H A DMakefile.linux8 $(CC) $(CFLAGS) -c pppgetpass.gtk.c `gtk-config --cflags`
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/contrib/pppgetpass/
H A DMakefile.linux8 $(CC) $(CFLAGS) -c pppgetpass.gtk.c `gtk-config --cflags`
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/zlib/
H A Dconfigure64 cflags=${CFLAGS-"-O3"}
70 if test "$gcc" -eq 1 && ($cc -c $cflags $test.c) 2>/dev/null; then
73 CFLAGS="$cflags"
/asus-wl-520gu-7.0.1.45/src/router/rcamdmips/
H A DMakefile.arm12 CFLAGS = `gtk-config --cflags` -O -g -g -I$(LINUXKERNELINCLUDEDIR) -Wall
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dsed.c55 extern void xregcomp(regex_t *preg, const char *regex, int cflags);
200 int oldidx, cflags = REG_NEWLINE; local
254 cflags |= REG_ICASE;
271 xregcomp(sed_cmd->sub_match, match, cflags);
H A Dgrep.c34 extern void xregcomp(regex_t *preg, const char *regex, int cflags); /* in busybox.h */
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/jfs/
H A Djfs_incore.h109 enum cflags { enum
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/tc/
H A Dlk201.c70 .cflags = B4800 | CS8 | CSTOPB | CLOCAL
H A Dzs.h101 unsigned cflags; member in struct:zs_hook
H A Dzs.c830 cflag = info->hook->cflags;
840 info->hook->cflags &= ~CBAUDEX;
2352 cflags : B38400|CS8|CLOCAL,
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/intermezzo/
H A Ddir.c1198 int fflags, cflags; local
1214 &cflags);
1219 data->ioc_or_flag = cflags;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/ip2/
H A Di2lib.c1378 unsigned long bflags,cflags; local
1437 WRITE_LOCK_IRQSAVE(&pCh->Ibuf_spinlock,cflags);
1480 WRITE_UNLOCK_IRQRESTORE(&pCh->Ibuf_spinlock,cflags);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/cris/drivers/
H A Dserial.c781 tcflag_t cflags = info->tty->termios->c_cflag; local
786 if ((cflags & CSIZE) == CS7)
791 if (cflags & CSTOPB) /* 2 stopbits ? */
794 if (cflags & PARENB) /* parity bit ? */

Completed in 150 milliseconds

12