_searchenv(3w)
NAME
_searchenv (MSVCRT.@)
SYNOPSIS
void CDECL _searchenv ( const char* file, const char* env, char* buf )
DESCRIPTION
Search for a file in a list of paths from an environment variable.
PARAMS
file [In] Name of the file to search for.
env [In] Name of the environment variable containing a list of paths.
buf [Out] Destination for the found file path.
RETURNS
Nothing. If the file is not found, buf will contain an empty string and
errno is set.
IMPLEMENTATION
Defined in "msvcrt.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/msvcrt/dir.c".
- Debug channel "msvcrt".