Home
last modified time | relevance | path

Searched refs:str_sec (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/bin/pax/
H A Dsel_subs.c69 static int str_sec(const char *, time_t *);
422 if (str_sec(str, &(pt->low_time)) < 0) { in trng_add()
434 if (str_sec(up_pt, &(pt->high_time)) < 0) { in trng_add()
548 str_sec(const char *p, time_t *tval) in str_sec() function
/netbsd-src/external/cddl/osnet/dist/uts/common/dtrace/
H A Ddtrace.c9709 dof_sec_t *str_sec, *prb_sec, *arg_sec, *off_sec, *enoff_sec; local
9723 str_sec = (dof_sec_t *)(uintptr_t)(daddr + dof->dofh_secoff +
9732 strtab = (char *)(uintptr_t)(daddr + str_sec->dofs_offset);
9827 dof_sec_t *str_sec; local
9835 str_sec = (dof_sec_t *)(uintptr_t)(daddr + dof->dofh_secoff +
9838 strtab = (char *)(uintptr_t)(daddr + str_sec->dofs_offset);
16531 dof_sec_t *str_sec, *prb_sec, *arg_sec, *off_sec, *enoff_sec; local
16560 str_sec = dtrace_dof_sect(dof, DOF_SECT_STRTAB, provider->dofpv_strtab);
16565 if (str_sec == NULL || prb_sec == NULL ||
16577 strtab = (char *)(uintptr_t)(daddr + str_sec->dofs_offset);
[all …]