Searched defs:origname (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/tools/ctf/cvt/ |
H A D | util.c | 208 mktmpname(const char *origname, const char *suffix) argument 212 newname = xmalloc(strlen(origname) + strlen(suffix) + 1); 213 (void) strcpy(newname, origname);
|
/illumos-gate/usr/src/cmd/mailx/ |
H A D | init.c | 118 char origname[PATHSIZE]; /* Name of mailfile before expansion */ variable
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | in.tftpd.c | 905 pnp_check(char *origname) argument 910 int len = (origname ? strlen(origname) : 0); 922 ipaddr = htonl(strtol(origname, &arch, 16)); 939 if (strncmp(origname, dp->d_name, 8) == 0) {
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs_log.c | 420 * 'log_file_name' is created by concatenating 'origname' and LOG_INPROG_STRING. 424 log_file_create(caddr_t origname, struct log_file **lfpp) argument 436 namelen = strlen(origname) + strlen(LOG_INPROG_STRING); 438 (void) sprintf(name, "%s%s", origname, LOG_INPROG_STRING);
|
/illumos-gate/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 */ 561 (void) strncpy(origname, name, sizeof (origname)); 594 * name and origname contain the name of the 'current' 599 (void) strncpy(origname, name, sizeof (origname)); 853 if (strcmp(name, origname) != 0) { 1822 (void) strncpy(name, origname, sizeo [all...] |
/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | libzfs_pool.c | 1659 char *origname; local 1665 &origname) == 0); 1668 "cannot import pool '%s'"), origname); 1677 thename = origname; 1687 if ((props = zpool_valid_proplist(hdl, origname, 1736 zpool_rewind_exclaim(hdl, newname ? origname : thename, 1749 origname, thename); 1811 newname ? origname : thename, -error, nv); 1829 zpool_rewind_exclaim(hdl, newname ? origname : thename,
|
Completed in 968 milliseconds