PATH_SEP          319 clib/dscan.c         if (dscan_current_path[len - 1] == PATH_SEP)
PATH_SEP          322 clib/dscan.c            sprintf(full_name, "%s%c%s", dscan_current_path, PATH_SEP,
PATH_SEP          479 clib/dscan.c            if (dscan_current_path[len - 1] == PATH_SEP)
PATH_SEP          482 clib/dscan.c               sprintf(p, "%s%c%s", dscan_current_path, PATH_SEP, s);
PATH_SEP          596 clib/dscan.c      nwords = ll_words(dscan_current_path, PATH_SEP);
PATH_SEP          605 clib/dscan.c      if (!ll_worddel(dscan_current_path, p, nwords, PATH_SEP))
PATH_SEP          621 clib/dscan.c         p[2] = PATH_SEP;
PATH_SEP          630 clib/dscan.c         p[0] = PATH_SEP;
PATH_SEP           84 clib/fio.c        if (dir_len && dir[dir_len - 1] == PATH_SEP)
PATH_SEP          110 clib/fio.c              sprintf(total_f, "%s%c%s", dir, PATH_SEP, rname);
PATH_SEP           94 clib/path.c       nwords = ll_words(pin, PATH_SEP);
PATH_SEP          158 clib/path.c          if (!ll_word(pin, tmp, i, PATH_SEP))
PATH_SEP          171 clib/path.c             path[opos++] = PATH_SEP;
PATH_SEP          180 clib/path.c          if (!ll_word(pin, fname, nwords, PATH_SEP))
PATH_SEP          223 clib/path.c       if (path[0] == PATH_SEP)
PATH_SEP         3817 dbeng/dbeng.c                PATH_SEP, rname);
PATH_SEP         3835 dbeng/dbeng.c     sprintf(table_name, "%s%c%s", tmp_path, PATH_SEP, rname);
PATH_SEP         1215 dbeng/dbengcfg.c    sprintf(tname, "%s%c%s", path, PATH_SEP, rname);
PATH_SEP          638 source/daymvdel.c          ret = ll_words(rov->dir, PATH_SEP);
PATH_SEP          640 source/daymvdel.c          if (ll_word(rov->dir, wrd, ret, PATH_SEP))
PATH_SEP          643 source/daymvdel.c             sprintf(pfname, "%s%c%s", odest_path, PATH_SEP, wrd);
PATH_SEP         1043 source/daymvdel.c    tk_nwords = ll_words(tk_path, PATH_SEP);
PATH_SEP         1044 source/daymvdel.c    pf_nwords = ll_words(pf_path, PATH_SEP);
PATH_SEP         1048 source/daymvdel.c    for(i = tk_nwords + 1, j = ll_words(tkd_path, PATH_SEP) + 1; i <= pf_nwords;
PATH_SEP         1051 source/daymvdel.c       if (!ll_word(pf_path, wrd, i, PATH_SEP))
PATH_SEP         1057 source/daymvdel.c       if (!ll_wordput(tkd_path, tmp, wrd, j, PATH_SEP))
PATH_SEP         1107 source/daymvdel.c    if ((nwords = ll_words(path, PATH_SEP)) == 0)
PATH_SEP         1117 source/daymvdel.c       if (!ll_word(path, wrd, i, PATH_SEP))
PATH_SEP         1125 source/daymvdel.c       if (!ll_wordput(wrk, tmp, wrd, i, PATH_SEP))
PATH_SEP         1950 source/dbstress.c    sprintf(dest_table_name, "%s%c%s", tmp_path, PATH_SEP, rname);