Searched refs:strcat (Results 51 - 75 of 576) sorted by relevance

1234567891011>>

/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Dreadelf.c1811 strcat (buf, ", relocatable executable");
1817 strcat (buf, ", has entry point");
1825 strcat (buf, ", <unrecognized EABI>");
1831 strcat (buf, ", Version1 EABI");
1843 strcat (buf, ", sorted symbol tables");
1854 strcat (buf, ", Version2 EABI");
1866 strcat (buf, ", sorted symbol tables");
1870 strcat (buf, ", dynamic symbols use segment index");
1874 strcat (buf, ", mapping symbols precede others");
1885 strcat (bu
[all...]
/macosx-10.10.1/Libc-1044.1.2/locale/FreeBSD/
H A Dsetrunelocale.c111 (void) strcat(name, "/");
112 (void) strcat(name, encoding);
113 (void) strcat(name, "/LC_CTYPE");
/macosx-10.10.1/zsh-61/zsh/Src/Zle/
H A Dzleparameter.c48 strcat(t, w->u.comp.wid);
49 strcat(t, ":");
50 strcat(t, w->u.comp.func);
/macosx-10.10.1/Libc-1044.1.2/include/secure/
H A D_string.h52 strncpy, stpncpy, strcat, strlcat, and strncat */
123 #undef strcat macro
124 #define strcat(dest, src) \ macro
/macosx-10.10.1/diskdev_cmds-576/fstyp.tproj/
H A Dfstyp_msdos.c112 (void) strcat(rawbuf, "/r");
113 (void) strcat(rawbuf, &dp[1]);
H A Dfstyp_ntfs.c112 (void) strcat(rawbuf, "/r");
113 (void) strcat(rawbuf, &dp[1]);
/macosx-10.10.1/gnuserv-7/gnuserv/
H A Dgnuclient.c203 strcat (fullpath, filename);
212 strcat (fullpath, filename);
220 strcat (fullpath, "//");
222 strcat (fullpath, &filename[2]);
231 strcat (fullpath, get_current_working_directory ());
237 strcat (fullpath, "/"); /* nope, append trailing slash */
239 strcat (fullpath,filename);
612 strcat (remotepath, thishost);
/macosx-10.10.1/hfs-285/fstyp_hfs/
H A Dfstyp_hfs.c113 (void) strcat(rawbuf, "/r");
114 (void) strcat(rawbuf, &dp[1]);
/macosx-10.10.1/iodbc-42.5/iodbc/iodbcadm/gtk/
H A Dmain.c140 strcat (entry, "=");
141 strcat (entry, value);
/macosx-10.10.1/remote_cmds-47/rpc_yppasswdd.tproj/
H A Drpc.yppasswdd.c94 strcat(make_arg, " ");
95 strcat(make_arg, argv[i]);
/macosx-10.10.1/tcsh-65/tcsh/win32/
H A DCODING16 It is preferrable to avoid any c-runtime function other than strlen,strcat
/macosx-10.10.1/ICU-531.30/icuSources/test/cintltst/
H A Dudatatst.c152 strcat(strcpy(path, ctest_dataOutDir()), U_ICUDATA_NAME);
161 strcat(icuDataFilePath, ".dat");
190 strcat(path, "tmp");
191 strcat(path, dirSepString);
192 strcat(path, U_ICUDATA_NAME);
201 strcat(icuDataFilePath, ".dat");
242 strcat(icuDataFilePath, "build");
243 strcat(icuDataFilePath, dirSepString);
244 strcat(icuDataFilePath, U_ICUDATA_NAME);
245 strcat(icuDataFilePat
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/dbinc_auto/
H A Dclib_ext.h74 char *strcat __P((char *, const char *));
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dnt_svc.c68 strcat(filename, " service");
/macosx-10.10.1/OpenSSL098-52/src/fips/
H A Dfips_utl.h280 strcat(olinebuf, "\n");
304 strcat(olinebuf, " = ");
305 strcat(olinebuf, value);
306 strcat(olinebuf, "\n");
/macosx-10.10.1/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/wsock/common/
H A Ddump.c65 strcat(digits, ".");
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/win32/
H A Dfsaccess.c91 strcat(drive, machinename);
92 strcat(drive, "\\");
93 strcat(drive, sharename);
94 strcat(drive, "\\");
/macosx-10.10.1/bootstrap_cmds-91/migcom.tproj/
H A Dstring.c74 return strcat(strcpy(saved, left), right);
/macosx-10.10.1/curl-83.1.2/curl/tests/libtest/
H A Dlib539.c67 newURL = strcat(strcpy(newURL, URL), "./");
/macosx-10.10.1/cxxfilt-11/cxxfilt/libiberty/
H A Dmake-relative-prefix.c271 strcat (nstore, progname);
274 || ! access (strcat (nstore, HOST_EXECUTABLE_SUFFIX), X_OK)
373 strcat (ret, prog_dirs[i]);
387 strcat (ret, prefix_dirs[i]);
/macosx-10.10.1/ntp-92/lib/isc/win32/
H A Dfsaccess.c91 strcat(drive, machinename);
92 strcat(drive, "\\");
93 strcat(drive, sharename);
94 strcat(drive, "\\");
/macosx-10.10.1/tcl-105/tcl/tcl/unix/
H A DtclLoadNext.c134 strcat(sym, symbol);
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_win3.c207 strcat(strcpy(e, module), ":");
209 strcat(e, ".");
220 strcat(strcpy(e, module), ":");
222 strcat(e, ".");
/macosx-10.10.1/vim-55/runtime/tools/
H A Dccfilter.c251 strcat( Reason, ": " );
252 strcat( Reason, p );
292 { strcat( Line, "\n" );
293 strcat( Line, Line2 );
/macosx-10.10.1/xnu-2782.1.97/tools/tests/xnu_quick_test/
H A Dmemory_tests.c55 strcat( my_pathp, &g_target_path[0] );
56 strcat( my_pathp, "/" );
72 strcat( my_test_page_p, "parent data" );
95 strcat( my_test_page_p, " child data" );

Completed in 687 milliseconds

1234567891011>>