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

/macosx-10.9.5/ntp-88/libopts/
H A Dload.c209 case DIRCH:
222 if (strchr( pzProgPath, DIRCH ) != NULL)
231 pz = strrchr( pzPath, DIRCH );
H A Dautoopts.h57 # define DIRCH '\\' macro
59 # define DIRCH '/' macro
H A Dfile.c90 char * p = strrchr(pOD->optArg.argString, DIRCH);
101 *p = DIRCH;
H A Dconfigfile.c873 if (pz[-1] != DIRCH)
874 *(pz++) = DIRCH;
1227 char const* pz = strrchr( pzProgram, DIRCH );
H A Dsave.c112 tCC* pzEndDir = strchr( ++pzDir, DIRCH );
188 char* pzDirCh = strrchr( pzDir, DIRCH );
H A Dusage.c461 fputc( DIRCH, option_usage_fp );
/macosx-10.9.5/ntp-88/sntp/libopts/
H A Dload.c209 case DIRCH:
222 if (strchr( pzProgPath, DIRCH ) != NULL)
231 pz = strrchr( pzPath, DIRCH );
H A Dautoopts.h57 # define DIRCH '\\' macro
59 # define DIRCH '/' macro
H A Dfile.c90 char * p = strrchr(pOD->optArg.argString, DIRCH);
101 *p = DIRCH;
H A Dconfigfile.c873 if (pz[-1] != DIRCH)
874 *(pz++) = DIRCH;
1227 char const* pz = strrchr( pzProgram, DIRCH );
H A Dsave.c112 tCC* pzEndDir = strchr( ++pzDir, DIRCH );
188 char* pzDirCh = strrchr( pzDir, DIRCH );
H A Dusage.c461 fputc( DIRCH, option_usage_fp );

Completed in 89 milliseconds