Searched refs:my_path (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xterm/dist/
H A Dmisc.c818 char *my_path = getenv("XCURSOR_PATH"); local in function:cleanup_colored_cursor
820 if (!IsEmpty(my_path)
821 && stat(my_path, &sb) == 0
824 rmdir(my_path);

Completed in 9 milliseconds