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

  /external/ltp/testcases/kernel/syscalls/pathconf/
pathconf01.c 142 int lflag; variable
146 {"l:", &lflag, &path}, /* -l <path to test> */
156 if (!lflag) {
  /device/linaro/bootloader/arm-trusted-firmware/lib/stdlib/
subr_prf.c 245 int base, lflag, qflag, tmp, width, ladjust, sharpflag, neg, sign, dot; local
272 qflag = 0; lflag = 0; ladjust = 0; sharpflag = 0; neg = 0;
376 if (lflag) {
377 lflag = 0;
380 lflag = 1;
387 else if (lflag)
462 else if (lflag)
480 else if (lflag)
  /external/openssh/
ssh-add.c 482 int xflag = 0, lflag = 0, Dflag = 0; local
522 if (lflag != 0)
523 fatal("-%c flag already specified", lflag);
524 lflag = ch;
562 if ((xflag != 0) + (lflag != 0) + (Dflag != 0) > 1)
568 } else if (lflag) {
569 if (list_identities(agent_fd, lflag == 'l' ? 1 : 0) == -1)
sftp.c 443 parse_rename_flags(const char *cmd, char **argv, int argc, int *lflag)
451 *lflag = 0;
455 *lflag = 1;
467 parse_ls_flags(char **argv, int argc, int *lflag)
475 *lflag = LS_NAME_SORT;
479 *lflag &= ~VIEW_FLAGS;
480 *lflag |= LS_SHORT_VIEW;
483 *lflag &= ~SORT_FLAGS;
484 *lflag |= LS_SIZE_SORT;
487 *lflag |= LS_SHOW_ALL
1427 int lflag = 0, pflag = 0, rflag = 0, sflag = 0; local
    [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 89 bool gflag = false, lflag = false, nflag = false, rflag = false, local
124 lflag = true;
164 if (editor || lflag || nflag || rflag) {
226 if (editor && (lflag || nflag)) {
240 hfirst = lflag ? hist_get("-16", true, true) :
252 hfirst = hist_get(first, tobool(lflag || last), lflag);
255 hlast = last ? hist_get(last, true, lflag) :
256 (lflag ? hist_get_newest(false) : hfirst);
269 if (lflag) {
    [all...]
funcs.c 1071 bool lflag = false; local
1088 lflag = true;
1103 if ((lflag && t) || (!wp[i] && !lflag)) {
1113 if (lflag) {
    [all...]
  /external/openssh/regress/
netcat.c 95 int lflag; /* Bind to local port */ variable
202 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) {
343 if (lflag)
367 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 471 milliseconds