coreutils / injectable_functions /pathchk_injectable_functions.json
AryaWu's picture
Upload folder using huggingface_hub
78d2150 verified
[
{
"function_name": "usage",
"function_signature": "void usage (int status)",
"include_line": "#include \"../tests/pathchk/tests_for_usage.c\""
},
{
"function_name": "no_leading_hyphen",
"function_signature": "static bool no_leading_hyphen (char const *file)",
"include_line": "#include \"../tests/pathchk/tests_for_no_leading_hyphen.c\""
},
{
"function_name": "portable_chars_only",
"function_signature": "static bool portable_chars_only (char const *file, size_t filelen)",
"include_line": "#include \"../tests/pathchk/tests_for_portable_chars_only.c\""
},
{
"function_name": "validate_file_name",
"function_signature": "static bool validate_file_name (char *file, bool check_basic_portability,\n bool check_extra_portability)",
"include_line": "#include \"../tests/pathchk/tests_for_validate_file_name.c\""
}
]