HomeSort by relevance Sort by last modified time
    Searched refs:L_tmpnam (Results 1 - 25 of 83) sorted by null

1 2 3 4

  /bionic/libc/stdio/
tmpnam.c 48 static char buf[L_tmpnam];
52 (void)snprintf(s, L_tmpnam, "%stmp.%lu.XXXXXXXXX", P_tmpdir, tmpcount);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
stdio_lim.h 24 # define L_tmpnam 20
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
stdio_lim.h 24 # define L_tmpnam 20
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
stdio_lim.h 24 # define L_tmpnam 20
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/file.streams/fstreams/ofstream.cons/
pointer.pass.cpp 22 char temp[L_tmpnam];
move.pass.cpp 23 char temp[L_tmpnam];
string.pass.cpp 22 char temp[L_tmpnam];
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/file.streams/fstreams/ofstream.members/
rdbuf.pass.cpp 22 char temp[L_tmpnam];
close.pass.cpp 22 char temp[L_tmpnam];
open_pointer.pass.cpp 22 char temp[L_tmpnam];
open_string.pass.cpp 22 char temp[L_tmpnam];
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/file.streams/fstreams/fstream.cons/
pointer.pass.cpp 22 char temp[L_tmpnam];
move.pass.cpp 23 char temp[L_tmpnam];
string.pass.cpp 22 char temp[L_tmpnam];
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/file.streams/fstreams/fstream.members/
close.pass.cpp 22 char temp[L_tmpnam];
open_pointer.pass.cpp 22 char temp[L_tmpnam];
open_string.pass.cpp 22 char temp[L_tmpnam];
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/file.streams/fstreams/ofstream.assign/
move_assign.pass.cpp 23 char temp[L_tmpnam];
member_swap.pass.cpp 22 char temp1[L_tmpnam], temp2[L_tmpnam];
nonmember_swap.pass.cpp 23 char temp1[L_tmpnam], temp2[L_tmpnam];
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/file.streams/fstreams/fstream.assign/
move_assign.pass.cpp 23 char temp[L_tmpnam];
member_swap.pass.cpp 22 char temp1[L_tmpnam], temp2[L_tmpnam];
nonmember_swap.pass.cpp 23 char temp1[L_tmpnam], temp2[L_tmpnam];
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/file.streams/fstreams/filebuf.assign/
member_swap.pass.cpp 22 char temp[L_tmpnam];
move_assign.pass.cpp 23 char temp[L_tmpnam];

Completed in 377 milliseconds

1 2 3 4