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

/macosx-10.9.5/ntp-88/libopts/
H A Dtext_mmap.c51 * arg: char const*, pzFile, name of the file to map
100 text_mmap( char const* pzFile, int prot, int flags, tmap_info_t* pMI ) argument
113 if (stat( pzFile, &sb ) != 0) {
149 pMI->txt_fd = open( pzFile, o_flag );
260 errno, strerror( errno ), pzFile );
H A Dusage.c525 case OPARG_TYPE_FILE : pzArgType = pAT->pzFile; break;
708 argTypes.pzFile = zGnuFileArg;
747 argTypes.pzFile = zStdFileArg;
H A Dautoopts.h200 tCC* pzFile; member in struct:__anon11501
H A Dconfigfile.c88 * arg: + char const* + pzFile + the file to load +
116 configFileLoad( char const* pzFile )
123 text_mmap( pzFile, PROT_READ, MAP_PRIVATE, &cfgfile );
129 pRes = optionLoadNested(pzText, pzFile, strlen(pzFile));
H A Dmakeshell.c370 openOutput( char const* pzFile );
922 openOutput( char const* pzFile )
937 if (stat( pzFile, &stbf ) != 0)
944 fprintf( stderr, zNotFile, pzFile );
949 fp = fopen( pzFile, "r" FOPEN_BINARY_FLAG );
995 freopen( pzFile, "w" FOPEN_BINARY_FLAG, stdout );
/macosx-10.9.5/ntp-88/sntp/libopts/
H A Dtext_mmap.c51 * arg: char const*, pzFile, name of the file to map
100 text_mmap( char const* pzFile, int prot, int flags, tmap_info_t* pMI ) argument
113 if (stat( pzFile, &sb ) != 0) {
149 pMI->txt_fd = open( pzFile, o_flag );
260 errno, strerror( errno ), pzFile );
H A Dusage.c525 case OPARG_TYPE_FILE : pzArgType = pAT->pzFile; break;
708 argTypes.pzFile = zGnuFileArg;
747 argTypes.pzFile = zStdFileArg;
H A Dautoopts.h200 tCC* pzFile; member in struct:__anon11548
H A Dconfigfile.c88 * arg: + char const* + pzFile + the file to load +
116 configFileLoad( char const* pzFile )
123 text_mmap( pzFile, PROT_READ, MAP_PRIVATE, &cfgfile );
129 pRes = optionLoadNested(pzText, pzFile, strlen(pzFile));
H A Dmakeshell.c370 openOutput( char const* pzFile );
922 openOutput( char const* pzFile )
937 if (stat( pzFile, &stbf ) != 0)
944 fprintf( stderr, zNotFile, pzFile );
949 fp = fopen( pzFile, "r" FOPEN_BINARY_FLAG );
995 freopen( pzFile, "w" FOPEN_BINARY_FLAG, stdout );

Completed in 84 milliseconds