OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:encodings
(Results
1 - 4
of
4
) sorted by relevancy
/src/usr.sbin/wsfontload/
wsfontload.c
66
}
encodings
[] = {
variable in typeref:struct:__anon8604
111
for (i = 0; i < sizeof(
encodings
) / sizeof(
encodings
[0]); i++)
112
if (
encodings
[i].val == enc)
113
return (
encodings
[i].name);
127
for (i = 0; i < sizeof(
encodings
) / sizeof(
encodings
[0]); i++)
128
if (!strcmp(name,
encodings
[i].name))
129
return (
encodings
[i].val);
/src/crypto/external/bsd/openssl.old/dist/apps/
ecparam.c
67
static OPT_PAIR
encodings
[] = {
variable
145
if (!opt_pair(opt_arg(),
encodings
, &asn1_flag))
/src/sys/dev/wsfont/
wsfont.c
1065
static const struct wsfont_level1_glyphmap
encodings
[] = {
variable in typeref:struct:wsfont_level1_glyphmap
1083
if (font->encoding < 0 || font->encoding >= __arraycount(
encodings
))
1088
map1 = &
encodings
[font->encoding];
/src/sys/fs/hfs/
libhfs.h
276
uint64_t
encodings
;
member in struct:__anon6751
Completed in 34 milliseconds
Indexes created Thu May 07 00:24:58 UTC 2026