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

/macosx-10.10/ntp-92/libopts/
H A Dautoopts.h178 tCC* pzOptArg;
197 tCC* pzStr;
198 tCC* pzReq;
199 tCC* pzNum;
200 tCC* pzFile;
201 tCC* pzKey;
202 tCC* pzKeyL;
203 tCC* pzBool;
204 tCC* pzNest;
205 tCC* pzOp
[all...]
H A Dputshell.c34 putQuotedStr( tCC* pzStr );
42 putQuotedStr( tCC* pzStr )
68 tCC* pz = strchr( pzStr, '\'' );
207 tCC** ppz = pAL->apzArgs;
H A Dload.c39 tCC* pzName,
40 tCC* pzProgPath );
46 tCC* pzName,
47 tCC* pzProgPath );
108 tCC* pzName,
109 tCC* pzProgPath )
128 tCC* pzS = pzName;
201 tCC* pzName,
202 tCC* pzProgPath )
204 tCC* pzPat
[all...]
H A Dusage.c58 tCC* const* papz,
60 tCC* pzRc,
61 tCC* pzPN );
79 tCC * pOptTitle );
85 setGnuOptFmts( tOptions* pOpts, tCC** ppT );
88 setStdOptFmts( tOptions* pOpts, tCC** ppT );
129 tCC* pOptTitle = NULL;
205 tCC* pOptTitle = NULL;
425 tCC* const* papz,
427 tCC* pzR
[all...]
H A Denumeration.c40 tCC* const * paz_names,
45 tCC* pzName,
48 tCC* const * paz_names,
56 tCC* const * paz_names,
89 tCC * const * paz = paz_names;
171 tCC* pzName,
174 tCC* const * paz_names,
264 tCC * const * paz_names,
343 tCC* const * paz_names,
433 tCC* pzAr
[all...]
H A Dpgusage.c104 tCC* pzPager = (tCC*)getenv( "PAGER" );
H A Dsave.c36 static tCC*
39 static tCC*
46 tCC* pzLA );
79 static tCC*
82 tCC* pzDir;
97 tCC* const* papz = pOpts->papzHomeList;
112 tCC* pzEndDir = strchr( ++pzDir, DIRCH );
160 static tCC*
163 tCC* pzDir;
284 tCC* pzL
[all...]
H A Drestore.c102 tCC* pzName = pOpts->pzProgName;
143 tCC* pzName = pOpts->pzProgName;
H A Dstack.c84 tCC* pzSrc = pAL->apzArgs[ i ];
130 tCC* pzSrc = pAL->apzArgs[ i ];
H A Dmakeshell.c364 emitMatchExpr( tCC* pzMatchName, tOptDesc* pCurOpt, tOptions* pOpts );
593 tCC* pzOutName;
616 tCC* pz = pOpts->pzPROGNAME;
808 emitMatchExpr( tCC* pzMatchName, tOptDesc* pCurOpt, tOptions* pOpts )
/macosx-10.10/ntp-92/sntp/libopts/
H A Dautoopts.h178 tCC* pzOptArg;
197 tCC* pzStr;
198 tCC* pzReq;
199 tCC* pzNum;
200 tCC* pzFile;
201 tCC* pzKey;
202 tCC* pzKeyL;
203 tCC* pzBool;
204 tCC* pzNest;
205 tCC* pzOp
[all...]
H A Dputshell.c34 putQuotedStr( tCC* pzStr );
42 putQuotedStr( tCC* pzStr )
68 tCC* pz = strchr( pzStr, '\'' );
207 tCC** ppz = pAL->apzArgs;
H A Dload.c39 tCC* pzName,
40 tCC* pzProgPath );
46 tCC* pzName,
47 tCC* pzProgPath );
108 tCC* pzName,
109 tCC* pzProgPath )
128 tCC* pzS = pzName;
201 tCC* pzName,
202 tCC* pzProgPath )
204 tCC* pzPat
[all...]
H A Dusage.c58 tCC* const* papz,
60 tCC* pzRc,
61 tCC* pzPN );
79 tCC * pOptTitle );
85 setGnuOptFmts( tOptions* pOpts, tCC** ppT );
88 setStdOptFmts( tOptions* pOpts, tCC** ppT );
129 tCC* pOptTitle = NULL;
205 tCC* pOptTitle = NULL;
425 tCC* const* papz,
427 tCC* pzR
[all...]
H A Denumeration.c40 tCC* const * paz_names,
45 tCC* pzName,
48 tCC* const * paz_names,
56 tCC* const * paz_names,
89 tCC * const * paz = paz_names;
171 tCC* pzName,
174 tCC* const * paz_names,
264 tCC * const * paz_names,
343 tCC* const * paz_names,
433 tCC* pzAr
[all...]
H A Dpgusage.c104 tCC* pzPager = (tCC*)getenv( "PAGER" );
H A Dsave.c36 static tCC*
39 static tCC*
46 tCC* pzLA );
79 static tCC*
82 tCC* pzDir;
97 tCC* const* papz = pOpts->papzHomeList;
112 tCC* pzEndDir = strchr( ++pzDir, DIRCH );
160 static tCC*
163 tCC* pzDir;
284 tCC* pzL
[all...]
H A Drestore.c102 tCC* pzName = pOpts->pzProgName;
143 tCC* pzName = pOpts->pzProgName;
H A Dstack.c84 tCC* pzSrc = pAL->apzArgs[ i ];
130 tCC* pzSrc = pAL->apzArgs[ i ];
H A Dmakeshell.c364 emitMatchExpr( tCC* pzMatchName, tOptDesc* pCurOpt, tOptions* pOpts );
593 tCC* pzOutName;
616 tCC* pz = pOpts->pzPROGNAME;
808 emitMatchExpr( tCC* pzMatchName, tOptDesc* pCurOpt, tOptions* pOpts )
/macosx-10.10/ntp-92/libopts/autoopts/
H A Doptions.h282 #define tCC char const macro
344 tCC* apzArgs[ MIN_ARG_ALLOC_CT ];
/macosx-10.10/ntp-92/sntp/libopts/autoopts/
H A Doptions.h282 #define tCC char const macro
344 tCC* apzArgs[ MIN_ARG_ALLOC_CT ];

Completed in 121 milliseconds