Home
last modified time | relevance | path

Searched refs:path_buf (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/usr.bin/ssh/
H A Dsftp.c1535 char path_buf[PATH_MAX]; in parse_dispatch_command() local
1755 if (!getcwd(path_buf, sizeof(path_buf))) { in parse_dispatch_command()
1760 mprintf("Local working directory: %s\n", path_buf); in parse_dispatch_command()
/openbsd-src/gnu/usr.bin/perl/win32/
H A Dwin32.c1685 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