Searched refs:strcat (Results 26 - 50 of 576) sorted by relevance

1234567891011>>

/macosx-10.10.1/postfix-255/postfix/src/util/
H A Dconcatenate.c70 strcat(result, arg);
/macosx-10.10.1/apr-32/apr/apr/build/
H A Daplibtool.c266 strcat(newarg, ".libs/");
272 strcat(newarg, name);
328 strcat(newarg, EXE_EXT);
347 strcat(newarg, arg);
494 strcat(command, cmd_data->arglist[a]);
495 strcat(command, " ");
551 strcat(tmpdir, ".exploded");
569 strcat(cmd, "../");
570 strcat(cmd, name);
578 strcat(cm
[all...]
/macosx-10.10.1/shell_cmds-179/xargs/
H A Dstrnsubst.c61 strcat(s2, replstr);
64 strcat(s2, s1);
/macosx-10.10.1/vim-55/src/
H A Dos_vms_mms.c39 strcat(target, " ");
40 strcat(target, argp);
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Drtapelib.c326 case O_RDONLY: strcat (buf, "O_RDONLY"); break;
327 case O_RDWR: strcat (buf, "O_RDWR"); break;
328 case O_WRONLY: strcat (buf, "O_WRONLY"); break;
333 if (oflag & O_APPEND) strcat (buf, "|O_APPEND");
335 if (oflag & O_CREAT) strcat (buf, "|O_CREAT");
337 if (oflag & O_DSYNC) strcat (buf, "|O_DSYNC");
339 if (oflag & O_EXCL) strcat (buf, "|O_EXCL");
341 if (oflag & O_LARGEFILE) strcat (buf, "|O_LARGEFILE");
344 if (oflag & O_NOCTTY) strcat (buf, "|O_NOCTTY");
346 if (oflag & O_NONBLOCK) strcat (bu
[all...]
/macosx-10.10.1/ntp-92/ntpd/
H A Drefclock_arbiter.c280 strcat(up->latlon, " ");
281 strcat(up->latlon, tbuf + 2);
286 strcat(up->latlon, " ");
287 strcat(up->latlon, tbuf + 2);
292 strcat(up->latlon, " ");
293 strcat(up->latlon, tbuf + 2);
321 strcat(pp->a_lastcode, up->status);
/macosx-10.10.1/uucp-11/uucp/contrib/
H A Duusnap.c98 strcat(filename,"/uusnap.systems");
104 strcat(fn,"/.Status/");
105 strcat(fn,line);
109 strcat(fn,"/");
110 strcat(fn,line);
240 strcat(filename,"/X./.");
269 strcat(filename,"/C./.");
/macosx-10.10.1/apr-32/apr/apr/dso/os2/
H A Ddso.c100 strcat(message, " (");
101 strcat(message, dso->failed_module);
102 strcat(message, ")");
/macosx-10.10.1/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/wsock/common/
H A Dcheckdll.c168 strcat(dllpath, "\\");
169 strcat(dllpath, dll_name);
170 strcat(dllpath, ".DLL");
/macosx-10.10.1/emacs-93/emacs/nt/
H A Drunemacs.c100 strcat (p, " ");
103 strcat (new_cmdline, "\\emacs.exe\" ");
131 strcat (new_cmdline, cmdline);
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dbracecomp.c129 strcat (result, subterm);
131 strcat (result, "{");
138 strcat (result, subterm);
139 strcat (result, ",");
/macosx-10.10.1/expat-12/expat/xmlwf/
H A Dxmltchar.h28 #define tcscat strcat
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/saslauthd/
H A Dauth_dce.c91 strcat(reply, msg);
/macosx-10.10.1/tcl-105/tcl_ext/tclxml/tclxml/expat/xmlwf/
H A Dxmltchar.h28 #define tcscat strcat
/macosx-10.10.1/xnu-2782.1.97/osfmk/libsa/
H A Dstring.h74 /* strcat() is being deprecated. Please use strlcat() instead. */
75 extern char *strcat(char *, const char *) __deprecated;
/macosx-10.10.1/xnu-2782.1.97/tools/tests/libMicro/apple/
H A Dposix_spawn.c69 (void) strcat(exec_path, "/posix_spawn_bin");
/macosx-10.10.1/xnu-2782.1.97/tools/tests/libMicro/
H A Dexec.c65 (void) strcat(exec_path, "/exec_bin");
/macosx-10.10.1/zsh-61/zsh/Src/Modules/
H A Dstat.c53 strcat(outbuf, " (");
123 strcat(outbuf, pm);
125 strcat(outbuf, ")");
137 strcat(outbuf, " (");
144 strcat(outbuf, pwd->pw_name);
154 strcat(outbuf, ")");
166 strcat(outbuf, " (");
173 strcat(outbuf, gr->gr_name);
183 strcat(outbuf, ")");
196 strcat(outbu
[all...]
/macosx-10.10.1/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/lib/tests/
H A Dsetenv.c116 strcat(buffer, "=");
117 strcat(buffer, value);
/macosx-10.10.1/kext_tools-384.1.4/
H A Dfork_program.c55 strcat(myCmd, argv[i]);
56 strcat(myCmd, " ");
/macosx-10.10.1/man-16/man/src/
H A Dmanpath.c208 strcat (cwd, "/");
209 strcat (cwd, dir);
211 strcat (cwd, "/");
212 strcat (cwd, lang);
219 strcat (cwd, "/");
220 strcat (cwd, lang);
H A Dman.c357 strcat(name, extp);
368 strcat(name, ".gz");
422 strcat(name, "/");
423 strcat(name, beg);
427 strcat(name, cp);
429 strcat(name, "/");
430 strcat(name, beg);
443 strcat (buf, " ");
445 strcat (buf, fileq);
450 strcat (bu
[all...]
H A Dman.c.orig357 strcat(name, extp);
368 strcat(name, ".gz");
422 strcat(name, "/");
423 strcat(name, beg);
427 strcat(name, cp);
429 strcat(name, "/");
430 strcat(name, beg);
443 strcat (buf, " ");
444 strcat (buf, file);
448 strcat (bu
[all...]
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/plugins/
H A Dsql.c217 strcat(conninfo, sep);
218 strcat(conninfo, "host='");
219 strcat(conninfo, host);
220 strcat(conninfo, "'");
224 strcat(conninfo, sep);
225 strcat(conninfo, "port='");
226 strcat(conninfo, port);
227 strcat(conninfo, "'");
231 strcat(conninfo, sep);
232 strcat(conninf
[all...]
/macosx-10.10.1/procmail-14/procmail/src/
H A Dfrom.c155 strcat(strcpy(themail.p,From_),fwhom); /* From user */
162 strcat(strcat(strcpy(themail.p,From_),fwhom),buf2);
163 strcat(strcpy(rstart,Fakefield),invoker); /* fake alert */
165 strcat(themail.p,buf2);themail.p[lfr+linv]=r;

Completed in 244 milliseconds

1234567891011>>