Searched refs:str_read (Results 1 – 6 of 6) sorted by relevance
/third_party/node/deps/v8/tools/ |
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/ |
D | private.h | 85 extern int str_read(char **strp, struct policy_file *fp, size_t len);
|
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()
|
D | conditional.c | 592 if (str_read(&key, fp, len)) in cond_read_bool()
|
D | services.c | 1743 int str_read(char **strp, struct policy_file *fp, size_t len) in str_read() function
|
D | policydb.c | 2076 if(str_read(&key, fp, len)) in perm_read()
|