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

1 2 3 4 5 6 7 8 91011>>

  /external/mesa3d/src/mesa/main/
cpuinfo.c 63 strcat(buffer, "x86");
68 strcat(buffer, (cpu_has_mmxext) ? "/MMX+" : "/MMX");
73 strcat(buffer, (cpu_has_3dnowext) ? "/3DNow!+" : "/3DNow!");
78 strcat(buffer, (cpu_has_xmm2) ? "/SSE2" : "/SSE");
84 strcat(buffer, "SPARC");
  /bionic/libc/upstream-openbsd/lib/libc/string/
strcat.c 1 /* $OpenBSD: strcat.c,v 1.9 2014/06/10 04:17:37 deraadt Exp $ */
35 __warn_references(strcat,
36 "warning: strcat() is almost always misused, please use strlcat()");
40 strcat(char *s, const char *append) function
  /external/syslinux/com32/lib/
strcat.c 2 * strcat.c
7 char *strcat(char *dst, const char *src) function
  /external/python/cpython2/PC/VS7.1/
make_buildinfo.c 43 strcat(command, "bin\\subwcrev.exe");
47 strcat(command, "\" ..\\.. ..\\..\\Modules\\getbuildinfo.c getbuildinfo2.c");
63 strcat(command, "-MD ");
66 strcat(command, "-D_DEBUG -MDd ");
69 strcat(command, "-MD /USECL:MS_ITANIUM ");
72 strcat(command, "-MD ");
73 strcat(command, "-MD /USECL:MS_OPTERON ");
81 strcat(command, "getbuildinfo2.c -DSUBWCREV ");
83 strcat(command, "..\\..\\Modules\\getbuildinfo.c");
84 strcat(command, " -Fogetbuildinfo.o -I..\\..\\Include -I..\\..\\PC")
    [all...]
  /external/valgrind/none/tests/
coolo_strlen.c 6 char *b2 = strdup(strcat(buffer, "THis is a very long strings"));
  /frameworks/wilhelm/src/
interfaces.cpp 143 strcat(buffer, "_");
144 strcat(buffer, interface_names[MPH]);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/HiiPack/
FindFiles.c 98 strcat (FullPath, "\\");
101 strcat (FullPath, RootDirectory);
145 strcat (TempName, "\\");
146 strcat (TempName, FileMask);
153 strcat (TempName, "\\");
154 strcat (TempName, FindData.cFileName);
171 strcat (TempName, "\\*.*");
189 strcat (TempName, "\\");
190 strcat (TempName, FindData.cFileName);
  /toolchain/binutils/binutils-2.27/opcodes/
z8k-dis.c 292 strcat (out_str, instr_data->instr_asmsrc);
482 strcat (tmp_str, "vi");
487 if (comma) strcat (tmp_str, ",");
488 strcat (tmp_str, "nvi");
500 strcat (tmp_str, "c");
505 if (comma) strcat (tmp_str, ",");
506 strcat (tmp_str, "z");
511 if (comma) strcat (tmp_str, ",");
512 strcat (tmp_str, "s");
517 if (comma) strcat (tmp_str, ",")
    [all...]
  /external/e2fsprogs/misc/
mklost+found.c 63 strcat (path, "/");
64 strcat (path, name);
79 strcat (path, "/");
80 strcat (path, name);
  /external/icu/icu4c/as_is/os400/
iculd.c 108 strcat(opt,argv[i]+9);
150 strcat(objs,outputdir);
151 strcat(objs,"/");
153 strcat(objs, " ");
184 strcat(bnddirs,outputdir);
185 strcat(bnddirs,"/");
187 strcat(bnddirs, " ");
196 strcat(libs,outputdir);
197 strcat(libs,"/");
199 strcat(libs," ")
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
VfrCompiler.cpp 86 strcat (mOptions.OutputDirectory, "\\");
173 strcat (IncludePaths, mOptions.IncludePaths);
175 strcat (IncludePaths, " -I ");
176 strcat (IncludePaths, PathStr);
202 strcat (Opt, mOptions.CPreprocessorOptions);
204 strcat (Opt, " ");
205 strcat (Opt, Options);
256 strcat (mOptions.PkgOutputFileName, mOptions.VfrBaseFileName);
257 strcat (mOptions.PkgOutputFileName, VFR_PACKAGE_FILENAME_EXTENSION);
272 strcat (mOptions.COutputFileName, mOptions.VfrBaseFileName);
    [all...]
  /external/compiler-rt/test/asan/TestCases/
strcat_strict.c 1 // Test strict_string_checks option in strcat function
16 char* r = strcat(to + to_size, from);
22 char* r = strcat(to, from);
  /external/swiftshader/third_party/LLVM/tools/llvm-stub/
