Searched defs:opname (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libcmd/common/
H A Dcp.c191 char* opname; /* state.op message string */ member in struct:State_s
445 error(2, "%s: cannot %s existing directory", state->path, state->opname);
461 if (astquery(-1, "%s %s? ", state->opname, state->path) < 0 || sh_checksig(state->context))
466 error(2, "%s: cannot %s existing file", state->path, state->opname);
488 error(2, "%s: cannot %s %s protection", state->path, state->opname, protection);
747 state->opname = state->op == CP ? ERROR_translate(0, 0, 0, "overwrite") : ERROR_translate(0, 0, 0, "replace");
H A Dexpr.c145 const char opname[3]; member in struct:Optable_s
288 if (*cp==optable[i].opname[0] && cp[1]==optable[i].opname[1])
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Da2p.h245 char *opname[] = { variable
338 extern char *opname[];
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_dataset.c4780 const char *opname; local
4818 opname = dgettext(TEXT_DOMAIN, "create");
4825 opname = dgettext(TEXT_DOMAIN, "open");
4830 opname = dgettext(TEXT_DOMAIN, "mount");
4835 opname = dgettext(TEXT_DOMAIN, "share");
4846 "failed to %s ancestor '%s'"), opname, target);

Completed in 41 milliseconds