coreutils / injectable_functions /realpath_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/realpath/tests_for_usage.c\""
},
{
"function_name": "path_prefix",
"function_signature": "ATTRIBUTE_PURE static bool path_prefix (char const *prefix, char const *path)",
"include_line": "#include \"../tests/realpath/tests_for_path_prefix.c\""
},
{
"function_name": "process_path",
"function_signature": "static bool process_path (char const *fname, int can_mode)",
"include_line": "#include \"../tests/realpath/tests_for_process_path.c\""
}
]