HomeSort by relevance Sort by last modified time
    Searched refs:strcpy (Results 1 - 25 of 2152) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /onnv/onnv-gate/usr/src/lib/libbc/libc/stdio/common/
ctermid.c 30 extern char *strcpy();
37 return (strcpy(s != NULL ? s : res, "/dev/tty"));
cuserid.c 31 extern char *strcpy(), *getlogin();
47 return (strcpy(s, p));
51 return (strcpy(s, pw->pw_name));
tmpnam.c 35 extern char *mktemp(), *strcpy(), *strcat();
46 (void) strcpy(p, P_tmpdir);
  /onnv/onnv-gate/usr/src/cmd/mail/
lock.c 49 strcpy(tbuf, "Cannot create temp lock file\n");
52 strcpy(tbuf, "Error writing pid to lock file\n");
55 strcpy(tbuf, "Creation of lockfile failed after 10 tries");
58 strcpy(tbuf, "Cannot link temp lockfile to lockfile\n");
61 strcpy(tbuf, "Cannot set mandatory file lock on temp lockfile\n");
legal.c 67 strcpy(dfile, ".");
69 strcpy(dfile, "/");
  /onnv/onnv-gate/usr/src/cmd/fmli/sys/
chgepenv.c 43 char *strcpy();
46 return chgenv(strcat(strcpy(dirpath, Home), "/pref/.environ"), name, value);
  /onnv/onnv-gate/usr/src/lib/libc/port/gen/
getwd.c 50 (void) strcpy(pathname,
53 (void) strcpy(pathname, "getwd: buffer too small");
55 (void) strcpy(pathname, "getwd: failure occurred");
strcpy.c 41 strcpy(char *s1, const char *s2) function
  /onnv/onnv-gate/usr/src/ucblib/libucb/port/gen/
getwd.c 49 (void) strcpy(pathname,
52 (void) strcpy(pathname, "getwd: buffer too small");
54 (void) strcpy(pathname, "getwd: failure occurred");
  /onnv/onnv-gate/usr/src/cmd/svr4pkg/libinst/
cvtpath.c 41 (void) strcpy(copy, root + (*root == '/' ? 1 : 0));
47 (void) strcpy(copy,
54 (void) strcpy(copy, path + (*path == '/' ? 1 : 0));
  /onnv/onnv-gate/usr/src/lib/libbc/inc/include/
strings.h 42 char *strcpy();
  /onnv/onnv-gate/usr/src/lib/libc/port/stdio/
ctermid_r.c 46 return (s ? strcpy(s, "/dev/tty") : NULL);
  /onnv/onnv-gate/usr/src/lib/libast/common/comp/
getwd.c 35 strcpy(path, "getwd: error in . or ..");
  /onnv/onnv-gate/usr/src/lib/libc/i386/gen/
strcpy.s 26 .file "strcpy.s"
29 / strcpy(s1, s2)
35 / Fast assembly language version of the following C-program strcpy
39 / strcpy(char *s1, const char *s2)
57 ENTRY(strcpy) function
105 SET_SIZE(strcpy)
  /onnv/onnv-gate/usr/src/cmd/fmli/oh/
externoot.c 43 strcpy(fname, Oasys);
  /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
util_dup.c 39 strcpy(ret, str);
  /onnv/onnv-gate/usr/src/lib/libbc/libc/sys/4.2/
execve.c 44 strcpy(path, "/usr/bin");
51 strcpy(path, "/usr/ucb");
57 strcpy(path, "/usr/bin");
62 strcpy(path, "/usr/ucb");
rename.c 48 strcpy(buf2, path2);
53 strcpy(buf2, path2);
  /onnv/onnv-gate/usr/src/lib/libbc/libc/sys/sys5/
execve.c 42 strcpy(path, "/usr/ucb");
48 strcpy(path, "/usr/bin");
54 strcpy(path, "/usr/bin");
59 strcpy(path, "/usr/ucb");
rename.c 39 strcpy(buf2, path2);
44 strcpy(buf2, path2);
  /onnv/onnv-gate/usr/src/lib/libresolv2/common/bsd/
strdup.c 15 strcpy(dst, src);
  /onnv/onnv-gate/usr/src/cmd/mdb/intel/kmdb/kctl/
kctl_isadep.c 68 (void) strcpy(prop_buf, val);
101 (void) strcpy((&pnv[0])->kanv_name, "input-device");
102 (void) strcpy((&pnv[1])->kanv_name, "output-device");
103 (void) strcpy((&pnv[2])->kanv_name, "ttya-mode");
104 (void) strcpy((&pnv[3])->kanv_name, "ttyb-mode");
110 (void) strcpy((&pnv[0])->kanv_val, "text"); /* default to screen */
118 (void) strcpy((&pnv[1])->kanv_val, (&pnv[0])->kanv_val);
120 (void) strcpy((&pnv[0])->kanv_val, "keyboard");
121 (void) strcpy((&pnv[1])->kanv_val, "screen");
126 (void) strcpy((&pnv[2])->kanv_val, "9600,8,n,1,-")
    [all...]
  /onnv/onnv-gate/usr/src/cmd/ypcmd/shared/
utils.c 99 (void) strcpy(fromfile, from);
101 (void) strcpy(tofile, to);
110 (void) strcpy(savefile, tofile);
111 (void) strcpy(fromfile, from);
113 (void) strcpy(tofile, to);
119 (void) strcpy(fromfile, from);
121 (void) strcpy(tofile, to);
166 (void) strcpy(fromfile, name);
174 (void) strcpy(fromfile, name);
203 (void) strcpy(dbfile, pname)
    [all...]
  /onnv/onnv-gate/usr/src/lib/libcurses/screen/
infotocap.c 63 extern char *strcpy();
129 (void) strcpy(newvalue, "%r");
169 (void) strcpy(newvalue, "%d");
175 (void) strcpy(newvalue, "%2");
181 (void) strcpy(newvalue, "%3");
187 (void) strcpy(newvalue, "%2");
193 (void) strcpy(newvalue, "%3");
199 (void) strcpy(newvalue, "%.");
209 (void) strcpy(newvalue, "%i");
213 (void) strcpy(newvalue, "%%")
    [all...]
  /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/common/
crypt.c 56 strcpy(iobuf, salt);
69 strcpy(iobuf, salt);

Completed in 2580 milliseconds

1 2 3 4 5 6 7 8 91011>>