Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/cma/
H A Dprocess_vm01.c30 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 Dgen-keywords-gen-h.py58 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 Dprivate.h85 extern int str_read(char **strp, struct policy_file *fp, size_t len);
H A Dmodule.c801 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 Dconditional.c592 if (str_read(&key, fp, len)) in cond_read_bool()
H A Dservices.c1737 * 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 Dpolicydb.c2076 if(str_read(&key, fp, len)) in perm_read()
/third_party/python/Modules/
H A Dpyexpat.c52 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 Darraymodule.c61 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