Home
last modified time | relevance | path

Searched refs:origname (Results 1 – 12 of 12) sorted by relevance

/titanic_41/usr/src/tools/ctf/cvt/
H A Dutil.c208 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_41/usr/src/cmd/mailx/
H A Dcmd3.c781 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 Dmain.c386 nstrcpy(origname, PATHSIZE, mailname); in main()
395 nstrcpy(origname, PATHSIZE, ef); in main()
H A Dinit.c118 char origname[PATHSIZE]; /* Name of mailfile before expansion */ variable
H A Dlex.c897 ename = origname; in newfileinfo()
/titanic_41/usr/src/cmd/mailx/hdr/
H A Dglob.h103 extern char origname[]; /* Original name of mail file */
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.tftpd.c905 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_41/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c1609 char *origname; in zpool_import_props() local
1615 &origname) == 0); in zpool_import_props()
1618 "cannot import pool '%s'"), origname); in zpool_import_props()
1627 thename = origname; in zpool_import_props()
1637 if ((props = zpool_valid_proplist(hdl, origname, in zpool_import_props()
1686 zpool_rewind_exclaim(hdl, newname ? origname : thename, in zpool_import_props()
1699 origname, thename); in zpool_import_props()
1756 newname ? origname : thename, -error, nv); in zpool_import_props()
1774 zpool_rewind_exclaim(hdl, newname ? origname : thename, in zpool_import_props()
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/
H A Difconfig.c100 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_41/usr/src/cmd/mail/
H A Dmail.h347 extern int translate(reciplist *plist, char *cmdstr, char *origname);
/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs_log.c424 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()
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DuDNS.c2153 domainname origname; in pktResponseHndlr() local
2154 origname.c[0] = 0; in pktResponseHndlr()
2207 …wedCNames > (maxCNames - 1)) LogMsg("Error: too many CNAME referals for question %##s", &origname); in pktResponseHndlr()
2226 AssignDomainName(&origname, &question->qname); in pktResponseHndlr()