Lines Matching refs:sep
2772 char *sep; local
2780 sep = strchr(src, ':');
2782 if (sep) {
2783 *sep = '\0';
2784 if (*(sep + 1) == '-')
2785 default_val = sep+2;
2786 if (*(sep + 1) == '=') {
2787 default_val = sep+2;
2790 if (*(sep + 1) == '+') {
2791 default_val = sep+2;
2814 if (sep)
2815 *sep = ':';
2846 char sep[]=" "; local
2915 sep[0]=ifs[0];
2918 if (i+1 < global_argc) parse_string(dest, ctx, sep);