Home
last modified time | relevance | path

Searched refs:atol (Results 1 – 25 of 63) sorted by relevance

123

/external/e2fsprogs/ext2ed/
Dinodebitmap_com.c38 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()
Dblockbitmap_com.c54 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()
Dgroup_com.c30 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()
Ddir_com.c355 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()
Dfile_com.c75 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()
Dgeneral_com.c247 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()
Dext2_com.c90 group_num=atol (buffer); in type_ext2___group()
Dinode_com.c36 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/
Dnewfolder.c46 newid = LIBMTP_Create_Folder(device, argv[1], atol(argv[2]), atol(argv[3])); in newfolder_command()
/external/ipsec-tools/src/libipsec/
Dpolicy_parse.y169 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/
Dlatticetune.c121 long code=atol(line); in main()
122 long val=atol(pos+1); in main()
/external/zlib/src/contrib/testzlib/
Dtestzlib.c175 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/
Dtaint-tester.c175 long atol(const char *nptr);
184 long l = atol(s); // expected-warning + {{tainted}} in atoiTest()
/external/freetype/include/freetype/config/
Dftstdlib.h144 #define ft_atol atol
/external/chromium_org/third_party/freetype/include/freetype/config/
Dftstdlib.h144 #define ft_atol atol
/external/aac/libSYS/include/
Dcmdl_parser.h130 #define _tstol atol
/external/ipsec-tools/src/racoon/
Dprsa_tok.l82 {digit}+ { prsalval.num = atol(prsatext); return NUMBER; }
/external/compiler-rt/lib/asan/
Dasan_intercepted_functions.h107 long atol(const char *nptr); // NOLINT
Dasan_interceptors.cc560 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/
DResponder.c294 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/
Dtcp-accept.c90 buf_putint(ses.writepayload, atol(portstring)); in tcp_acceptor()
/external/chromium_org/third_party/libaddressinput/chromium/cpp/src/
Dvalidating_util.cc119 time_t timestamp = atol(timestamp_string.c_str()); in UnwrapTimestamp()
/external/openssl/apps/
Docsp.c194 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/
Docsp.c194 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/
Dfibonacci.cpp93 int n = argc > 1 ? atol(argv[1]) : 24; in main()

123