llvm-stub.c 55 argv[0] = strcat(strcpy((char*)malloc(len + 5), argv[0]), ".exe");
61 Args[1] = strcat(strcpy((char*)malloc(strlen(argv[0])+4), argv[0]), ".bc");
  /external/ltp/testcases/kernel/fs/doio/
open_flags.c 104 #include <string.h> /* strcat */
256 strcat(Open_symbols, "O_RDONLY");
267 strcat(Open_symbols, sep);
269 strcat(Open_symbols, Open_flags[ind].symbol);
283 strcat(Open_symbols, sep);
284 strcat(Open_symbols, UNKNOWN_SYMBOL);
  /external/python/cpython2/Modules/
getpath.c 151 strcat(filename, Py_OptimizeFlag ? "o" : "c");
416 strcat(buf, prefix);
417 strcat(buf, separator);
418 strcat(buf, INTERNALDIR);
419 strcat(buf, delimiter);
421 strcat(buf, prefix);
422 strcat(buf, separator);
423 strcat(buf, INTERNALDIR);
424 strcat(buf, separator);
425 strcat(buf, STDLIBDIR)
    [all...]
  /external/blktrace/
blkparse_fmt.c 179 fprintf(ofp, strcat(format, "s"), act);
182 fprintf(ofp, strcat(format, "d"), pci->cpu);
187 fprintf(ofp, strcat(format, "s"), name);
194 fprintf(ofp, strcat(format, "s"), rwbs);
201 fprintf(ofp, strcat(format, "d"), t->error);
204 fprintf(ofp, strcat(format, "d"), MAJOR(t->device));
207 fprintf(ofp, strcat(format, "d"), MINOR(t->device));
210 fprintf(ofp, strcat(format, "u"), t_sec(t));
213 fprintf(ofp, strcat(format, "u"), t->bytes);
216 fprintf(ofp, strcat(format, "u"), t->pid)
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
StringFuncs.c 376 strcat (NewString, "[");
379 strcat (NewString, ", ");
381 strcat (NewString, "\"");
382 strcat (NewString, StringList->Strings[Count]);
383 strcat (NewString, "\"");
385 strcat (NewString, "]");
  /external/ltp/testcases/kernel/fs/mongo/
mongo_compare.c 76 strcat(out1, ".txt");
79 strcat(out2, ".html");
115 strcat(line3, " ");
162 strcat(line2, " ");
165 strcat(line3, line2);
168 strcat(out_line, "\n");
  /external/toybox/toys/pending/
wget.c 111 strcat(toybuf, name);
112 strcat(toybuf, ": ");
113 strcat(toybuf, value);
114 strcat(toybuf, "\r\n");
149 strcat(ua, ver);
152 strcat(toybuf, "\r\n");
groupadd.c 83 strcat(entry, grp->gr_mem[i]);
84 strcat(entry, ",");
87 strcat(entry, *toys.optargs);
  /toolchain/binutils/binutils-2.27/gprof/
source.c 149 strcat (fname, ".");
151 strcat (fname, "/");
154 strcat (fname, name_only);
156 strcat (fname, sf->name);
196 strcat (fname, EXT_ANNO);
211 strcat (fname, ".ann");
  /bionic/libc/arch-x86/generic/string/
strcat.S 1 /* $OpenBSD: strcat.S,v 1.8 2005/08/07 11:30:38 espie Exp $ */
11 .section .gnu.warning.strcat
12 .ascii "warning: strcat() is almost always misused, please use strlcat()"
22 ENTRY(strcat) function
74 END(strcat)
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ModifyInf/
ModifyInf.c 223 strcat (Line, Pattern1);
224 strcat (Line, "\r\n");
239 strcat (Line, Pattern2);
240 strcat (Line, "\r\n");
  /device/linaro/bootloader/edk2/StdLib/LibC/String/
Concatenation.c 20 /** The strcat function appends a copy of the string pointed to by s2
26 @return The strcat function returns the value of s1.
29 strcat(char * __restrict s1, const char * __restrict s2) function
  /external/vulkan-validation-layers/layers/
vk_layer_config.cpp 256 strcat(msg_flags, "DEBUG");
260 if (separator) strcat(msg_flags, ",");
261 strcat(msg_flags, "INFO");
265 if (separator) strcat(msg_flags, ",");
266 strcat(msg_flags, "WARN");
270 if (separator) strcat(msg_flags, ",");
271 strcat(msg_flags, "PERF");
275 if (separator) strcat(msg_flags, ",");
276 strcat(msg_flags, "ERROR");

Completed in 377 milliseconds

1 2 3 4 5 6 7 8 91011>>