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

/macosx-10.10/ntp-92/libopts/
H A Dload.c40 tCC* pzProgPath );
47 tCC* pzProgPath );
60 * arg: + char const* + pzProgPath + The full path of the current program +
76 * @code{$$} is replaced with the directory name of the @code{pzProgPath},
109 tCC* pzProgPath )
150 res = insertProgramPath( pzBuf, bufSize, pzName, pzProgPath );
165 res = insertEnvVal( pzBuf, bufSize, pzName, pzProgPath );
202 tCC* pzProgPath )
222 if (strchr( pzProgPath, DIRCH ) != NULL)
223 pzPath = pzProgPath;
[all...]
H A Dreset.c104 fprintf(stderr, zIllOptChr, pOpts->pzProgPath, *pzArg);
112 fprintf(stderr, zIllOptStr, pOpts->pzProgPath, pzArg);
H A Dautoopts.c397 pOpts->pzProgPath, pzOptName);
426 fprintf(stderr, zDisabledErr, pOpts->pzProgPath, pRes->pz_Name);
464 fprintf( stderr, zIllOptChr, pOpts->pzProgPath, optValue );
554 fprintf( stderr, zIllOptStr, pOpts->pzProgPath,
620 fprintf( stderr, zMisArg, pOpts->pzProgPath,
711 fprintf(stderr, zNoArg, pOpts->pzProgPath, pOptState->pOD->pz_Name);
H A Dconfigfile.c854 pzPath, pOpts->pzProgPath ))
1233 pOpts->pzProgPath = pzProgram;
H A Dusage.c641 pOptions->pzRcName, pOptions->pzProgPath );
/macosx-10.10/ntp-92/sntp/libopts/
H A Dload.c40 tCC* pzProgPath );
47 tCC* pzProgPath );
60 * arg: + char const* + pzProgPath + The full path of the current program +
76 * @code{$$} is replaced with the directory name of the @code{pzProgPath},
109 tCC* pzProgPath )
150 res = insertProgramPath( pzBuf, bufSize, pzName, pzProgPath );
165 res = insertEnvVal( pzBuf, bufSize, pzName, pzProgPath );
202 tCC* pzProgPath )
222 if (strchr( pzProgPath, DIRCH ) != NULL)
223 pzPath = pzProgPath;
[all...]
H A Dreset.c104 fprintf(stderr, zIllOptChr, pOpts->pzProgPath, *pzArg);
112 fprintf(stderr, zIllOptStr, pOpts->pzProgPath, pzArg);
H A Dautoopts.c397 pOpts->pzProgPath, pzOptName);
426 fprintf(stderr, zDisabledErr, pOpts->pzProgPath, pRes->pz_Name);
464 fprintf( stderr, zIllOptChr, pOpts->pzProgPath, optValue );
554 fprintf( stderr, zIllOptStr, pOpts->pzProgPath,
620 fprintf( stderr, zMisArg, pOpts->pzProgPath,
711 fprintf(stderr, zNoArg, pOpts->pzProgPath, pOptState->pOD->pz_Name);
H A Dconfigfile.c854 pzPath, pOpts->pzProgPath ))
1233 pOpts->pzProgPath = pzProgram;
H A Dusage.c641 pOptions->pzRcName, pOptions->pzProgPath );
/macosx-10.10/ntp-92/libopts/autoopts/
H A Doptions.h415 char const* pzProgPath; /* PUBLIC */ member in struct:options
/macosx-10.10/ntp-92/sntp/libopts/autoopts/
H A Doptions.h415 char const* pzProgPath; /* PUBLIC */ member in struct:options

Completed in 141 milliseconds