Home
last modified time | relevance | path

Searched refs:sflag (Results 1 – 6 of 6) sorted by relevance

/third_party/ltp/utils/sctp/func_tests/
Dtest_1_to_1_nonblock.c69 int sk,pf_class,lstn_sk,acpt_sk,flag,cflag,sflag; in main() local
116 sflag = fcntl(lstn_sk, F_GETFL, 0); in main()
117 if (sflag < 0) in main()
119 "sflag:%d, errno:%d", sflag, errno); in main()
121 error = fcntl(lstn_sk, F_SETFL, sflag | O_NONBLOCK); in main()
141 error = fcntl(sk, F_SETFL, sflag | O_NONBLOCK); in main()
/third_party/ltp/testcases/kernel/syscalls/cma/
Dprocess_vm_writev02.c41 static int sflag; variable
44 {"s:", &sflag, &sz_opt},
188 sflag ? SAFE_STRTOL(NULL, sz_opt, 1, LONG_MAX - PADDING_SIZE * 2) in setup()
Dprocess_vm_readv03.c42 static int nflag, sflag; variable
46 {"s:", &sflag, &sz_opt},
255 bufsz = sflag ? SAFE_STRTOL(NULL, sz_opt, NUM_LOCAL_VECS, LONG_MAX) in setup()
/third_party/ffmpeg/libavcodec/
Drv40dsp.c509 int sflag, p0, q0, p1, q1; in rv40_strong_loop_filter() local
515 sflag = (alpha * FFABS(t)) >> 7; in rv40_strong_loop_filter()
516 if (sflag > 1) in rv40_strong_loop_filter()
527 if (sflag) { in rv40_strong_loop_filter()
537 if (sflag) { in rv40_strong_loop_filter()
/third_party/mksh/
Dhistrap.c90 sflag = false; in c_fc() local
107 sflag = true; in c_fc()
137 sflag = true; in c_fc()
161 if (sflag) { in c_fc()
DBuild.sh2536 sflag='$srcdir/check.t'
2549 (s) sflag=\$OPTARG ;;