HomeSort by relevance Sort by last modified time
    Searched defs:lflag (Results 1 - 8 of 8) 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) {
225 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/u-boot/tools/
imagetool.h 47 int lflag; member in struct:image_tool_params
  /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 1076 bool lflag = false; local
1092 lflag = true;
1107 if ((lflag && t) || (!wp[i] && !lflag)) {
1117 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...]

Completed in 2601 milliseconds