Searched defs:lflag (Results 1 - 6 of 6) sorted by relevance
/external/ltp/testcases/kernel/syscalls/pathconf/ |
H A D | pathconf01.c | 142 int lflag; variable 146 {"l:", &lflag, &path}, /* -l <path to test> */ 156 if (!lflag) {
|
/external/openssh/ |
H A D | ssh-add.c | 486 int xflag = 0, lflag = 0, Dflag = 0; local 525 if (lflag != 0) 526 fatal("-%c flag already specified", lflag); 527 lflag = ch; 565 if ((xflag != 0) + (lflag != 0) + (Dflag != 0) > 1) 571 } else if (lflag) { 572 if (list_identities(agent_fd, lflag == 'l' ? 1 : 0) == -1)
|
H A D | sftp.c | 430 parse_rename_flags(const char *cmd, char **argv, int argc, int *lflag) argument 438 *lflag = 0; 442 *lflag = 1; 454 parse_ls_flags(char **argv, int argc, int *lflag) argument 462 *lflag = LS_NAME_SORT; 466 *lflag &= ~VIEW_FLAGS; 467 *lflag |= LS_SHORT_VIEW; 470 *lflag &= ~SORT_FLAGS; 471 *lflag |= LS_SIZE_SORT; 474 *lflag | 782 do_ls_dir(struct sftp_conn *conn, char *path, char *strip_path, int lflag) argument 867 do_globbed_ls(struct sftp_conn *conn, char *path, char *strip_path, int lflag) argument 1207 parse_args(const char **cpp, int *ignore_errors, int *aflag, int *fflag, int *hflag, int *iflag, int *lflag, int *pflag, int *rflag, int *sflag, unsigned long *n_arg, char **path1, char **path2) argument 1402 int lflag = 0, pflag = 0, rflag = 0, sflag = 0; local [all...] |
/external/netcat/ |
H A D | 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...] |
/external/mksh/src/ |
H A D | 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...] |
H A D | funcs.c | 1440 bool lflag = false; local 1457 lflag = true; 1472 if ((lflag && t) || (!wp[i] && !lflag)) { 1482 if (lflag) {
|
Completed in 755 milliseconds