sep               617 lib/cib/cib_file.c     char *sep = strrchr(path, '/');
sep               643 lib/cib/cib_file.c     if (sep == NULL) { /* no directory component specified */
sep               646 lib/cib/cib_file.c     } else if (sep == path) { /* given name is in / */
sep               650 lib/cib/cib_file.c         *sep = '\0';
sep               652 lib/cib/cib_file.c         cib_filename = sep + 1;
sep               674 lib/cib/cib_file.c     if ((sep != NULL) && (*sep == '\0')) {
sep               675 lib/cib/cib_file.c         *sep = '/';
sep               230 lib/common/nvpair.c     char *sep = NULL;
sep               234 lib/common/nvpair.c     sep = strstr(optarg, "=");
sep               235 lib/common/nvpair.c     if (sep == NULL) {
sep               239 lib/common/nvpair.c     *name = strndup(input, sep-input);
sep               248 lib/common/nvpair.c     if (*(sep+1) != '\0') {
sep               249 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;