/external/e2fsprogs/ext2ed/ |
D | inodebitmap_com.c | 38 entry_num=atol (buffer); in type_ext2_inode_bitmap___entry() 57 entry_offset=atol (buffer); in type_ext2_inode_bitmap___next() 73 entry_offset=atol (buffer); in type_ext2_inode_bitmap___prev() 89 num=atol (buffer); in type_ext2_inode_bitmap___allocate() 115 num=atol (buffer); in type_ext2_inode_bitmap___deallocate()
|
D | blockbitmap_com.c | 54 entry_num=atol (buffer); in type_ext2_block_bitmap___entry() 84 entry_offset=atol (buffer); in type_ext2_block_bitmap___next() 100 entry_offset=atol (buffer); in type_ext2_block_bitmap___prev() 124 num=atol (buffer); in type_ext2_block_bitmap___allocate() 153 num=atol (buffer); in type_ext2_block_bitmap___deallocate()
|
D | group_com.c | 30 entry_offset=atol (buffer); in type_ext2_group_desc___next() 46 entry_offset=atol (buffer); in type_ext2_group_desc___prev() 65 group_num=atol (buffer); in type_ext2_group_desc___entry() 91 copy_num=atol (buffer); in type_ext2_group_desc___gocopy()
|
D | dir_com.c | 355 entry_num_search=atol (buffer); in type_dir___entry() 492 offset*=atol (buffer); in type_dir___next() 509 offset*=atol (buffer); in type_dir___prev() 615 dir_entry_ptr->inode=atol (value); in type_dir___set() 622 dir_entry_ptr->rec_len=(unsigned int) atol (value); in type_dir___set() 629 dir_entry_ptr->name_len=(unsigned int) atol (value); in type_dir___set()
|
D | file_com.c | 75 block_offset*=atol (buffer); in type_file___nextblock() 103 offset*=atol (buffer); in type_file___next() 126 offset=atol (buffer); in type_file___offset() 153 offset*=atol (buffer); in type_file___prev() 176 block_offset*=atol (buffer); in type_file___prevblock() 208 block_offset=atol (buffer); in type_file___block()
|
D | general_com.c | 247 new_offset=device_offset+atol (new_offset_buffer+1)*mult; in set_offset() 255 new_offset=device_offset-atol (new_offset_buffer+1)*mult; in set_offset() 260 new_offset=atol (new_offset_buffer)*mult; in set_offset() 702 offset*=atol (buffer); in next() 731 offset*=atol (buffer); in prev()
|
D | ext2_com.c | 90 group_num=atol (buffer); in type_ext2___group()
|
D | inode_com.c | 36 mult=atol (buffer); in type_ext2_inode___prev() 83 mult=atol (buffer); in type_ext2_inode___next() 293 wanted_entry=atol (buffer); in type_ext2_inode___entry()
|
/external/libmtp/examples/ |
D | newfolder.c | 46 newid = LIBMTP_Create_Folder(device, argv[1], atol(argv[2]), atol(argv[3])); in newfolder_command()
|
/external/ipsec-tools/src/libipsec/ |
D | policy_parse.y | 169 p_priority_offset = -atol($3.buf); 190 p_priority_offset = atol($4.buf); 223 p_priority_offset = atol($5.buf); 245 p_priority_offset = atol($5.buf); 318 p_reqid = atol($1.buf); /* atol() is good. */
|
/external/libvorbis/vq/ |
D | latticetune.c | 121 long code=atol(line); in main() 122 long val=atol(pos+1); in main()
|
/external/zlib/src/contrib/testzlib/ |
D | testzlib.c | 175 BlockSizeCompress=atol(argv[2]); in main() 178 BlockSizeUncompress=atol(argv[3]); in main() 181 cprLevel=(int)atol(argv[4]); in main()
|
/external/clang/test/Analysis/ |
D | taint-tester.c | 175 long atol(const char *nptr); 184 long l = atol(s); // expected-warning + {{tainted}} in atoiTest()
|
/external/freetype/include/freetype/config/ |
D | ftstdlib.h | 144 #define ft_atol atol
|
/external/chromium_org/third_party/freetype/include/freetype/config/ |
D | ftstdlib.h | 144 #define ft_atol atol
|
/external/aac/libSYS/include/ |
D | cmdl_parser.h | 130 #define _tstol atol
|
/external/ipsec-tools/src/racoon/ |
D | prsa_tok.l | 82 {digit}+ { prsalval.num = atol(prsatext); return NUMBER; }
|
/external/compiler-rt/lib/asan/ |
D | asan_intercepted_functions.h | 107 long atol(const char *nptr); // NOLINT
|
D | asan_interceptors.cc | 560 INTERCEPTOR(long, atol, const char *nptr) { // NOLINT in INTERCEPTOR() argument 562 if (!asan_inited) return REAL(atol)(nptr); in INTERCEPTOR() 566 return REAL(atol)(nptr); in INTERCEPTOR() 695 ASAN_INTERCEPT_FUNC(atol); in InitializeAsanInterceptors()
|
/external/mdnsresponder/mDNSPosix/ |
D | Responder.c | 294 gPortNumber = atol(optarg); in ParseArguments() 569 || ! CheckThatPortNumberIsUsable(atol(port), mDNStrue)) in RegisterServicesInFile() 592 status = RegisterOneService(name, type, dom, text, textLen, atol(port)); in RegisterServicesInFile()
|
/external/dropbear/ |
D | tcp-accept.c | 90 buf_putint(ses.writepayload, atol(portstring)); in tcp_acceptor()
|
/external/chromium_org/third_party/libaddressinput/chromium/cpp/src/ |
D | validating_util.cc | 119 time_t timestamp = atol(timestamp_string.c_str()); in UnwrapTimestamp()
|
/external/openssl/apps/ |
D | ocsp.c | 194 req_timeout = atol(*args); in MAIN() 361 nsec = atol(*args); in MAIN() 377 maxage = atol(*args); in MAIN() 489 nmin = atol(*args); in MAIN() 507 accept_count = atol(*args); in MAIN() 523 ndays = atol(*args); in MAIN()
|
/external/chromium_org/third_party/openssl/openssl/apps/ |
D | ocsp.c | 194 req_timeout = atol(*args); in MAIN() 361 nsec = atol(*args); in MAIN() 377 maxage = atol(*args); in MAIN() 489 nmin = atol(*args); in MAIN() 507 accept_count = atol(*args); in MAIN() 523 ndays = atol(*args); in MAIN()
|
/external/llvm/examples/Fibonacci/ |
D | fibonacci.cpp | 93 int n = argc > 1 ? atol(argv[1]) : 24; in main()
|