Searched refs:c_min (Results 1 – 5 of 5) sorted by relevance
/openbsd/bin/pax/ |
H A D | cpio.c | 574 devminor = (dev_t)asc_ul(hd->c_min, sizeof(hd->c_min), HEX); in vcpio_rd() 577 devminor = (dev_t)asc_ul(hd->c_rmin, sizeof(hd->c_min), HEX); in vcpio_rd() 740 ul_asc(MINOR(arcn->sb.st_dev),hd->c_min, sizeof(hd->c_min), HEX) || in vcpio_wr() 742 ul_asc(MINOR(arcn->sb.st_rdev),hd->c_rmin,sizeof(hd->c_min), HEX) || in vcpio_wr()
|
H A D | cpio.h | 136 char c_min[8]; /* block/char minor # */ member
|
/openbsd/lib/libcrypto/x509/ |
H A D | x509_asid.c | 1001 ASN1_INTEGER *p_min = NULL, *p_max = NULL, *c_min = NULL, *c_max = NULL; in asid_contains() local 1012 if (!extract_min_max(sk_ASIdOrRange_value(child, c), &c_min, in asid_contains() 1023 if (ASN1_INTEGER_cmp(p_min, c_min) > 0) in asid_contains()
|
/openbsd/gnu/usr.bin/perl/cpan/Time-Piece/ |
H A D | Piece.pm | 184 $time->[c_min]; 353 sprintf("%02d$sep%02d$sep%02d", $time->[c_hour], $time->[c_min], $time->[c_sec]);
|
/openbsd/sys/sys/ |
H A D | tty.h | 159 #define t_min t_termios.c_min
|