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

123456789

/osnet-11/usr/src/lib/libadm/common/
H A Dfulldevnm.c142 (void) strcat(wa, "/");
143 (void) strcat(wa, path);
212 (void) strcat(new_path, dp); /* copy, skipping the 'r' */
230 (void) strcat(new_path, dp); /* copy, skipping the 'r' */
266 (void) strcat(new_path, "r"); /* insert an 'r' */
267 (void) strcat(new_path, dp); /* copy the rest */
285 (void) strcat(new_path, "r"); /* insert an 'r' */
286 (void) strcat(new_path, dp); /* copy the rest */
H A Dckgid.c77 (void) strcat(msg, ", ");
78 (void) strcat(msg, grpptr->gr_name);
H A Dckuid.c77 (void) strcat(msg, ", ");
78 (void) strcat(msg, pwdptr->pw_name);
/osnet-11/usr/src/lib/libbsm/common/
H A Daudit_at.c109 (void) strcat(strcat(strcpy(full_path, path), "/"),
H A Daudit_cron.c240 (void) strcat(anc_name, AU_SUFFIX);
311 (void) strcat(strcat(strcpy(full_path, path), "/"),
457 (void) strcat(strcat(strcpy(full_path, path), "/"), name);
517 (void) strcat(strcat(strcpy(full_path, path), "/"), name);
/osnet-11/usr/src/lib/libc/port/gen/
H A Disaexec.c114 (void) strcat(pathname + len, "/");
115 (void) strcat(pathname + len, fname);
/osnet-11/usr/src/lib/libnisdb/yptol/
H A Dshim_changepasswd.c463 strcat(map_name, domain);
465 strcat(map_name, NTOL_PREFIX);
466 strcat(map_name, map_list[index]);
498 strcat(cmdbuf, map_name);
982 /* Separator string so we can strcat separator onto things */
1004 strcat(s, sep_str);
1010 strcat(s, "##");
1011 strcat(s, pwd->pw_name);
1013 strcat(s, pwd->pw_passwd);
1015 strcat(
[all...]
/osnet-11/usr/src/lib/libvolmgt/common/
H A Dvolprivate.c96 (void) strcat(namebuf, s); /* copy the rest */
151 (void) strcat(namebuf, "r"); /* insert an 'r' */
152 (void) strcat(namebuf, s); /* copy rest of str */
/osnet-11/usr/src/lib/nsswitch/ldap/common/
H A Dldap_utils.c128 (void) strcat(pdn, rdns[0]);
131 (void) strcat(pdn, rdns[nrdns]);
132 (void) strcat(pdn, ",");
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_init.c105 (void) strcat(p, ": ");
110 (void) strcat(p, "\"");
111 (void) strcat(p, argv[0]);
112 (void) strcat(p, "\"");
469 (void) strcat(p, uname);
470 (void) strcat(p, "\"");
/osnet-11/usr/src/lib/libcurses/screen/
H A Dcexpand.c51 extern char *strcat();
156 (void) strcat(padbuffer, "*");
/osnet-11/usr/src/grub/grub2/grub-core/kern/emu/
H A Dhostfs.c47 strcat (pathname, "/");
49 strcat (pathname, name);
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dtparm.c168 (void) strcat(format, "l");
177 (void) strcat(format, "s");
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/DynaLoader/
H A Ddl_dlopen.xs171 strcat(pathbuf, "/");
172 strcat(pathbuf, filename);
/osnet-11/usr/src/lib/libc/amd64/gen/
H A Dstrcat.s26 .file "strcat.s"
29 / strcat(s1, s2)
34 / Fast assembly language version of the following C-program strcat
38 / strcat(char *s1, const char *s2)
61 ENTRY(strcat) /* (char *s1, char *s2) */ function
123 SET_SIZE(strcat)
/osnet-11/usr/src/lib/libc/i386/gen/
H A Dstrcat.s26 .file "strcat.s"
29 / strcat(s1, s2)
34 / Fast assembly language version of the following C-program strcat
38 / strcat(char *s1, const char *s2)
59 ENTRY(strcat) function
122 SET_SIZE(strcat)
/osnet-11/usr/src/lib/rpcsec_gss/
H A Drpcsec_gss_utils.c172 strcat(user_name, "/");
173 strcat(user_name, node);
177 strcat(user_name, "@");
178 strcat(user_name, secdomain);
/osnet-11/usr/src/lib/libresolv2/common/irs/
H A Dhesiod.c122 strcat(ctx->RHS, cp); /* (checked) */
210 strcat(bindname, ".");
211 strcat(bindname, type);
214 strcat(bindname, ".");
215 strcat(bindname, ctx->LHS);
218 strcat(bindname, ".");
219 strcat(bindname, RHS);
/osnet-11/usr/src/lib/libshell/common/edit/
H A Demacs.c1176 strcat(hbuf, itos(hline));
1179 strcat(hbuf, " (line ");
1180 strcat(hbuf, itos(hloff+1));
1181 strcat(hbuf, ")");
1186 strcat(hbuf, "; Previous command ");
1187 strcat(hbuf, itos(location.hist_command));
1190 strcat(hbuf, " (line ");
1191 strcat(hbuf, itos(location.hist_line+1));
1192 strcat(hbuf, ")");
1204 strcat(debugbu
[all...]
/osnet-11/usr/src/lib/nametoaddr/straddr/common/
H A Dstraddr.c113 (void) strcat(fulladdr, ".");
114 (void) strcat(fulladdr, "rpc"); /* hard coded */
121 (void) strcat(fulladdr, ".");
500 (void) strcat(hostbuf, ",");
502 (void) strcat(hostbuf, retstr);
/osnet-11/usr/src/lib/cfgadm_plugins/shp/common/
H A Dshp.c390 (void) strcat(*table, "\n");
459 /* zero fill for the strcat() call below */
474 (void) strcat(*table, "\n");
477 (void) strcat(*table, " ");
478 (void) strcat(*table, rsrc);
480 (void) strcat(*table, " ");
483 (void) strcat(*table, " ");
486 (void) strcat(*table, " ");
487 (void) strcat(*table, info);
489 (void) strcat(*tabl
[all...]
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_getalias.c217 (void) strcat(answer, ",");
220 (void) strcat(answer, newhead);
/osnet-11/usr/src/lib/libunistat/common/
H A Dspcs_s_u.c122 strcat(msg, ": ");
179 return (strcat(msg, mtemp));
/osnet-11/usr/src/lib/krb5/ss/
H A Dinvocation.c54 strcat(new_table->prompt, ": ");
H A Dmk_cmds.c60 strcat(path, ".ct");

Completed in 125 milliseconds

123456789