sep               619 lib/cib/cib_file.c     char *sep = strrchr(path, '/');
sep               645 lib/cib/cib_file.c     if (sep == NULL) { /* no directory component specified */
sep               648 lib/cib/cib_file.c     } else if (sep == path) { /* given name is in / */
sep               652 lib/cib/cib_file.c         *sep = '\0';
sep               654 lib/cib/cib_file.c         cib_filename = sep + 1;
sep               676 lib/cib/cib_file.c     if ((sep != NULL) && (*sep == '\0')) {
sep               677 lib/cib/cib_file.c         *sep = '/';
sep               231 lib/common/nvpair.c     char *sep = NULL;
sep               235 lib/common/nvpair.c     sep = strstr(optarg, "=");
sep               236 lib/common/nvpair.c     if (sep == NULL) {
sep               240 lib/common/nvpair.c     *name = strndup(input, sep-input);
sep               249 lib/common/nvpair.c     if (*(sep+1) != '\0') {
sep               250 lib/common/nvpair.c         *value = strdup(sep+1);
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);