Searched refs:Bflag (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/tandem/
H A Dtanzip.c118 int Bflag = 0; /* Special formatting options for Tandem */ variable
336 Bflag = 0; /* default option */
338 Bflag = strtoul(p, NULL, 10);
340 if (Bflag & NSK_SPACE_FILL)
345 if (Bflag & NSK_TRIM_TRAILING_SPACE)
350 if (Bflag & NSK_NO_DELIMITER)
353 if (Bflag & NSK_USE_FF_DELIMITER) {
364 if (Bflag & NSK_LARGE_READ_EXPAND)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dtcpdump.c755 Bflag = atoi(optarg)*1024;
756 if (Bflag <= 0)
1261 if (Bflag != 0) {
1262 status = pcap_set_buffer_size(pd, Bflag);
1323 if(Bflag != 0)
1324 if(pcap_setbuff(pd, Bflag)==-1){
H A Dinterface.h383 #define Bflag gndo->ndo_Bflag macro

Completed in 102 milliseconds