Home
last modified time | relevance | path

Searched refs:lflag (Results 1 – 4 of 4) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/pathconf/
Dpathconf01.c142 int lflag; variable
146 {"l:", &lflag, &path}, /* -l <path to test> */
156 if (!lflag) { in main()
225 if (!lflag) { in cleanup()
/third_party/mksh/
Dhistrap.c89 bool gflag = false, lflag = false, nflag = false, rflag = false, in c_fc() local
124 lflag = true; in c_fc()
164 if (editor || lflag || nflag || rflag) { in c_fc()
226 if (editor && (lflag || nflag)) { in c_fc()
240 hfirst = lflag ? hist_get("-16", true, true) : in c_fc()
252 hfirst = hist_get(first, tobool(lflag || last), lflag); in c_fc()
255 hlast = last ? hist_get(last, true, lflag) : in c_fc()
256 (lflag ? hist_get_newest(false) : hfirst); in c_fc()
269 if (lflag) { in c_fc()
Dfuncs.c1103 bool lflag = false; in c_kill() local
1119 lflag = true; in c_kill()
1134 if ((lflag && t) || (!wp[i] && !lflag)) { in c_kill()
1144 if (lflag) { in c_kill()
/third_party/python/Doc/library/
Dtermios.rst34 follows: ``[iflag, oflag, cflag, lflag, ispeed, ospeed, cc]`` where *cc* is a