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

/freebsd-10.0-release/contrib/ntp/libopts/
H A Dtext_mmap.c31 * arg: char const*, pzFile, name of the file to map
80 text_mmap( char const* pzFile, int prot, int flags, tmap_info_t* pMI ) argument
93 if (stat( pzFile, &sb ) != 0) {
129 pMI->txt_fd = open( pzFile, o_flag );
240 errno, strerror( errno ), pzFile );
H A Dconfigfile.c116 * arg: + char const* + pzFile + the file to load +
144 configFileLoad( char const* pzFile )
151 text_mmap( pzFile, PROT_READ, MAP_PRIVATE, &cfgfile );
157 pRes = optionLoadNested(pzText, pzFile, strlen(pzFile));
H A Dmakeshell.c393 openOutput( char const* pzFile );
945 openOutput( char const* pzFile )
960 if (stat( pzFile, &stbf ) != 0)
967 fprintf( stderr, zNotFile, pzFile );
972 fp = fopen( pzFile, "r" FOPEN_BINARY_FLAG );
1018 freopen( pzFile, "w" FOPEN_BINARY_FLAG, stdout );
/freebsd-10.0-release/contrib/ntp/sntp/libopts/
H A Dtext_mmap.c31 * arg: char const*, pzFile, name of the file to map
80 text_mmap( char const* pzFile, int prot, int flags, tmap_info_t* pMI ) argument
93 if (stat( pzFile, &sb ) != 0) {
129 pMI->txt_fd = open( pzFile, o_flag );
240 errno, strerror( errno ), pzFile );
H A Dconfigfile.c116 * arg: + char const* + pzFile + the file to load +
144 configFileLoad( char const* pzFile )
151 text_mmap( pzFile, PROT_READ, MAP_PRIVATE, &cfgfile );
157 pRes = optionLoadNested(pzText, pzFile, strlen(pzFile));
H A Dmakeshell.c393 openOutput( char const* pzFile );
945 openOutput( char const* pzFile )
960 if (stat( pzFile, &stbf ) != 0)
967 fprintf( stderr, zNotFile, pzFile );
972 fp = fopen( pzFile, "r" FOPEN_BINARY_FLAG );
1018 freopen( pzFile, "w" FOPEN_BINARY_FLAG, stdout );

Completed in 76 milliseconds