Searched refs:strcat (Results 1 - 25 of 402) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/ntp/lib/isc/win32/
H A Dntpaths.c77 strcat(ns_confFile, "\\etc\\named.conf");
80 strcat(lwresd_confFile, "\\etc\\lwresd.conf");
83 strcat(lwresd_resolvconfFile, "\\Drivers\\etc\\resolv.conf");
86 strcat(rndc_keyFile, "\\etc\\rndc.key");
89 strcat(session_keyFile, "\\etc\\session.key");
92 strcat(rndc_confFile, "\\etc\\rndc.conf");
94 strcat(ns_defaultpidfile, "\\etc\\named.pid");
97 strcat(lwresd_defaultpidfile, "\\etc\\lwresd.pid");
100 strcat(local_state_dir, "\\bin");
103 strcat(sys_conf_di
[all...]
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/ssp/
H A Dh_strcat.c42 (void)strcat(b, argv[1]);
/freebsd-11-stable/contrib/top/
H A Dversion.c25 strcat(version, BETA);
/freebsd-11-stable/sys/libkern/
H A Dstrcat.c36 strcat(char * __restrict s, const char * __restrict append) function
/freebsd-11-stable/libexec/rtld-aout/
H A Dsupport.c54 strcat(s, s1);
56 strcat(s, s2);
58 strcat(s, s3);
/freebsd-11-stable/lib/libc/amd64/string/
H A DMakefile.inc11 strcat.S \
/freebsd-11-stable/lib/libc/string/
H A Dstrcat.c31 static char sccsid[] = "@(#)strcat.c 8.1 (Berkeley) 6/4/93";
39 strcat(char * __restrict s, const char * __restrict append) function
/freebsd-11-stable/sys/x86/x86/
H A Didentcpu.c276 strcat(cpu_model, "i486 ");
281 strcat(cpu_model, "DX");
284 strcat(cpu_model, "SX");
287 strcat(cpu_model, "DX2");
290 strcat(cpu_model, "SL");
293 strcat(cpu_model, "SX2");
296 strcat(cpu_model,
300 strcat(cpu_model, "DX4");
306 strcat(cpu_model, "Pentium");
309 strcat(cpu_mode
[all...]
/freebsd-11-stable/usr.sbin/ctm/mkCTM/
H A Dmkctm.c131 strcat(buf, "/"); strcat(buf, name);
132 strcat(buf, "/"); strcat(buf, de->d_name);
149 strcpy(p, name); strcat(p, de->d_name); strcat(p, "/");
163 strcat(buf1, "/"); strcat(buf1, name);
164 strcat(buf1, "/"); strcat(buf
[all...]
/freebsd-11-stable/contrib/gcc/config/i386/
H A Dxm-djgpp.h44 strcat (xref_file, xref_ext); \
83 strcat (fixed_path, "/"); \
H A Dcygwin2.c56 strcat (*av, CYGWIN_MINGW_SUBDIR);
/freebsd-11-stable/lib/libgssapi/
H A Dgss_oid_to_str.c97 strcat(bp, numstr);
99 strcat(bp, numstr);
106 strcat(bp, numstr);
110 strcat(bp, "}");
/freebsd-11-stable/contrib/gdb/gdb/
H A Dfork-child.c199 strcat (shell_command, "exec ");
237 strcat (shell_command, "'");
241 strcat (shell_command, "'\\''");
243 strcat (shell_command, "\\!");
247 strcat (shell_command, "'");
250 strcat (shell_command, exec_file);
252 strcat (shell_command, " ");
253 strcat (shell_command, allargs);
H A Dkod-cisco.c143 strcat (command, ",");
144 strcat (command, prev_id);
146 strcat (command, ";");
260 strcat (command, sync_ids[i]);
261 strcat (command, ";");
267 strcat (buffer, sync_ids[i]);
268 strcat (buffer, ",ffef00a0,cd00123d;");
/freebsd-11-stable/contrib/groff/src/libs/libgroff/
H A Dsearchpath.cpp53 strcat(dirs, e);
54 strcat(dirs, PATH_SEP);
57 strcat(dirs, ".");
58 strcat(dirs, PATH_SEP);
61 strcat(dirs, home);
62 strcat(dirs, PATH_SEP);
65 strcat(dirs, standard);
H A Dtmpfile.cpp88 strcat(tem2, "/");
97 strcat(tmpfile_prefix, tem3);
123 strcat(templ, postfix);
124 strcat(templ, "XXXXXX");
/freebsd-11-stable/usr.sbin/sicontrol/
H A Dsicontrol.c232 strcat(acp, " ");
430 strcat(msg, "with;");
432 strcat(msg, "force;");
434 strcat(msg, "none;");
436 strcat(msg, "special;");
451 if (mr2 & MR2_RTSCONT) strcat(msg, ", rtscont");
452 if (mr2 & MR2_CTSCONT) strcat(msg, ", ctscont");
454 case MR2_NORMAL: strcat(msg, ", mode:normal"); break;
455 case MR2_AUTO: strcat(msg, ", mode:auto"); break;
456 case MR2_LOCAL: strcat(ms
[all...]
/freebsd-11-stable/usr.bin/whereis/
H A Dwhereis.c243 strcat(cp, cpp[i]);
244 strcat(cp, ":");
360 strcat(b, "/");
361 strcat(b, dirp->d_name);
452 strcat(cp, "/");
453 strcat(cp, name);
468 strcat(bin, " ");
469 strcat(bin, cp);
540 strcat(man, " ");
541 strcat(ma
[all...]
/freebsd-11-stable/lib/libc/locale/
H A Dldpart.c86 strcat(filename, "/");
87 strcat(filename, name);
88 strcat(filename, "/");
89 strcat(filename, category_filename);
/freebsd-11-stable/contrib/libarchive/tar/test/
H A Dtest_option_b.c41 strcat(testprog_ustar, USTAR_OPT);
/freebsd-11-stable/sys/contrib/dev/acpica/common/
H A Dadfile.c210 strcat (FilenameBuf, FILE_SUFFIX_BINARY_TABLE);
332 strcat (Position, Suffix);
338 strcat (NewFilename, ".");
339 strcat (NewFilename, Suffix);
/freebsd-11-stable/contrib/gdb/gdb/gdbserver/
H A Dutils.c47 strcat (combined, ": ");
48 strcat (combined, err);
/freebsd-11-stable/contrib/gdb/gdb/tui/
H A Dtui-interp.c135 strcat (a_prompt, gdb_prompt);
136 strcat (a_prompt, SUFFIX (0));
/freebsd-11-stable/contrib/opie/
H A Dopiekey.c311 strcat(response, opiebtoe(buf, &key));
315 strcat(response, opiebtoh(buf, &key));
321 strcat(response, opiebtoh(buf, &key));
323 strcat(response, buf);
324 strcat(response, opiebtoh(buf, &newkey));
327 strcat(response, opiebtoe(buf, &key));
329 strcat(response, buf);
330 strcat(response, opiebtoe(buf, &newkey));
/freebsd-11-stable/usr.sbin/ngctl/
H A Dconfig.c78 strcat(buf, " ");
79 strcat(buf, av[i]);

Completed in 385 milliseconds

1234567891011>>