Searched refs:varg (Results 1 - 9 of 9) sorted by relevance
/third_party/selinux/libsepol/src/ |
H A D | debug.c | 41 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 D | handle.h | 14 void (*msg_callback) (void *varg,
|
H A D | debug.h | 64 extern void sepol_msg_default_handler(void *varg,
|
H A D | link.c | 1906 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 D | bytes_methods.c | 700 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 D | debug.h | 33 void (*msg_callback) (void *varg,
|
/third_party/ffmpeg/tools/ |
H A D | patcheck | 38 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 D | test-neverallow.c | 67 static void msg_handler(void *varg __attribute__ ((unused)), in msg_handler()
|
/third_party/openssl/test/ |
H A D | acvp_test.c | 1278 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