Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/sntp/libopts/
H A Dload.c194 case DIRCH: in add_prog_path()
207 if (strchr(prg_path, DIRCH) != NULL) in add_prog_path()
216 pz = strrchr(path, DIRCH); in add_prog_path()
H A Dautoopts.h71 # define DIRCH '\\' macro
73 # define DIRCH '/' macro
H A Dfile.c61 char * p = strrchr(fname, DIRCH); in check_existence()
H A Dinit.c94 char const * pz = strrchr(pname, DIRCH); in validate_struct()
H A Dconfigfile.c1028 if (pz[-1] != DIRCH) in intern_file_load()
1029 *(pz++) = DIRCH; in intern_file_load()
H A Dsave.c132 dirchp = strrchr(res, DIRCH); in find_file_name()
H A Dusage.c929 fputc(DIRCH, option_usage_fp); in prt_ini_list()