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

1234567891011>>

/macosx-10.9.5/BerkeleyDB-21/db/clib/
H A Dstrcat.c39 * strcat --
42 * PUBLIC: char *strcat __P((char *, const char *));
46 strcat(char *s, const char *append) function
/macosx-10.9.5/bind9-45.100/bind9/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...]
/macosx-10.9.5/ntp-88/lib/isc/win32/
H A Dntpaths.c76 strcat(ns_confFile, "\\etc\\named.conf");
79 strcat(lwresd_confFile, "\\etc\\lwresd.conf");
82 strcat(lwresd_resolvconfFile, "\\Drivers\\etc\\resolv.conf");
85 strcat(rndc_keyFile, "\\etc\\rndc.key");
88 strcat(rndc_confFile, "\\etc\\rndc.conf");
90 strcat(ns_defaultpidfile, "\\etc\\named.pid");
93 strcat(lwresd_defaultpidfile, "\\etc\\lwresd.pid");
96 strcat(local_state_dir, "\\bin");
99 strcat(sys_conf_dir, "\\etc");
/macosx-10.9.5/Libc-997.90.3/string/
H A Dstrcat.c27 strcat(char *restrict dst, const char *restrict src) { function
30 // The strcat() and strncat() functions append a copy of the null-
35 // The strcat() and strncat() functions return dst.
/macosx-10.9.5/ntp-88/libntp/
H A Dstatestr.c243 strcat(cb, ", ");
244 strcat(cb, getcode(CTL_SYS_SOURCE(st), sync_codes));
245 strcat(cb, ", ");
246 strcat(cb, getevents(CTL_SYS_NEVNT(st)));
247 strcat(cb, ", ");
248 strcat(cb, getcode(CTL_SYS_EVENT(st), sys_codes));
261 strcat(cb, ", authenb");
263 strcat(cb, "authenb");
267 strcat(cb, ", auth");
269 strcat(c
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/opcodes/
H A Dz8k-dis.c293 strcat (out_str, instr_data->instr_asmsrc);
483 strcat (tmp_str, "vi");
488 if (comma) strcat (tmp_str, ",");
489 strcat (tmp_str, "nvi");
501 strcat (tmp_str, "c");
506 if (comma) strcat (tmp_str, ",");
507 strcat (tmp_str, "z");
512 if (comma) strcat (tmp_str, ",");
513 strcat (tmp_str, "s");
518 if (comma) strcat (tmp_st
[all...]
/macosx-10.9.5/adv_cmds-153/lsvfs/
H A Dlsvfs.c89 if(comma++) strcat(buf, ", ");
90 strcat(buf, "local");
94 if(comma++) strcat(buf, ", ");
95 strcat(buf, "dovolfs");
/macosx-10.9.5/tcl-102/tcl84/tcl/unix/
H A DtclLoadAix.c121 strcat(errbuf, strerror(errno));
135 strcat(errbuf, path);
136 strcat(errbuf, ": ");
152 strcat(errbuf, strerror(errno));
162 strcat(errbuf, strerror(errno));
176 strcat(errbuf, strerror(errno));
218 strcat(errbuf, "to many errors");
221 strcat(errbuf, "can't load library");
222 strcat(errbuf, p);
225 strcat(errbu
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/
H A DtclLoadAix.c124 strcat(errbuf, strerror(errno));
138 strcat(errbuf, path);
139 strcat(errbuf, ": ");
155 strcat(errbuf, strerror(errno));
165 strcat(errbuf, strerror(errno));
179 strcat(errbuf, strerror(errno));
223 strcat(errbuf, "to many errors");
226 strcat(errbuf, "can't load library");
227 strcat(errbuf, p);
230 strcat(errbu
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/compat/
H A DtclLoadAix.c123 strcat(errbuf, strerror(errno));
137 strcat(errbuf, path);
138 strcat(errbuf, ": ");
154 strcat(errbuf, strerror(errno));
164 strcat(errbuf, strerror(errno));
178 strcat(errbuf, strerror(errno));
222 strcat(errbuf, "to many errors");
225 strcat(errbuf, "can't load library");
226 strcat(errbuf, p);
229 strcat(errbu
[all...]
/macosx-10.9.5/tcl-102/tcl/tcl/unix/
H A DtclLoadAix.c136 strcat(errbuf, strerror(errno));
154 strcat(errbuf, path);
155 strcat(errbuf, ": ");
173 strcat(errbuf, strerror(errno));
187 strcat(errbuf, strerror(errno));
257 strcat(errbuf, "to many errors");
260 strcat(errbuf, "can't load library");
261 strcat(errbuf, p);
264 strcat(errbuf, "can't find symbol");
265 strcat(errbu
[all...]
/macosx-10.9.5/IOHIDFamily-503.215.2/tools/
H A DIOHIDReportDescriptorParser.c211 strcat((char *)buf, " ");
226 case kReport_TagInput: strcat((char *)buf, "Input..................."); break;
227 case kReport_TagOutput: strcat((char *)buf, "Output.................."); break;
228 case kReport_TagFeature: strcat((char *)buf, "Feature................."); break;
231 strcat((char *)bufvalue, (char *)"(");
233 strcat((char *)bufvalue, (value & kIO_Data_or_Constant) ? "Constant, " : "Data, ");
235 strcat((char *)bufvalue, (value & kIO_Array_or_Variable) ? "Variable, ": "Array, ");
237 strcat((char *)bufvalue, (value & kIO_Absolute_or_Relative) ? "Relative" : "Absolute");
241 strcat((char *)bufvalue, (value & kIO_NoWrap_or_Wrap) ? ", Wrap, " : ", No Wrap, ");
243 strcat((cha
[all...]
/macosx-10.9.5/libunwind-35.3/testsuite/
H A Dpersonality.cxx25 strcat(buffer, "_UA_SEARCH_PHASE ");
27 strcat(buffer, "_UA_CLEANUP_PHASE ");
29 strcat(buffer, "_UA_HANDLER_FRAME ");
31 strcat(buffer, "_UA_FORCE_UNWIND ");
33 strcat(buffer, "_UA_END_OF_STACK ");
35 strcat(buffer, "unknown bits ");
/macosx-10.9.5/man-16/man/src/
H A Dto_cat.c94 strcat (cat_name, t2);
124 strcat (cat_name, name);
125 strcat (cat_name, t3);
146 strcat (cat_name, name+4);
147 strcat (cat_name, t3);
165 strcat (cat_name, ext);
/macosx-10.9.5/emacs-92/emacs/lib-src/
H A Dcvtmail.c74 strcat (md, "/Messages");
78 strcat (mdd, "/Directory");
92 strcat (mfile, "/OMAIL");
107 strcat (cf,"/");
108 strcat (cf, name);
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/dso/aix/
H A Ddso.c268 strcat(errbuf, strerror(errno));
274 strcat(errbuf, strerror(errno));
287 strcat(errbuf, path);
288 strcat(errbuf, ": ");
305 strcat(errbuf, strerror(errno));
315 strcat(errbuf, strerror(errno));
329 strcat(errbuf, strerror(errno));
385 strcat(errbuf, "to many errors");
388 strcat(errbuf, "can't load library");
389 strcat(errbu
[all...]
/macosx-10.9.5/apr-30/apr/apr/dso/aix/
H A Ddso.c268 strcat(errbuf, strerror(errno));
274 strcat(errbuf, strerror(errno));
287 strcat(errbuf, path);
288 strcat(errbuf, ": ");
305 strcat(errbuf, strerror(errno));
315 strcat(errbuf, strerror(errno));
329 strcat(errbuf, strerror(errno));
385 strcat(errbuf, "to many errors");
388 strcat(errbuf, "can't load library");
389 strcat(errbu
[all...]
/macosx-10.9.5/file_cmds-230/stat/
H A Dstat.c778 case S_IFIFO: (void)strcat(sdata, "|"); break;
779 case S_IFDIR: (void)strcat(sdata, "/"); break;
783 (void)strcat(sdata, "*");
785 case S_IFLNK: (void)strcat(sdata, "@"); break;
786 case S_IFSOCK: (void)strcat(sdata, "="); break;
788 case S_IFWHT: (void)strcat(sdata, "%"); break;
791 case S_IFDOOR: (void)strcat(sdata, ">"); break;
875 (void)strcat(lfmt, "%");
877 (void)strcat(lfmt, "#");
879 (void)strcat(lfm
[all...]
/macosx-10.9.5/groff-38/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);
/macosx-10.9.5/Libinfo-449.1.3/rpc.subproj/
H A Dclnt_perror.c266 (void) strcat(str, clnt_sperrno(rpc_createerr.cf_stat));
269 (void) strcat(str, " - ");
270 (void) strcat(str,
275 (void) strcat(str, " - ");
278 (void) strcat(str,
286 (void) strcat(str, "\n");
/macosx-10.9.5/ncurses-42/ncurses/ncurses/trace/
H A Dlib_tracebits.c89 (void) strcat(buf, label);
90 (void) strcat(buf, ": {");
94 (void) strcat(buf, sp->name);
95 (void) strcat(buf, ", ");
99 (void) strcat(buf, "} ");
207 strcat(buf, result);
H A Dlib_tracemse.c57 #define SHOW(m, s) if ((ep->bstate & m) == m) strcat(strcat(my_buffer, s), ", ")
113 (void) strcat(my_buffer, "}");
/macosx-10.9.5/Libc-997.90.3/locale/FreeBSD/
H A Dldpart.c74 strcat(filename, "/");
75 strcat(filename, name);
76 strcat(filename, "/");
77 strcat(filename, category_filename);
/macosx-10.9.5/bash-92/bash-3.2/examples/scripts.noah/
H A Dstring.bash12 #:docstring strcat:
13 # Usage: strcat s1 s2
20 # strcat a b
27 function strcat () function
39 # Line strcat, but strncat appends a maximum of n characters from the value
/macosx-10.9.5/bash-92/bash-3.2/lib/sh/
H A Dstrerror.c69 strcat (emsg, z);

Completed in 307 milliseconds

1234567891011>>