Home
last modified time | relevance | path

Searched refs:s_arg (Results 1 – 5 of 5) sorted by relevance

/external/ltp/testcases/kernel/syscalls/utimensat/
Dutimensat_tests.sh78 sudo $s_arg chattr -ai $FILE || return $?
79 sudo $s_arg rm -f $FILE || return $?
84 sudo $s_arg -u $test_user touch $FILE || return $?
100 sudo $s_arg chown $2 $FILE || return $?
103 sudo $s_arg chmod $3 $FILE || return $?
106 sudo $s_arg chattr $4 $FILE || return $?
112 if ! sudo $s_arg lsattr -l $FILE | sed 's/, /,/g' | awk '{print "EFAs=" $2}'
229 sudo $s_arg -u $test_user $CMD > $RESULT_FILE
238 sudo $s_arg -u $test_user $CMD > $RESULT_FILE
251 sudo $s_arg -u $test_user $CMD > $RESULT_FILE
[all …]
/external/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_screen_ioctl.c141 union drm_vmw_surface_create_arg s_arg; in vmw_ioctl_surface_create() local
142 struct drm_vmw_surface_create_req *req = &s_arg.req; in vmw_ioctl_surface_create()
143 struct drm_vmw_surface_arg *rep = &s_arg.rep; in vmw_ioctl_surface_create()
153 memset(&s_arg, 0, sizeof(s_arg)); in vmw_ioctl_surface_create()
183 &s_arg, sizeof(s_arg)); in vmw_ioctl_surface_create()
206 union drm_vmw_gb_surface_create_arg s_arg; in vmw_ioctl_gb_surface_create() local
207 struct drm_vmw_gb_surface_create_req *req = &s_arg.req; in vmw_ioctl_gb_surface_create()
208 struct drm_vmw_gb_surface_create_rep *rep = &s_arg.rep; in vmw_ioctl_gb_surface_create()
220 memset(&s_arg, 0, sizeof(s_arg)); in vmw_ioctl_gb_surface_create()
250 &s_arg, sizeof(s_arg)); in vmw_ioctl_gb_surface_create()
[all …]
/external/clang/test/Analysis/
Dloop-widening.c144 void unknown_after_loop(int s_arg) { in unknown_after_loop() argument
146 s_arg = 1; in unknown_after_loop()
153 clang_analyzer_eval(s_arg); // expected-warning {{UNKNOWN}} in unknown_after_loop()
/external/mesa3d/src/compiler/glsl/
Dir_reader.cpp711 s_expression *s_arg[4] = {NULL}; in read_expression() local
713 s_pattern pat[] = { "expression", s_type, s_op, s_arg[0] }; in read_expression()
719 s_arg[1] = (s_expression *) s_arg[0]->next; // may be tail sentinel in read_expression()
720 s_arg[2] = (s_expression *) s_arg[1]->next; // may be tail sentinel or NULL in read_expression()
721 if (s_arg[2]) in read_expression()
722 s_arg[3] = (s_expression *) s_arg[2]->next; // may be tail sentinel or NULL in read_expression()
747 arg[i] = read_rvalue(s_arg[i]); in read_expression()
/external/mksh/src/
Dcheck.t4313 showargs() { for s_arg in "$@"; do echo -n "<$s_arg> "; done; echo .; }
4329 showargs() { for s_arg in "$@"; do echo -n "<$s_arg> "; done; echo .; }
4346 showargs() { for s_arg in "$@"; do echo -n "<$s_arg> "; done; echo .; }
4363 showargs() { for s_arg in "$@"; do echo -n "<$s_arg> "; done; echo .; }
4383 showargs() { for s_arg in "$@"; do echo -n "<$s_arg> "; done; echo .; }
4394 showargs() { for s_arg in "$@"; do echo -n "<$s_arg> "; done; echo .; }
4406 showargs() { for s_arg in "$@"; do echo -n "<$s_arg> "; done; echo .; }
4417 showargs() { for s_arg in "$@"; do echo -n "<$s_arg> "; done; echo .; }
4455 showargs() { for s_arg in "$@"; do echo -n "<$s_arg> "; done; echo .; }
4466 showargs() { for s_arg in "$@"; do echo -n "<$s_arg> "; done; echo .; }
[all …]