sep               449 lib/cib/cib_file.c     char *sep = strrchr(path, '/');
sep               475 lib/cib/cib_file.c     if (sep == NULL) { /* no directory component specified */
sep               478 lib/cib/cib_file.c     } else if (sep == path) { /* given name is in / */
sep               482 lib/cib/cib_file.c         *sep = '\0';
sep               484 lib/cib/cib_file.c         cib_filename = sep + 1;
sep               506 lib/cib/cib_file.c     if ((sep != NULL) && (*sep == '\0')) {
sep               507 lib/cib/cib_file.c         *sep = '/';
sep               133 lib/common/nvpair.c     char *sep = NULL;
sep               137 lib/common/nvpair.c     sep = strstr(optarg, "=");
sep               138 lib/common/nvpair.c     if (sep == NULL) {
sep               142 lib/common/nvpair.c     *name = strndup(input, sep-input);
sep               151 lib/common/nvpair.c     if (*(sep+1) != '\0') {
sep               152 lib/common/nvpair.c         *value = strdup(sep+1);
sep                59 libltdl/libltdl/lt__argz_.h LT_SCOPE void	 argz_stringify	(char *argz, size_t argz_len, int sep);
sep               212 libltdl/lt__argz.c argz_stringify (char *argz, size_t argz_len, int sep)
sep               216 libltdl/lt__argz.c   if (sep)
sep               222 libltdl/lt__argz.c 	    argz[argz_len] = sep;