OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:atoi16
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/mail/
mime_codecs.c
403
static unsigned char const
atoi16
[] = {
local in function:_qp_cfromhex
415
if ((i1 = (unsigned char)hex[0] - '0') >= __arraycount(
atoi16
) ||
416
(i2 = (unsigned char)hex[1] - '0') >= __arraycount(
atoi16
))
418
i1 =
atoi16
[i1];
419
i2 =
atoi16
[i2];
mime_codecs.c
403
static unsigned char const
atoi16
[] = {
local in function:_qp_cfromhex
415
if ((i1 = (unsigned char)hex[0] - '0') >= __arraycount(
atoi16
) ||
416
(i2 = (unsigned char)hex[1] - '0') >= __arraycount(
atoi16
))
418
i1 =
atoi16
[i1];
419
i2 =
atoi16
[i2];
Completed in 20 milliseconds
Indexes created Tue Oct 07 21:09:53 GMT 2025