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

/freebsd-13-stable/contrib/ntp/sntp/libopts/
H A Dautoopts.h68 # define DIRCH '\\' macro
70 # define DIRCH '/' macro
H A Dload.c212 case DIRCH:
225 if (strchr(prg_path, DIRCH) != NULL)
234 pz = strrchr(path, DIRCH);
H A Dfile.c61 char * p = strrchr(fname, DIRCH);
H A Dinit.c99 char const * pz = strrchr(pname, DIRCH);
H A Dconfigfile.c1072 if (pz[-1] != DIRCH)
1073 *(pz++) = DIRCH;
H A Dsave.c110 char const * pzEndDir = strchr(++pzDir, DIRCH);
194 dirchp = strrchr(pzDir, DIRCH);
H A Dusage.c980 fputc(DIRCH, option_usage_fp);

Completed in 107 milliseconds