Lines Matching refs:indexpos
3906 corefile_open_last(struct thread *td, char *name, int indexpos, in corefile_open_last() argument
3924 ch = name[indexpos + indexlen]; in corefile_open_last()
3925 (void)snprintf(name + indexpos, indexlen + 1, "%.*u", indexlen, in corefile_open_last()
3927 name[indexpos + indexlen] = ch; in corefile_open_last()
4010 int cmode, error, flags, i, indexpos, indexlen, oflags, ncores; in corefile_open() local
4016 indexpos = -1; in corefile_open()
4038 if (indexpos != -1) { in corefile_open()
4043 indexpos = sbuf_len(&sb); in corefile_open()
4045 indexlen = sbuf_len(&sb) - indexpos; in corefile_open()
4087 if (indexpos != -1) { in corefile_open()
4088 error = corefile_open_last(td, name, indexpos, indexlen, ncores, in corefile_open()