HomeSort by relevance Sort by last modified time
    Searched full:strncpy (Results 126 - 150 of 1444) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/xen/
libutil.a 9 #*;@??FMT\emv?tty_namereallocttyname_rmemchrmalloc__errno_locationfreeloginmemcpygetpidstrncpyutmpnameupdwtmpbasenamesetutentpututlineendutent&C ]
31  ?W?".5DNlogoututmpnamesetutentstrncpygetutline_rmemset__gettimeofdaypututlineendutent# O
39  06? .logwtmpmemsetgetpidstrncpy__gettimeofdayupdwtmp(- a
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libutil.a 9 #*;@??FMT\emv?tty_namereallocttyname_rmemchrmalloc__errno_locationfreeloginmemcpygetpidstrncpyutmpnameupdwtmpbasenamesetutentpututlineendutent&C ]
31  ?W?".5DNlogoututmpnamesetutentstrncpygetutline_rmemset__gettimeofdaypututlineendutent# O
39  06? .logwtmpmemsetgetpidstrncpy__gettimeofdayupdwtmp(- a
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/xen/
libutil.a 9 #*;@??FMT\emv?tty_namereallocttyname_rmemchrmalloc__errno_locationfreeloginmemcpygetpidstrncpyutmpnameupdwtmpbasenamesetutentpututlineendutent&C ]
31  ?W?".5DNlogoututmpnamesetutentstrncpygetutline_rmemset__gettimeofdaypututlineendutent# O
39  06? .logwtmpmemsetgetpidstrncpy__gettimeofdayupdwtmp(- a
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/lib/
libutil.a 14 #*;@?UFMT\emv?tty_namereallocttyname_rmemchrmalloc__errno_locationfreeloginmemcpygetpidstrncpyutmpnameupdwtmpbasenamesetutentpututlineendutent% ????????@
47 UH???S1?H??(?????H??$??H?{? H??f?$??H??$H??H???????H??$?1??H??,H?H?@H?@H?@H??$H??L?H??$1??H??$H??$??TH??$f???X?H??t???H??([]Ð1???/var/run/utmpzRx ?,? ? ?GCC: (GNU) 4.2.3 (Ubuntu 4.2.3-2ubuntu7).symtab.strtab.shstrtab.rela.text.data.bss.rodata.str1.1.rela.eh_frame.comment.note.GNU-stack @h? &D,D12DEXH@@ O?*X??hx?  W ".5DNlogoututmpnamesetutentstrncpygetutline_rmemset__gettimeofdaypututlineendutent
61 ?????GCC: (GNU) 4.2.3 (Ubuntu 4.2.3-2ubuntu7).symtab.strtab.shstrtab.rela.text.data.bss.rodata.str1.1.rela.eh_frame.comment.note.GNU-stack @??? &$,$12$E8@@? Ox*X??hPP  ?6 ? .logwtmpmemsetgetpidstrncpy__gettimeofdayupdwtmp/ ????????4
  /external/bluetooth/bluedroid/main/
bte_conf.c 300 strncpy(conf_pairs[0].value, "1", CONF_VALUE_LEN);
321 strncpy(conf_pairs[param_num].value, p, CONF_VALUE_LEN-1);
409 strncpy(rec.client_executable_url,
412 strncpy(rec.service_description,
415 strncpy(rec.documentation_url,
  /external/jhead/
gpsinfo.c 230 strncpy(ImageInfo.GpsLat+2, TempString, 29);
232 strncpy(ImageInfo.GpsLong+2, TempString, 29);
240 strncpy(ImageInfo.GpsLatRaw, TempString, MAX_BUF_SIZE);
242 strncpy(ImageInfo.GpsLongRaw, TempString, MAX_BUF_SIZE);
268 strncpy(ImageInfo.GpsDateStamp, (char*)ValuePtr, sizeof(ImageInfo.GpsDateStamp));
  /external/ppp/pppd/plugins/radius/
avpair.c 79 strncpy (vp->strvalue, (char *) pval, AUTH_STRING_LEN);
124 strncpy (vp->name, pda->name, sizeof (vp->name));
706 strncpy(name, pair->name, (size_t) ln);
736 strncpy(value, dval->name, (size_t) lv-1);
741 strncpy(value, buffer, (size_t) lv);
747 strncpy (value, inet_ntoa (inad), (size_t) lv-1);
753 strncpy(value, buffer, lv-1);
  /external/clang/test/Analysis/
string.c 442 // strncpy()
450 #define strncpy(a,b,n) __strncpy_chk(a,b,n,(size_t)-1) macro
454 #define strncpy BUILTIN(strncpy) macro
455 char *strncpy(char *restrict s1, const char *restrict s2, size_t n);
461 strncpy(NULL, x, 5); // expected-warning{{Null pointer argument in call to string copy function}}
465 strncpy(x, NULL, 5); // expected-warning{{Null pointer argument in call to string copy function}}
469 strncpy(x, (char*)&strcpy_fn, 5); // expected-warning{{Argument to string copy function is the address of the function 'strcpy_fn', which is not a null-terminated string}}
475 clang_analyzer_eval(strncpy(x, y, 5) == x); // expected-warning{{TRUE}}
483 strncpy(x, y, 5); // expected-warning{{Size argument is greater than the length of the destination buffer}
    [all...]
  /bionic/libc/include/
string.h 73 extern char* strncpy(char* __restrict, const char* __restrict, size_t);
121 __errordecl(__strncpy_error, "strncpy called with size bigger than buffer");
124 char* strncpy(char* __restrict dest, const char* __restrict src, size_t n) { function
  /external/clang/test/SemaCXX/
warn-memset-bad-sizeof.cpp 126 extern "C" char *strncpy(char *det, const char *src, unsigned n);
141 strncpy(buff, BAR, sizeof(BAR)); // \
142 // expected-warning {{'strncpy' call operates on objects of type 'const char' while the size is based on a different type 'const char *'}} expected-note{{did you mean to provide an explicit length?}}
  /external/iproute2/misc/
lnstat_util.c 128 strncpy(lf->fields[i].name, tok, LNSTAT_MAX_FIELD_NAME_LEN);
155 strncpy(buf, RTSTAT_COMPAT_LINE, sizeof(buf)-1);
240 strncpy(lf->basename, "rt_cache", sizeof(lf->basename));
  /bionic/libc/upstream-freebsd/lib/libc/string/
wcsncpy.c 35 static char sccsid[] = "@(#)strncpy.c 8.1 (Berkeley) 6/4/93";
  /bionic/libstdc++/include/
cstring 59 using ::strncpy;
  /development/ide/xcode/ports/
skia_mac.cp 36 strncpy(workingDirectory, applicationPath, prefixLength);
  /device/generic/goldfish/camera/
EmulatedQemuCamera.cpp 84 strncpy(first_dim, frame_dims, sizeof(first_dim));
  /external/bluetooth/bluedroid/bta/ag/
bta_ag_ci.c 63 strncpy(p_data_area, p_data, len);
  /external/chromium/testing/gtest/xcode/Samples/FrameworkSample/
widget.cc 60 strncpy(buffer, name_.c_str(), max_size-1);
  /external/chromium_org/rlz/win/lib/
registry_util.cc 34 strncpy(value, WideToUTF8(value_string).c_str(), *value_size);
  /external/chromium_org/testing/gtest/xcode/Samples/FrameworkSample/
widget.cc 60 strncpy(buffer, name_.c_str(), max_size-1);
  /external/chromium_org/third_party/freetype/include/freetype/config/
ftstdlib.h 88 #define ft_strncpy strncpy
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
dlopen.h 79 strncpy(fname2 + 1, fname, 998);
  /external/chromium_org/third_party/zlib/contrib/minizip/
minizip.c 102 strncpy(name, f,MAXFILENAME-1);
103 /* strncpy doesnt append the trailing NULL, of the string is too long. */
311 strncpy(filename_try, argv[zipfilenamearg],MAXFILENAME-1);
312 /* strncpy doesnt append the trailing NULL, of the string is too long. */
  /external/compiler-rt/SDKs/darwin/usr/include/
string.h 29 char *strncpy(char *, const char *, size_t);
  /external/compiler-rt/lib/asan/
asan_interceptors.h 25 DECLARE_REAL(char*, strncpy, char *to, const char *from, uptr size)
  /external/e2fsprogs/lib/e2p/
ls.c 190 strncpy(buf, sb->s_volume_name, sizeof(sb->s_volume_name));
196 strncpy(buf, sb->s_last_mounted, sizeof(sb->s_last_mounted));
353 strncpy(buf, sb->s_first_error_func,
367 strncpy(buf, sb->s_last_error_func,

Completed in 1756 milliseconds

1 2 3 4 56 7 8 91011>>