/titanic_50/usr/src/tools/ctf/cvt/ |
H A D | util.c | 208 mktmpname(const char *origname, const char *suffix) in mktmpname() argument 212 newname = xmalloc(strlen(origname) + strlen(suffix) + 1); in mktmpname() 213 (void) strcpy(newname, origname); in mktmpname()
|
/titanic_50/usr/src/cmd/mailx/ |
H A D | cmd3.c | 781 nstrcpy(origname, PATHSIZE, origprevfile); in file() 817 nstrcpy(origprevfile, sizeof (origprevfile), origname); in getfilename() 822 nstrcpy(origname, PATHSIZE, cp); in getfilename() 830 nstrcpy(origname, PATHSIZE, cp); in getfilename() 842 nstrcpy(tmp, sizeof (tmp), origname); in getfilename() 843 nstrcpy(origname, PATHSIZE, origprevfile); in getfilename() 849 nstrcpy(origprevfile, sizeof (origprevfile), origname); in getfilename() 852 nstrcpy(origname, PATHSIZE, cp); in getfilename() 860 nstrcpy(origprevfile, sizeof (origprevfile), origname); in getfilename() 862 nstrcpy(origname, PATHSIZE, cp); in getfilename()
|
H A D | main.c | 386 nstrcpy(origname, PATHSIZE, mailname); in main() 395 nstrcpy(origname, PATHSIZE, ef); in main()
|
H A D | init.c | 118 char origname[PATHSIZE]; /* Name of mailfile before expansion */ variable
|
H A D | lex.c | 897 ename = origname; in newfileinfo()
|
/titanic_50/usr/src/cmd/mailx/hdr/ |
H A D | glob.h | 103 extern char origname[]; /* Original name of mail file */
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | in.tftpd.c | 905 pnp_check(char *origname) in pnp_check() argument 910 int len = (origname ? strlen(origname) : 0); in pnp_check() 922 ipaddr = htonl(strtol(origname, &arch, 16)); in pnp_check() 939 if (strncmp(origname, dp->d_name, 8) == 0) { in pnp_check()
|
/titanic_50/usr/src/lib/libzfs/common/ |
H A D | libzfs_pool.c | 1620 char *origname; in zpool_import_props() local 1626 &origname) == 0); in zpool_import_props() 1629 "cannot import pool '%s'"), origname); in zpool_import_props() 1638 thename = origname; in zpool_import_props() 1648 if ((props = zpool_valid_proplist(hdl, origname, in zpool_import_props() 1697 zpool_rewind_exclaim(hdl, newname ? origname : thename, in zpool_import_props() 1710 origname, thename); in zpool_import_props() 1767 newname ? origname : thename, -error, nv); in zpool_import_props() 1785 zpool_rewind_exclaim(hdl, newname ? origname : thename, in zpool_import_props()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/ |
H A D | ifconfig.c | 100 static char origname[LIFNAMSIZ]; variable 396 (void) strncpy(origname, name, sizeof (origname)); /* For addif */ in main() 561 (void) strncpy(origname, name, sizeof (origname)); in foreachinterface() 599 (void) strncpy(origname, name, sizeof (origname)); in plumball() 853 if (strcmp(name, origname) != 0) { in ifconfig() 1822 (void) strncpy(name, origname, sizeof (name)); in addif()
|
/titanic_50/usr/src/cmd/mail/ |
H A D | mail.h | 347 extern int translate(reciplist *plist, char *cmdstr, char *origname);
|
/titanic_50/usr/src/uts/common/fs/nfs/ |
H A D | nfs_log.c | 424 log_file_create(caddr_t origname, struct log_file **lfpp) in log_file_create() argument 436 namelen = strlen(origname) + strlen(LOG_INPROG_STRING); in log_file_create() 438 (void) sprintf(name, "%s%s", origname, LOG_INPROG_STRING); in log_file_create()
|