HomeSort by relevance Sort by last modified time
    Searched defs:lflag (Results 1 - 6 of 6) sorted by null

  /external/netcat/
netcat.c 76 int lflag; /* Bind to local port */ variable
189 lflag = 1;
297 if (!lflag)
307 if (lflag && sflag)
309 if (lflag && pflag)
311 if (lflag && zflag)
313 if (!lflag && kflag)
317 if ((family == AF_UNIX) && uflag && !lflag) {
344 if (lflag)
369 if (lflag) {
    [all...]
  /system/core/toolbox/upstream-netbsd/usr.bin/grep/
grep.c 101 bool Lflag; /* -L: only show names of files with no matches */
106 bool lflag; /* -l: only show names of files with matches */ variable
498 lflag = false;
499 Lflag = true;
502 Lflag = false;
503 lflag = true;
  /external/mksh/src/
histrap.c 95 bool gflag = false, lflag = false, nflag = false, rflag = false, local
130 lflag = true;
170 if (editor || lflag || nflag || rflag) {
232 if (editor && (lflag || nflag)) {
246 hfirst = lflag ? hist_get("-16", true, true) :
258 hfirst = hist_get(first, tobool(lflag || last), lflag);
261 hlast = last ? hist_get(last, true, lflag) :
262 (lflag ? hist_get_newest(false) : hfirst);
275 if (lflag) {
    [all...]
funcs.c 1346 bool lflag = false; local
1363 lflag = true;
1378 if ((lflag && t) || (!wp[i] && !lflag)) {
1388 if (lflag) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
cdk.h 216 unsigned long lflag; member in struct:asyport
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
cdk.h 216 unsigned long lflag; member in struct:asyport

Completed in 131 milliseconds