Searched refs:indexpos (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | kern_sig.c | 3504 corefile_open_last(struct thread *td, char *name, int indexpos, in corefile_open_last() argument 3522 ch = name[indexpos + indexlen]; in corefile_open_last() 3523 (void)snprintf(name + indexpos, indexlen + 1, "%.*u", indexlen, in corefile_open_last() 3525 name[indexpos + indexlen] = ch; in corefile_open_last() 3608 int cmode, error, flags, i, indexpos, indexlen, oflags, ncores; in corefile_open() local 3614 indexpos = -1; in corefile_open() 3636 if (indexpos != -1) { in corefile_open() 3641 indexpos = sbuf_len(&sb); in corefile_open() 3643 indexlen = sbuf_len(&sb) - indexpos; in corefile_open() 3685 if (indexpos != -1) { in corefile_open() [all …]
|