Searched refs:sflag (Results 1 – 6 of 6) sorted by relevance
/third_party/ltp/utils/sctp/func_tests/ |
D | test_1_to_1_nonblock.c | 69 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/ |
D | process_vm_writev02.c | 41 static int sflag; variable 44 {"s:", &sflag, &sz_opt}, 188 sflag ? SAFE_STRTOL(NULL, sz_opt, 1, LONG_MAX - PADDING_SIZE * 2) in setup()
|
D | process_vm_readv03.c | 42 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/ |
D | rv40dsp.c | 509 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/ |
D | histrap.c | 90 sflag = false; in c_fc() local 107 sflag = true; in c_fc() 137 sflag = true; in c_fc() 161 if (sflag) { in c_fc()
|
D | Build.sh | 2536 sflag='$srcdir/check.t' 2549 (s) sflag=\$OPTARG ;;
|