Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mailx/
H A Dcmd3.c779 nstrcpy(origname, PATHSIZE, origprevfile); in file()
815 nstrcpy(origprevfile, sizeof (origprevfile), origname); in getfilename()
820 nstrcpy(origname, PATHSIZE, cp); in getfilename()
828 nstrcpy(origname, PATHSIZE, cp); in getfilename()
840 nstrcpy(tmp, sizeof (tmp), origname); in getfilename()
841 nstrcpy(origname, PATHSIZE, origprevfile); in getfilename()
847 nstrcpy(origprevfile, sizeof (origprevfile), origname); in getfilename()
850 nstrcpy(origname, PATHSIZE, cp); in getfilename()
858 nstrcpy(origprevfile, sizeof (origprevfile), origname); in getfilename()
860 nstrcpy(origname, PATHSIZE, cp); in getfilename()
H A Dmain.c387 nstrcpy(origname, PATHSIZE, mailname); in main()
396 nstrcpy(origname, PATHSIZE, ef); in main()
H A Dinit.c116 char origname[PATHSIZE]; /* Name of mailfile before expansion */ variable
H A Dlex.c886 ename = origname; in newfileinfo()
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Dglob.h103 extern char origname[]; /* Original name of mail file */
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.tftpd.c906 pnp_check(char *origname) in pnp_check() argument
911 int len = (origname ? strlen(origname) : 0); in pnp_check()
923 ipaddr = htonl(strtol(origname, &arch, 16)); in pnp_check()
940 if (strncmp(origname, dp->d_name, 8) == 0) { in pnp_check()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/
H A Difconfig.c100 static char origname[LIFNAMSIZ]; variable
397 (void) strncpy(origname, name, sizeof (origname)); /* For addif */ in main()
562 (void) strncpy(origname, name, sizeof (origname)); in foreachinterface()
600 (void) strncpy(origname, name, sizeof (origname)); in plumball()
854 if (strcmp(name, origname) != 0) { in ifconfig()
1823 (void) strncpy(name, origname, sizeof (name)); in addif()
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c1819 char *origname; in zpool_import_props() local
1825 &origname) == 0); in zpool_import_props()
1828 "cannot import pool '%s'"), origname); in zpool_import_props()
1837 thename = origname; in zpool_import_props()
1847 if ((props = zpool_valid_proplist(hdl, origname, in zpool_import_props()
1897 zpool_rewind_exclaim(hdl, newname ? origname : thename, in zpool_import_props()
1910 origname, thename); in zpool_import_props()
2013 newname ? origname : thename, -error, nv); in zpool_import_props()
2031 zpool_rewind_exclaim(hdl, newname ? origname : thename, in zpool_import_props()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_log.c427 log_file_create(caddr_t origname, struct log_file **lfpp) in log_file_create() argument
439 namelen = strlen(origname) + strlen(LOG_INPROG_STRING); in log_file_create()
441 (void) sprintf(name, "%s%s", origname, LOG_INPROG_STRING); in log_file_create()
/illumos-gate/usr/src/cmd/mail/
H A Dmail.h347 extern int translate(reciplist *plist, char *cmdstr, char *origname);