Searched refs:indexpos (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/kern/ |
H A D | kern_sig.c | 3854 corefile_open_last(struct thread *td, char *name, int indexpos, in corefile_open_last() argument 3872 ch = name[indexpos + indexlen]; in corefile_open_last() 3873 (void)snprintf(name + indexpos, indexlen + 1, "%.*u", indexlen, in corefile_open_last() 3875 name[indexpos + indexlen] = ch; in corefile_open_last() 3958 int cmode, error, flags, i, indexpos, indexlen, oflags, ncores; in corefile_open() local 3964 indexpos = -1; in corefile_open() 3986 if (indexpos != -1) { in corefile_open() 3991 indexpos = sbuf_len(&sb); in corefile_open() 3993 indexlen = sbuf_len(&sb) - indexpos; in corefile_open() 4035 if (indexpos != -1) { in corefile_open() [all …]
|