Home
last modified time | relevance | path

Searched refs:num_invalid (Results 1 – 3 of 3) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/prctl/
Dprctl02.c69 static unsigned long num_invalid = ULONG_MAX; variable
84 {PR_SET_PDEATHSIG, &num_invalid, &num_0, EINVAL, "PR_SET_PDEATHSIG"},
95 {PR_CAP_AMBIENT, &num_invalid, &num_0, EINVAL, "PR_CAP_AMBIENT"},
96 {PR_GET_SPECULATION_CTRL, &num_0, &num_invalid, EINVAL, "PR_GET_SPECULATION_CTRL"},
/third_party/glib/gio/
Dgfileattribute.c278 int num_invalid; in escape_byte_string() local
285 num_invalid = 0; in escape_byte_string()
289 num_invalid++; in escape_byte_string()
292 if (num_invalid == 0) in escape_byte_string()
296 escaped_val = g_malloc (len + num_invalid*3 + 1); in escape_byte_string()
Dglocalfileinfo.c314 size_t num_invalid, i; in hex_escape_buffer() local
319 num_invalid = 0; in hex_escape_buffer()
323 num_invalid++; in hex_escape_buffer()
326 if (num_invalid == 0) in hex_escape_buffer()
332 escaped_str = g_malloc (len + num_invalid*3 + 1); in hex_escape_buffer()