Home
last modified time | relevance | path

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

12

/external/e2fsprogs/ext2ed/
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()
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()
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()
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()
Dext2_com.c90 group_num=atol (buffer); in type_ext2___group()
Dsuper_com.c131 copy_num=atol (buffer); in type_ext2_super_block___gocopy()
/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.c188 long atol(const char *nptr);
197 long l = atol(s); // expected-warning + {{tainted}} in atoiTest()
/external/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.h103 long atol(const char *nptr); // NOLINT
Dasan_interceptors.cc603 INTERCEPTOR(long, atol, const char *nptr) { // NOLINT in INTERCEPTOR() argument
605 if (!asan_inited) return REAL(atol)(nptr); in INTERCEPTOR()
609 return REAL(atol)(nptr); in INTERCEPTOR()
722 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/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/dropbear/
Dtcp-accept.c90 buf_putint(ses.writepayload, atol(portstring)); in tcp_acceptor()
/external/llvm/examples/Fibonacci/
Dfibonacci.cpp93 int n = argc > 1 ? atol(argv[1]) : 24; in main()
/external/stlport/stlport/stl/
D_cstdlib.h78 using _STLP_VENDOR_CSTD::atol;
/external/libppp/src/
Dcommand.c1609 long l = atol(argv[0]); in SetRetry()
1619 l = atol(argv[1]); in SetRetry()
1627 l = atol(argv[2]); in SetRetry()
1787 long_val = atol(argp); in SetVariable()
1860 long_val = atol(argp); in SetVariable()
1884 long_val = atol(argp); in SetVariable()
1898 long_val = atol(arg->argv[arg->argn + 1]); in SetVariable()
1941 long_val = atol(argp); in SetVariable()
1955 long_val = atol(arg->argv[arg->argn + 1]); in SetVariable()
2010 long_val = atol(argp); in SetVariable()
[all …]

12