Searched defs:opname (Results 1 - 4 of 4) sorted by relevance
/osnet-11/usr/src/lib/libcmd/common/ |
H A D | cp.c | 191 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 D | expr.c | 145 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 D | a2p.h | 245 char *opname[] = { variable 338 extern char *opname[];
|
/osnet-11/usr/src/lib/libzfs/common/ |
H A D | libzfs_dataset.c | 4780 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 55 milliseconds