Searched refs:strncat (Results 1 – 15 of 15) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | dynload_beos.c | 176 (void)strncat( fullpath, "/", PATH_MAX ); in _PyImport_GetDynLoadFunc() 177 (void)strncat( fullpath, pathname, PATH_MAX ); in _PyImport_GetDynLoadFunc()
|
D | dynload_aix.c | 133 #define ERRBUF_APPEND(s) strncat(errbuf, s, sizeof(errbuf)-strlen(errbuf)-1) in aix_loaderror()
|
/device/linaro/bootloader/edk2/StdLib/LibC/String/ |
D | Concatenation.c | 44 strncat(char * __restrict s1, const char * __restrict s2, size_t n) in strncat() function
|
/device/linaro/bootloader/edk2/StdLib/Include/ |
D | string.h | 203 char *strncat(char * __restrict Dest, const char * __restrict Src, size_t N);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/ |
D | getpath.c | 578 strncat(buf, defpath, len); in calculate_path()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/ |
D | getpath.c | 647 strncat(buf, defpath, len); in calculate_path()
|
D | edk2module.c | 3562 strncat(modulepath, in _PyPopenCreateProcess() 3577 strncat(modulepath, in _PyPopenCreateProcess()
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/ |
D | CommonLib.c | 659 strncat (mCommonLibFullPath, FileName, MAX_LONG_FILE_PATH - strlen (mCommonLibFullPath) - 1); in LongFilePath()
|
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/ |
D | glUtils.cpp | 568 strncat(p, strings[i], l); in glUtilsPackStrings()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | getpath.c | 614 strncat(buf, defpath, len); in calculate_path()
|
D | posixmodule.c | 5152 strncat(modulepath, in _PyPopenCreateProcess() 5167 strncat(modulepath, in _PyPopenCreateProcess()
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
D | antlr.c | 447 /* MR10 */ strncat(ClassDeclStuff," ",MaxClassDeclStuff); in class_def() 448 /* MR10 */ strncat(ClassDeclStuff,LATEXT(1),MaxClassDeclStuff); in class_def()
|
D | antlr.g | 782 /* MR10 */ strncat(ClassDeclStuff," ",MaxClassDeclStuff); 783 /* MR10 */ strncat(ClassDeclStuff,LATEXT(1),MaxClassDeclStuff);
|
/device/google/cuttlefish_kernel/4.4-x86_64/ |
D | System.map | 14154 ffffffff813b0940 T strncat
|
/device/google/cuttlefish_kernel/4.14-x86_64/ |
D | System.map | 36359 ffffffff81a1cfa0 T strncat
|