Searched refs:strcat (Results 251 - 275 of 576) sorted by relevance

<<11121314151617181920>>

/macosx-10.10.1/bind9-45.101/bind9/contrib/dlz/drivers/
H A Ddlz_ldap_driver.c454 strcat(data, " ");
455 strcat(data, vals[0]);
459 strcat(data, " ");
460 strcat(data, vals[0]);
/macosx-10.10.1/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/lib/
H A Dresconf.c286 strcat(file, IDN_USER_RESCONF_FILE);
986 strcat(long_name, *names);
1020 strcat(long_name, *names);
1053 strcat(long_name, *names);
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dfnmatch.c161 # define STRCAT(D, S) strcat (D, S)
/macosx-10.10.1/iodbc-42.5/iodbc/iodbcinst/
H A DSQLConfigDataSource.c437 strcat (name, "/Contents/MacOS/iODBCdrvproxy");
H A DSQLConfigDriver.c357 strcat (name, "/Contents/MacOS/iODBCdrvproxy");
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/bltins/
H A Dhist.c235 strcat(fname, ".bak");
/macosx-10.10.1/libarchive-30/libarchive/libarchive/
H A Darchive_write_set_compression_program.c127 strcat(state->description, cmd);
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Target/
H A DTargetLibraryInfo.h279 /// char *strcat(char *s1, const char *s2);
280 strcat, enumerator in enum:llvm::LibFunc::Func
/macosx-10.10.1/man-16/man/misc/
H A Dman-preformat.c181 strcat(link_contents, ".gz");
/macosx-10.10.1/ncurses-44/ncurses/test/
H A Ddemo_defkey.c111 strcat(result, temp);
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/saslauthd/
H A Dtestsaslauthd.c126 strcat(pwpath, "/mux");
/macosx-10.10.1/procmail-14/procmail/src/
H A Dauthenticate.c205 strcat(p,MAILSPOOLSUFFIX);
H A Dlockfile.c148 strcat(strcpy(ma,p),lockext);
/macosx-10.10.1/remote_cmds-47/rexecd.tproj/
H A Drexecd.c247 (void)strcat(path, _PATH_DEFPATH);
/macosx-10.10.1/shell_cmds-179/shlock/
H A Dshlock.c130 (void) strcat(tempname, buf);
/macosx-10.10.1/system_cmds-643.1.1/chkpasswd.tproj/
H A Dstringops.c51 strcat(s, t);
/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclPkg.c1793 strcat(reqi, " -2");
1818 strcat(min, " -2");
1837 strcat(min, " -2");
1838 strcat(max, " -2");
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/
H A DtclLoadAout.c441 strcat(msg, err);
/macosx-10.10.1/uucp-11/uucp/contrib/
H A Dxchat.c320 strcat(sfname, SCRIPT_DIR); /* Prepend the default dir. */
321 strcat(sfname, argv[1]); /* Add the script file name */
864 strcat(dfname, LOG_DIR); /* Prepend default directory */
865 strcat(dfname, curscr->strprm); /* Add given string */
/macosx-10.10.1/xnu-2782.1.97/osfmk/device/
H A Dsubrs.c433 * strcat() is being deprecated. Please use strlcat() instead.
436 strcat( function
/macosx-10.10.1/uucp-11/uucp/
H A Duuxqt.c568 strcat (zQcmd, argv[i]);
569 strcat (zQcmd, " ");
571 strcat (zQcmd, argv[i]);
1474 strcat (zfullcmd, " ");
1475 strcat (zfullcmd, azQargs[i]);
/macosx-10.10.1/emacs-93/emacs/src/
H A Dsysdep.c4514 strcat (rat, "cr");
4516 strcat (rat, "ftn");
4518 strcat (rat, "prn");
4521 strcat (rat, ", blk");
4523 strcat (rat, "blk");
4531 strcat (rat, "cr");
4533 strcat (rat, "ftn");
4535 strcat (rat, "prn");
4538 strcat (rat, ", blk");
4540 strcat (ra
[all...]
/macosx-10.10.1/emacs-93/emacs/lib-src/
H A Debrowse.c1304 strcat (scope_buffer, "::");
1310 strcat (scope_buffer, p->name);
1316 strcat (scope_buffer, "<>");
2978 strcat (id, "[");
2983 strcat (id, "]");
3017 strcat (id, " ");
3018 strcat (id, s);
3643 strcat (buffer, "/");
3644 strcat (buffer, file);
/macosx-10.10.1/vim-55/src/
H A Dgui_at_fs.c322 (void) strcat(SFcurrentPath, str);
553 (void) strcat(strcpy(entries[i].real, "~"), pw->pw_name);
579 (void)strcat(entries[i].real, "/");
601 (void) strcat(strcat(strcpy(SFcurrentPath,
2155 (void) strcat(strcpy(result[i].real, str), " ");
2718 (void) strcat(strcpy(SFcurrentPath, SFstartDir), SFtextBuffer);
2813 (void)strcat(SFstartDir, "/");
2828 (void)strcat(strcpy(SFcurrentPath, SFstartDir), init_path);
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/lib/
H A Dserver.c1931 strcat(conn->mechlist_buf, mysep);
1935 strcat(conn->mechlist_buf, listptr->m.plug->mech_name);
1936 strcat(conn->mechlist_buf, "-PLUS");
1951 strcat(conn->mechlist_buf, mysep);
1955 strcat(conn->mechlist_buf, listptr->m.plug->mech_name);
1963 strcat(conn->mechlist_buf,suffix);

Completed in 1206 milliseconds

<<11121314151617181920>>