Home
last modified time | relevance | path

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

/freebsd/share/examples/ses/srcs/
H A Dgetencstat.c53 encioc_elm_desc_t objd; in main() local
150 bzero(&objd, sizeof(objd)); in main()
151 objd.elm_idx = objp[i].elm_idx; in main()
152 objd.elm_desc_len = UINT16_MAX; in main()
153 objd.elm_desc_str = calloc(UINT16_MAX, sizeof(char)); in main()
154 if (objd.elm_desc_str == NULL) { in main()
159 if (ioctl(fd, ENCIOC_GETELMDESC, (caddr_t)&objd) < 0) { in main()
182 if (objd.elm_desc_len > 0) in main()
184 objd.elm_desc_str); in main()
/freebsd/crypto/openssl/crypto/objects/
H A Dobj_dat.pl55 my %objd;
84 $objd{$v} = $d;
96 foreach my $k (keys %objd) {
97 $changed = 1 if $objd{$k} =~ s/(OBJ_[^,]+),/$objd{$1},/;
130 if (defined $obj{$nid{$i}} && $objd{$obj{$nid{$i}}} =~ /,/) {
131 my $v = $objd{$obj{$nid{$i}}};
224 my $v = $objd{$m};
/freebsd/crypto/openssl/Configurations/
H A Ddescrip.mms.tmpl1091 my $objd = abs2rel(rel2abs(dirname($obj)), rel2abs($forward));
1128 \$(AS) $asflags \$(ASOUTFLAG)${objd}${objn} $srcs
1140 > ${objd}${objn}-asm
1169 \$(CC) ${cflags}${depbuild} /OBJECT=${objd}${objn} /REPOSITORY=$backward $srcs