Searched refs:startp (Results 1 – 2 of 2) sorted by relevance
489 char *startp; in construct_output_path() local493 startp = path; in construct_output_path()499 while (*startp != '\0' && *startp != '@' && *startp != '.') in construct_output_path()500 ++startp; in construct_output_path()501 if (*startp == '.') in construct_output_path()504 endp = ++startp; in construct_output_path()510 if (endp > startp) in construct_output_path()511 normal = normalize_codeset (startp, endp - startp); in construct_output_path()520 (int) (startp - path), path, normal, endp ?: ""); in construct_output_path()
817 if (cp - startp == 5 && startp[0] == 'U' in insert_weights()818 && isxdigit (startp[1]) && isxdigit (startp[2]) in insert_weights()819 && isxdigit (startp[3]) && isxdigit (startp[4])) in insert_weights()826 startp = newstr; in insert_weights()831 len = cp - startp; in insert_weights()1109 if ((startp != NULL && (startp->name == NULL || ! startp->is_character)) in handle_ellipsis()1125 size_t len = (startp->mbs != NULL ? startp->nmbs in handle_ellipsis()1132 assert (startp == NULL || startp->wcs == NULL || startp->wcs[1] == 0); in handle_ellipsis()1146 if ((startp == NULL || startp->mbs != NULL) in handle_ellipsis()1155 if (startp == NULL || startp->mbs == NULL) in handle_ellipsis()[all …]
Completed in 10 milliseconds