Searched refs:hdc_auto (Results 1 – 1 of 1) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/unistd/ |
D | getcwd.c | 25 char *hdc_auto = "/"; variable 39 if (!(strcmp(result, manual) ^ strcmp(result, hdc_auto))) { in getcwd_0100() 40 …getcwd failed, except result is %s when manual or %s when hdc test\n", __func__, manual, hdc_auto); in getcwd_0100() 53 if (!(strcmp(result, manual) ^ strcmp(result, hdc_auto))) { in getcwd_0200() 54 …getcwd failed, except result is %s when manual or %s when hdc test\n", __func__, manual, hdc_auto); in getcwd_0200()
|