Home
last modified time | relevance | path

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

/freebsd-head/contrib/ntp/sntp/libopts/
HDload.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()
HDautoopts.h71 # define DIRCH '\\' macro
73 # define DIRCH '/' macro
HDfile.c61 char * p = strrchr(fname, DIRCH); in check_existence()
HDinit.c94 char const * pz = strrchr(pname, DIRCH); in validate_struct()
HDconfigfile.c1028 if (pz[-1] != DIRCH) in intern_file_load()
1029 *(pz++) = DIRCH; in intern_file_load()
HDsave.c132 dirchp = strrchr(res, DIRCH); in find_file_name()
HDusage.c929 fputc(DIRCH, option_usage_fp); in prt_ini_list()