Searched refs:str_read (Results 1 - 9 of 9) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/cma/ |
H A D | process_vm01.c | 30 static char *str_read; variable 295 if (str_read) { in setup() 310 {"r", &str_read, "Use process_vm_read instead of process_vm_write"},
|
/third_party/node/deps/v8/tools/ |
H A D | gen-keywords-gen-h.py | 58 for str_read in reads_re.finditer(out): 59 dchecks.append("DCHECK_LT(str[%d], 128);" % int(str_read.group(1)))
|
/third_party/selinux/libsepol/src/ |
H A D | private.h | 85 extern int str_read(char **strp, struct policy_file *fp, size_t len);
|
H A D | module.c | 801 if (str_read(name, file, len)) { in sepol_module_package_info() 816 if (str_read(version, file, len)) { in sepol_module_package_info()
|
H A D | conditional.c | 592 if (str_read(&key, fp, len)) in cond_read_bool()
|
H A D | services.c | 1737 * This is a port of str_read from the SE Linux kernel code. 1743 int str_read(char **strp, struct policy_file *fp, size_t len) in str_read() function
|
H A D | policydb.c | 2076 if(str_read(&key, fp, len)) in perm_read()
|
/third_party/python/Modules/ |
H A D | pyexpat.c | 52 PyObject *str_read; member 830 if (_PyObject_LookupAttr(file, state->str_read, &readmethod) < 0) { in pyexpat_xmlparser_ParseFile_impl() 1893 state->str_read = PyUnicode_InternFromString("read"); in pyexpat_exec() 1894 if (state->str_read == NULL) { in pyexpat_exec() 2027 Py_VISIT(state->str_read); in pyexpat_traverse() 2037 Py_CLEAR(state->str_read); in pyexpat_clear()
|
H A D | arraymodule.c | 61 PyObject *str_read; member 1491 b = _PyObject_CallMethod(f, state->str_read, "n", nbytes); in array_array_fromfile_impl() 3030 Py_CLEAR(state->str_read); in array_clear()
|
Completed in 18 milliseconds