sep              1328 lib/util.c         const char *result, *sep;
sep              1331 lib/util.c         sep = strchr (result, '|');
sep              1333 lib/util.c         return sep != NULL ? sep + 1 : result;
sep               113 lib/vfs/direntry.c     char *sep;
sep               115 lib/vfs/direntry.c     sep = strchr (path, PATH_SEP);
sep               116 lib/vfs/direntry.c     if (sep != NULL)
sep               117 lib/vfs/direntry.c         *sep = '\0';
sep               122 lib/vfs/direntry.c     if (sep != NULL)
sep               123 lib/vfs/direntry.c         *sep = PATH_SEP;