Searched refs:path_buf (Results 1 – 2 of 2) sorted by relevance
1535 char path_buf[PATH_MAX]; in parse_dispatch_command() local1755 if (!getcwd(path_buf, sizeof(path_buf))) { in parse_dispatch_command()1760 mprintf("Local working directory: %s\n", path_buf); in parse_dispatch_command()
1685 char path_buf[MAX_PATH+1]; in win32_stat_low() 1692 len = pGetFinalPathNameByHandleA(handle, path_buf, sizeof(path_buf), 0); in win32_stat_low() 1699 if (len && len < sizeof(path_buf)) { in win32_stat_low() 1700 path = path_buf; in win32_stat_low() 1680 char path_buf[MAX_PATH+1]; win32_stat_low() local