Home
last modified time | relevance | path

Searched refs:varg (Results 1 - 9 of 9) sorted by relevance

/third_party/selinux/libsepol/src/
H A Ddebug.c41 void sepol_msg_default_handler(void *varg __attribute__ ((unused)), in sepol_msg_default_handler()
75 void (*msg_callback) (void *varg, in sepol_msg_set_callback()
71 sepol_msg_set_callback(sepol_handle_t * handle, __attribute__ ((format(printf, 3, 4))) void (*msg_callback) (void *varg, sepol_handle_t * handle, const char *fmt, ...), void *msg_callback_arg) sepol_msg_set_callback() argument
H A Dhandle.h14 void (*msg_callback) (void *varg,
H A Ddebug.h64 extern void sepol_msg_default_handler(void *varg,
H A Dlink.c1906 static int find_perm(hashtab_key_t key, hashtab_datum_t datum, void *varg) in find_perm() argument
1909 struct find_perm_arg *arg = varg; in find_perm()
/third_party/python/Objects/
H A Dbytes_methods.c700 Py_buffer varg; in _Py_bytes_contains() local
703 if (PyObject_GetBuffer(arg, &varg, PyBUF_SIMPLE) != 0) in _Py_bytes_contains()
706 varg.buf, varg.len, 0); in _Py_bytes_contains()
707 PyBuffer_Release(&varg); in _Py_bytes_contains()
/third_party/selinux/libsepol/include/sepol/
H A Ddebug.h33 void (*msg_callback) (void *varg,
/third_party/ffmpeg/tools/
H A Dpatcheck38 varg="$2"
41 $GREP $OPT '^+' $* | $GREP -v ':+++' | $EGREP -v -- "$varg" | $EGREP --color=always -- "$arg" > $TMP && printf "\n$msg\n"
/third_party/selinux/libsepol/tests/
H A Dtest-neverallow.c67 static void msg_handler(void *varg __attribute__ ((unused)), in msg_handler()
/third_party/openssl/test/
H A Dacvp_test.c1278 static int self_test_events(const OSSL_PARAM params[], void *varg) in self_test_events() argument
1280 SELF_TEST_ARGS *args = varg; in self_test_events()

Completed in 10 milliseconds