File tree Expand file tree Collapse file tree 22 files changed +44
-16
lines changed Expand file tree Collapse file tree 22 files changed +44
-16
lines changed Original file line number Diff line number Diff line change @@ -2854,7 +2854,10 @@ arphdr
28542854arpreq
28552855arpreq_old
28562856atexit
2857+ atof
28572858atoi
2859+ atol
2860+ atoll
28582861bind
28592862blkcnt_t
28602863blksize_t
@@ -3504,7 +3507,9 @@ strtod
35043507strtof
35053508strtok
35063509strtol
3510+ strtoll
35073511strtoul
3512+ strtoull
35083513strxfrm
35093514suseconds_t
35103515swapoff
Original file line number Diff line number Diff line change @@ -1818,7 +1818,6 @@ arc4random
18181818arc4random_buf
18191819arc4random_uniform
18201820arphdr
1821- atof
18221821attrgroup_t
18231822attribute_set_t
18241823attrlist
Original file line number Diff line number Diff line change @@ -1221,7 +1221,6 @@ arc4random
12211221arc4random_buf
12221222arc4random_uniform
12231223arphdr
1224- atof
12251224backtrace
12261225backtrace_symbols
12271226backtrace_symbols_fd
Original file line number Diff line number Diff line change @@ -1493,7 +1493,6 @@ arc4random
14931493arc4random_buf
14941494arc4random_uniform
14951495arphdr
1496- atof
14971496au_asid_t
14981497au_id_t
14991498au_mask_t
Original file line number Diff line number Diff line change @@ -1168,6 +1168,9 @@ accept4
11681168acct
11691169aiocb
11701170atof
1171+ atoi
1172+ atol
1173+ atoll
11711174blkcnt64_t
11721175brk
11731176clearenv
@@ -1366,6 +1369,8 @@ stat64
13661369statfs
13671370statfs64
13681371statvfs64
1372+ strtoll
1373+ strtoull
13691374swapoff
13701375swapon
13711376sync
Original file line number Diff line number Diff line change @@ -2868,7 +2868,6 @@ arpd_request
28682868arphdr
28692869arpreq
28702870arpreq_old
2871- atof
28722871blkcnt64_t
28732872brk
28742873bsearch
Original file line number Diff line number Diff line change @@ -1166,7 +1166,6 @@ arc4random
11661166arc4random_buf
11671167arc4random_uniform
11681168arphdr
1169- atof
11701169bsearch
11711170chflags
11721171chroot
Original file line number Diff line number Diff line change @@ -977,7 +977,6 @@ arc4random
977977arc4random_buf
978978arc4random_uniform
979979arphdr
980- atof
981980backtrace
982981backtrace_symbols
983982backtrace_symbols_fd
Original file line number Diff line number Diff line change @@ -451,7 +451,10 @@ access
451451addrinfo
452452alarm
453453atexit
454+ atof
454455atoi
456+ atol
457+ atoll
455458bind
456459blkcnt_t
457460blksize_t
@@ -818,7 +821,9 @@ strtod
818821strtof
819822strtok
820823strtol
824+ strtoll
821825strtoul
826+ strtoull
822827strxfrm
823828suseconds_t
824829symlink
Original file line number Diff line number Diff line change @@ -152,6 +152,8 @@ aligned_free
152152atexit
153153atof
154154atoi
155+ atol
156+ atoll
155157bind
156158c_char
157159c_double
@@ -307,7 +309,9 @@ strtod
307309strtof
308310strtok
309311strtol
312+ strtoll
310313strtoul
314+ strtoull
311315strxfrm
312316system
313317time
You can’t perform that action at this time.
0 commit comments