Searched refs:lflag (Results 1 - 7 of 7) sorted by relevance

/external/ltp/testcases/kernel/syscalls/pathconf/
H A Dpathconf01.c142 int lflag; variable
146 {"l:", &lflag, &path}, /* -l <path to test> */
156 if (!lflag) {
/external/openssh/
H A Dsftp.c430 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...]
H A Dssh-add.c486 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)
/external/netcat/
H A Dnetcat.c76 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/chromium-trace/catapult/telemetry/third_party/pyserial/serial/
H A Dserialposix.py323 iflag, oflag, cflag, lflag, ispeed, ospeed, cc = orig_attr
328 lflag &= ~(TERMIOS.ICANON|TERMIOS.ECHO|TERMIOS.ECHOE|TERMIOS.ECHOK|TERMIOS.ECHONL|
332 lflag &= ~getattr(TERMIOS, flag)
426 if [iflag, oflag, cflag, lflag, ispeed, ospeed, cc] != orig_attr:
427 termios.tcsetattr(self.fd, TERMIOS.TCSANOW, [iflag, oflag, cflag, lflag, ispeed, ospeed, cc])
/external/mksh/src/
H A Dhistrap.c89 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 Dfuncs.c1440 bool lflag = false; local
1457 lflag = true;
1472 if ((lflag && t) || (!wp[i] && !lflag)) {
1482 if (lflag) {

Completed in 1356 milliseconds