HomeSort by: relevance | last modified time | path
    Searched refs:origname (Results 1 - 4 of 4) sorted by relevancy

  /src/sbin/fsck/
fsutil.c 185 blockcheck(const char *origname)
198 return (origname);
200 len = readlink(origname, cbuf, sizeof(cbuf)-1);
202 newname = origname;
210 return origname;
218 return origname;
222 return origname;
228 return origname;
234 return origname;
250 return origname;
    [all...]
  /src/sbin/gpt/
recover.c 70 const char *name, *origname; local in function:recover_gpt_hdr
83 origname = "secondary";
91 origname = "primary";
110 gpt_msg(gpt, "Recovered %s GPT header from %s", name, origname);
117 const char *name, *origname; local in function:recover_gpt_tbl
124 origname = "secondary";
130 origname = "primary";
147 gpt_msg(gpt, "Recovered %s GPT table from %s", name, origname);
  /src/usr.bin/netstat/
if.c 212 char origname[IFNAMSIZ]; /* without `*' */ local in function:intpr_sysctl
260 strcpy(origname, name);
312 if_data_ext_get(origname, &dext);
  /src/usr.bin/gzip/
gzip.c 574 gz_compress(int in, int out, off_t *gsizep, const char *origname, uint32_t mtime)
606 origname = "";
611 *origname ? ORIG_NAME : 0,
617 OS_CODE, origname);
621 if (*origname)

Completed in 17 milliseconds