Searched refs:str_sec (Results 1 – 2 of 2) sorted by relevance
/freebsd/bin/pax/ |
H A D | sel_subs.c | 52 static int str_sec(const char *, time_t *); 402 if (str_sec(str, &(pt->low_time)) < 0) { in trng_add() 414 if (str_sec(up_pt, &(pt->high_time)) < 0) { in trng_add() 525 str_sec(const char *p, time_t *tval) in str_sec() function
|
/freebsd/sys/cddl/contrib/opensolaris/uts/common/dtrace/ |
H A D | dtrace.c | 9476 dof_sec_t *str_sec, *prb_sec, *arg_sec, *off_sec, *enoff_sec; local 9490 str_sec = (dof_sec_t *)(uintptr_t)(daddr + dof->dofh_secoff + 9499 strtab = (char *)(uintptr_t)(daddr + str_sec->dofs_offset); 9594 dof_sec_t *str_sec; local 9602 str_sec = (dof_sec_t *)(uintptr_t)(daddr + dof->dofh_secoff + 9605 strtab = (char *)(uintptr_t)(daddr + str_sec->dofs_offset); 16167 dof_sec_t *str_sec, *prb_sec, *arg_sec, *off_sec, *enoff_sec; local 16196 str_sec = dtrace_dof_sect(dof, DOF_SECT_STRTAB, provider->dofpv_strtab); 16201 if (str_sec == NULL || prb_sec == NULL || 16213 strtab = (char *)(uintptr_t)(daddr + str_sec->dofs_offset); [all …]
|