Home
last modified time | relevance | path

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

/freebsd-14.2/bin/pax/
H A Dsel_subs.c58 static int str_sec(const char *, time_t *);
408 if (str_sec(str, &(pt->low_time)) < 0) { in trng_add()
420 if (str_sec(up_pt, &(pt->high_time)) < 0) { in trng_add()
531 str_sec(const char *p, time_t *tval) in str_sec() function
/freebsd-14.2/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c9474 dof_sec_t *str_sec, *prb_sec, *arg_sec, *off_sec, *enoff_sec; local
9497 strtab = (char *)(uintptr_t)(daddr + str_sec->dofs_offset);
9592 dof_sec_t *str_sec; local
9603 strtab = (char *)(uintptr_t)(daddr + str_sec->dofs_offset);
16201 if (str_sec == NULL || prb_sec == NULL ||
16213 strtab = (char *)(uintptr_t)(daddr + str_sec->dofs_offset);
16215 if (provider->dofpv_name >= str_sec->dofs_size ||
16258 if (probe->dofpr_func >= str_sec->dofs_size) {
16274 if (probe->dofpr_name >= str_sec->dofs_size ||
16336 if (typeidx >= str_sec->dofs_size) {
[all …]