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
2854
2854
arpreq
2855
2855
arpreq_old
2856
2856
atexit
2857
+ atof
2857
2858
atoi
2859
+ atol
2860
+ atoll
2858
2861
bind
2859
2862
blkcnt_t
2860
2863
blksize_t
@@ -3504,7 +3507,9 @@ strtod
3504
3507
strtof
3505
3508
strtok
3506
3509
strtol
3510
+ strtoll
3507
3511
strtoul
3512
+ strtoull
3508
3513
strxfrm
3509
3514
suseconds_t
3510
3515
swapoff
Original file line number Diff line number Diff line change @@ -1818,7 +1818,6 @@ arc4random
1818
1818
arc4random_buf
1819
1819
arc4random_uniform
1820
1820
arphdr
1821
- atof
1822
1821
attrgroup_t
1823
1822
attribute_set_t
1824
1823
attrlist
Original file line number Diff line number Diff line change @@ -1221,7 +1221,6 @@ arc4random
1221
1221
arc4random_buf
1222
1222
arc4random_uniform
1223
1223
arphdr
1224
- atof
1225
1224
backtrace
1226
1225
backtrace_symbols
1227
1226
backtrace_symbols_fd
Original file line number Diff line number Diff line change @@ -1493,7 +1493,6 @@ arc4random
1493
1493
arc4random_buf
1494
1494
arc4random_uniform
1495
1495
arphdr
1496
- atof
1497
1496
au_asid_t
1498
1497
au_id_t
1499
1498
au_mask_t
Original file line number Diff line number Diff line change @@ -1168,6 +1168,9 @@ accept4
1168
1168
acct
1169
1169
aiocb
1170
1170
atof
1171
+ atoi
1172
+ atol
1173
+ atoll
1171
1174
blkcnt64_t
1172
1175
brk
1173
1176
clearenv
@@ -1366,6 +1369,8 @@ stat64
1366
1369
statfs
1367
1370
statfs64
1368
1371
statvfs64
1372
+ strtoll
1373
+ strtoull
1369
1374
swapoff
1370
1375
swapon
1371
1376
sync
Original file line number Diff line number Diff line change @@ -2868,7 +2868,6 @@ arpd_request
2868
2868
arphdr
2869
2869
arpreq
2870
2870
arpreq_old
2871
- atof
2872
2871
blkcnt64_t
2873
2872
brk
2874
2873
bsearch
Original file line number Diff line number Diff line change @@ -1166,7 +1166,6 @@ arc4random
1166
1166
arc4random_buf
1167
1167
arc4random_uniform
1168
1168
arphdr
1169
- atof
1170
1169
bsearch
1171
1170
chflags
1172
1171
chroot
Original file line number Diff line number Diff line change @@ -977,7 +977,6 @@ arc4random
977
977
arc4random_buf
978
978
arc4random_uniform
979
979
arphdr
980
- atof
981
980
backtrace
982
981
backtrace_symbols
983
982
backtrace_symbols_fd
Original file line number Diff line number Diff line change @@ -451,7 +451,10 @@ access
451
451
addrinfo
452
452
alarm
453
453
atexit
454
+ atof
454
455
atoi
456
+ atol
457
+ atoll
455
458
bind
456
459
blkcnt_t
457
460
blksize_t
@@ -818,7 +821,9 @@ strtod
818
821
strtof
819
822
strtok
820
823
strtol
824
+ strtoll
821
825
strtoul
826
+ strtoull
822
827
strxfrm
823
828
suseconds_t
824
829
symlink
Original file line number Diff line number Diff line change @@ -152,6 +152,8 @@ aligned_free
152
152
atexit
153
153
atof
154
154
atoi
155
+ atol
156
+ atoll
155
157
bind
156
158
c_char
157
159
c_double
@@ -307,7 +309,9 @@ strtod
307
309
strtof
308
310
strtok
309
311
strtol
312
+ strtoll
310
313
strtoul
314
+ strtoull
311
315
strxfrm
312
316
system
313
317
time
You can’t perform that action at this time.
0 commit comments