sep 601 lib/cib/cib_file.c char *sep = strrchr(path, '/'); sep 627 lib/cib/cib_file.c if (sep == NULL) { /* no directory component specified */ sep 630 lib/cib/cib_file.c } else if (sep == path) { /* given name is in / */ sep 634 lib/cib/cib_file.c *sep = '\0'; sep 636 lib/cib/cib_file.c cib_filename = sep + 1; sep 658 lib/cib/cib_file.c if ((sep != NULL) && (*sep == '\0')) { sep 659 lib/cib/cib_file.c *sep = '/'; sep 938 lib/pengine/unpack.c const char *sep = NULL; sep 963 lib/pengine/unpack.c } else if ((sep = strrchr(long_key, '-'))) { sep 964 lib/pengine/unpack.c ticket_id = sep + 1; sep 965 lib/pengine/unpack.c state_key = strndup(long_key, strlen(long_key) - strlen(sep)); sep 212 libltdl/argz.c argz_stringify (char *argz, size_t argz_len, int sep) sep 216 libltdl/argz.c if (sep) sep 222 libltdl/argz.c argz[argz_len] = sep; sep 58 libltdl/argz_.h LT_SCOPE void argz_stringify (char *argz, size_t argz_len, int sep);