Home
last modified time | relevance | path

Searched refs:p_str (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw2plus/fcal_leds/
H A Dfc_led_parse.c168 dtls->ver_maj = strtoul(*p_str, p_str, 0); in act_version()
173 dtls->ver_min = strtoul(*p_str, p_str, 0); in act_version()
174 if ((**p_str != '\0') && !isspace(**p_str)) { in act_version()
290 dtls->n_disks = strtoul(*p_str, p_str, 0); in act_n_disks()
291 if ((**p_str != '\0') && !isspace(**p_str)) { in act_n_disks()
339 int i = strtoul(*p_str, p_str, 0); in get_assert()
355 int i = strtoul(*p_str, p_str, 0); in get_pnz()
390 int j = strtoul(*p_str, p_str, 0); in get_mask()
399 i = strtoul(*p_str, p_str, 0); in get_mask()
426 int j = strtoul(*p_str, p_str, 0); in act_led_id()
[all …]
H A Dfcal_leds.h272 typedef int (*actfun_t)(str *p_str, led_dtls_t *dtls);
/illumos-gate/usr/src/lib/libc/port/regex/
H A Dregcomp.c109 static void p_str(struct parse *p);
310 p_str(p); in regcomp()
517 p_str(struct parse *p) in p_str() function