path_rest         228 maint/gnulib/lib/findprog-in.c     char *path_rest;
path_rest         236 maint/gnulib/lib/findprog-in.c     for (path_rest = path_copy; ; path_rest = cp + 1)
path_rest         245 maint/gnulib/lib/findprog-in.c         dir = path_rest;
path_rest         246 maint/gnulib/lib/findprog-in.c         for (cp = path_rest; *cp != '\0' && *cp != PATH_SEPARATOR; cp++)
path_rest          52 maint/gnulib/lib/findprog.c   char *path_rest;
path_rest          75 maint/gnulib/lib/findprog.c   for (path_rest = path; ; path_rest = cp + 1)
path_rest          82 maint/gnulib/lib/findprog.c       dir = path_rest;
path_rest          83 maint/gnulib/lib/findprog.c       for (cp = path_rest; *cp != '\0' && *cp != ':'; cp++)