OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:asc_u32
(Results
1 - 4
of
4
) sorted by relevancy
/src/bin/pax/
cpio.c
300
arcn->sb.st_dev = (dev_t)
asc_u32
(hd->c_dev, sizeof(hd->c_dev), OCT);
301
arcn->sb.st_ino = (ino_t)
asc_u32
(hd->c_ino, sizeof(hd->c_ino), OCT);
302
arcn->sb.st_mode = (mode_t)
asc_u32
(hd->c_mode, sizeof(hd->c_mode), OCT);
303
arcn->sb.st_uid = (uid_t)
asc_u32
(hd->c_uid, sizeof(hd->c_uid), OCT);
304
arcn->sb.st_gid = (gid_t)
asc_u32
(hd->c_gid, sizeof(hd->c_gid), OCT);
305
arcn->sb.st_nlink = (nlink_t)
asc_u32
(hd->c_nlink, sizeof(hd->c_nlink),
307
arcn->sb.st_rdev = (dev_t)
asc_u32
(hd->c_rdev, sizeof(hd->c_rdev), OCT);
308
arcn->sb.st_mtime = (time_t)(int32_t)
asc_u32
(hd->c_mtime, sizeof(hd->c_mtime),
318
if ((nsz = (int)
asc_u32
(hd->c_namesize,sizeof(hd->c_namesize),OCT)) < 2)
581
arcn->sb.st_ino = (ino_t)
asc_u32
(hd->c_ino, sizeof(hd->c_ino), HEX)
[
all
...]
tar.c
116
hdck =
asc_u32
(hd, hdlen, OCT);
484
arcn->sb.st_mode = (mode_t)(
asc_u32
(hd->mode,sizeof(hd->mode),OCT) &
486
arcn->sb.st_uid = (uid_t)
asc_u32
(hd->uid, sizeof(hd->uid), OCT);
487
arcn->sb.st_gid = (gid_t)
asc_u32
(hd->gid, sizeof(hd->gid), OCT);
491
arcn->sb.st_mtime = (time_t)(int32_t)
asc_u32
(hd->mtime, sizeof(hd->mtime), OCT);
862
arcn->sb.st_mode = (mode_t)(
asc_u32
(hd->mode, sizeof(hd->mode), OCT) &
867
arcn->sb.st_mtime = (time_t)(int32_t)
asc_u32
(hd->mtime, sizeof(hd->mtime), OCT);
878
arcn->sb.st_gid = (gid_t)
asc_u32
(hd->gid, sizeof(hd->gid), OCT);
881
arcn->sb.st_uid = (uid_t)
asc_u32
(hd->uid, sizeof(hd->uid), OCT);
923
devmajor = (dev_t)
asc_u32
(hd->devmajor,sizeof(hd->devmajor),OCT)
[
all
...]
gen_subs.c
205
*
asc_u32
()
215
asc_u32
(char *str, int len, int base)
function in typeref:typename:uint32_t
extern.h
185
uint32_t
asc_u32
(char *, int, int);
Completed in 85 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025