OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:u32_asc
(Results
1 - 3
of
3
) sorted by relevancy
/src/bin/pax/
cpio.c
418
if (
u32_asc
((uintmax_t)arcn->ln_nlen, hd->c_filesize,
426
if (
u32_asc
((uintmax_t)0, hd->c_filesize, sizeof(hd->c_filesize),
435
if (
u32_asc
((uintmax_t)MAGIC, hd->c_magic, sizeof(hd->c_magic), OCT) ||
436
u32_asc
((uintmax_t)arcn->sb.st_dev, hd->c_dev, sizeof(hd->c_dev),
438
u32_asc
((uintmax_t)arcn->sb.st_ino, hd->c_ino, sizeof(hd->c_ino),
440
u32_asc
((uintmax_t)arcn->sb.st_mode, hd->c_mode, sizeof(hd->c_mode),
442
u32_asc
((uintmax_t)arcn->sb.st_uid, hd->c_uid, sizeof(hd->c_uid),
444
u32_asc
((uintmax_t)arcn->sb.st_gid, hd->c_gid, sizeof(hd->c_gid),
446
u32_asc
((uintmax_t)arcn->sb.st_nlink, hd->c_nlink, sizeof(hd->c_nlink),
448
u32_asc
((uintmax_t)arcn->sb.st_rdev, hd->c_rdev, sizeof(hd->c_rdev)
[
all
...]
gen_subs.c
251
*
u32_asc
()
258
u32_asc
(uintmax_t val, char *str, int len, int base)
function in typeref:typename:int
extern.h
186
int
u32_asc
(uintmax_t, char *, int, int);
Completed in 12 milliseconds
Indexes created Mon Oct 20 00:09:40 GMT 2025