Searched refs:p_s (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sbin/fdisk/
H A Dfdisk.c1854 unsigned int p_s, p_e; local
1869 p_s = le32toh(mboot.mbr_parts[p].mbrp_start);
1870 p_e = p_s + le32toh(mboot.mbr_parts[p].mbrp_size);
1871 if (start + size <= p_s || start >= p_e)
1935 p_s = ext_offset(p);
1936 p_e = p_s + le32toh(ext.ptn[p].mbr_parts[0].mbrp_start)
1938 if (p_s >= start && p_e <= start + size)
1978 unsigned int p_s, p_e; local
1998 p_s = ext_offset(p);
1999 p_e = p_s
[all...]
/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dsin_cos.c296 mpfr_prec_t prec_i_have, h, r0 = r, pp_s, p_s; local
336 MPFR_MPZ_SIZEINBASE2(p_s, p);
337 mult[0] = r - pp_s + r0 - p_s;
/netbsd-current/external/bsd/nvi/dist/common/
H A Dkey.c344 v_event_push(SCR *sp, EVENT *p_evp, const CHAR_T *p_s, size_t nitems, u_int flags) argument
385 evp->e_c = *p_s++;
/netbsd-current/usr.sbin/syslogd/
H A Dsyslogd.c2051 const char *f_s = NULL, *p_s = NULL; local
2067 p_s = c->c_name;
2076 if (p_s == NULL) {
2078 p_s = p_n;
2080 snprintf(fp_buf, sizeof(fp_buf), "<%s.%s>", f_s, p_s);

Completed in 108 milliseconds