Searched refs:encode_value (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/ |
H A D | report.py | 431 encode_value(bug, 'bug_line', int) 432 encode_value(bug, 'bug_path_length', int) 501 encode_value(bug, 'bug_file', lambda x: escape(chop(prefix, x))) 502 encode_value(bug, 'bug_category', escape) 503 encode_value(bug, 'bug_type', escape) 504 encode_value(bug, 'report_file', lambda x: escape(chop(output_dir, x))) 514 encode_value(crash, 'source', lambda x: escape(chop(prefix, x))) 515 encode_value(crash, 'problem', escape) 516 encode_value(crash, 'file', lambda x: escape(chop(output_dir, x))) 517 encode_value(crash, 'info', lambda x: escape(chop(output_dir, x))) [all …]
|
/netbsd-src/external/gpl2/dtc/dist/ |
H A D | fdtput.c | 60 static int encode_value(struct display_info *disp, char **arg, int arg_count, in encode_value() function 337 if (encode_value(disp, arg + 2, arg_count - 2, &value, &len) || in do_fdtput()
|