sep 1334 lib/util.c const char *result, *sep; sep 1337 lib/util.c sep = strchr (result, '|'); sep 1339 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;