OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getcode
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/ntp/dist/libntp/
statestr.c
165
/* not used with
getcode
(), no terminating entry needed */
175
/* not used with
getcode
(), no terminating entry needed */
202
/* not used with
getcode
(), no terminating entry needed */
283
/* not used with
getcode
(), no terminating entry needed */
288
static const char *
getcode
(int, const struct codestring *);
293
*
getcode
- return string corresponding to code
296
getcode
(
function
467
getcode
(CTL_SYS_LI(st), leap_codes),
468
getcode
(CTL_SYS_SOURCE(st), sync_codes),
470
getcode
(CTL_SYS_EVENT(st), sys_codes))
[
all
...]
/src/sys/arch/sgimips/stand/undist/
util.c
166
static code_int
getcode
(FILE *);
201
/* maximum number of bytes to return from
getcode
(). if 0, no limit. */
204
/* number of bytes
getcode
has returned since decompress() was called */
238
finchar = oldcode =
getcode
(input);
248
while ( (code =
getcode
(input)) > -1 ) {
255
if ( (code =
getcode
(input)) == -1 ) /* O, untimely death! */
349
getcode
(FILE *input)
function
/src/usr.bin/compress/
zopen.c
202
static code_int
getcode
(struct s_zstate *);
503
while ((code =
getcode
(zs)) > -1) {
568
getcode
(struct s_zstate *zs)
function
/src/usr.bin/gzip/
zuncompress.c
128
static code_int
getcode
(struct s_zstate *zs);
264
while ((zs->u.r.zs_code =
getcode
(zs)) > -1) {
332
getcode
(struct s_zstate *zs)
function
Completed in 28 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026