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

  /system/core/toolbox/upstream-netbsd/bin/cat/
cat.c 64 static int bflag, eflag, fflag, lflag, nflag, sflag, tflag, vflag; variable
98 lflag = 1;
124 if (lflag) {
  /system/core/toolbox/upstream-netbsd/bin/cp/
cp.c 90 int Hflag, Lflag, Rflag, Pflag, fflag, iflag, lflag, pflag, rflag, vflag, Nflag; variable
116 Hflag = Lflag = Pflag = Rflag = 0;
121 Lflag = Pflag = 0;
124 Lflag = 1;
132 Hflag = Lflag = 0;
141 Hflag = Lflag = 0;
152 lflag = 1;
181 if (Hflag || Lflag || Pflag) {
193 if (Lflag) {
    [all...]
  /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 92 bool gflag = false, lflag = false, nflag = false, rflag = false, local
127 lflag = true;
167 if (editor || lflag || nflag || rflag) {
229 if (editor && (lflag || nflag)) {
243 hfirst = lflag ? hist_get("-16", true, true) :
255 hfirst = hist_get(first, tobool(lflag || last), lflag);
258 hlast = last ? hist_get(last, true, lflag) :
259 (lflag ? hist_get_newest(false) : hfirst);
272 if (lflag) {
    [all...]
funcs.c 1314 bool lflag = false; local
1331 lflag = true;
1345 if ((lflag && t) || (!wp[i] && !lflag)) {
1355 if (lflag) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
cdk.h 216 unsigned long lflag; member in struct:asyport
  /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

Completed in 363 milliseconds