Searched refs:sh_checksig (Results 1 – 13 of 13) sorted by relevance
/titanic_44/usr/src/lib/libcmd/common/ |
H A D | rm.c | 183 … if ((v = astquery(-1, "remove directory %s? ", ent->fts_path)) < 0 || sh_checksig(state->context)) in rm() 257 if ((v = astquery(-1, "remove %s? ", ent->fts_path)) < 0 || sh_checksig(state->context)) in rm() 282 sh_checksig(state->context)) in rm() 416 while (!sh_checksig(context) && (ent = fts_read(fts)) && !rm(&state, ent)); in b_rm()
|
H A D | mktemp.c | 163 if (sh_checksig(context)) in b_mktemp()
|
H A D | chmod.c | 262 while (!sh_checksig(context) && (ent = fts_read(fts))) in b_chmod()
|
H A D | cp.c | 442 if (astquery(-1, "%s %s? ", state->opname, state->path) < 0 || sh_checksig(state->context)) in visit() 463 …-1, "override protection %s for %s? ", protection, state->path) < 0 || sh_checksig(state->context)) in visit() 925 while (!sh_checksig(context) && (ent = fts_read(fts)) && !visit(state, ent)); in b_cp()
|
H A D | chgrp.c | 383 while (!sh_checksig(context) && (ent = fts_read(fts))) in b_chgrp()
|
H A D | cksum.c | 596 while (!sh_checksig(context) && (ent = fts_read(fts))) in b_cksum()
|
H A D | join.c | 305 if (sh_checksig(jp->context)) in getrec()
|
H A D | RELEASE | 78 07-05-09 cmd.h: <shbltin.h> : cmdquit() => sh_checksig(context)
|
/titanic_44/usr/src/lib/libast/common/include/ |
H A D | shcmd.h | 73 # define sh_checksig(c) ((c) && sh_context(c)->sigset) macro
|
/titanic_44/usr/src/lib/libast/amd64/include/ast/ |
H A D | shcmd.h | 82 # define sh_checksig(c) ((c) && sh_context(c)->sigset) macro
|
/titanic_44/usr/src/lib/libast/i386/include/ast/ |
H A D | shcmd.h | 82 # define sh_checksig(c) ((c) && sh_context(c)->sigset) macro
|
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | shcmd.h | 82 # define sh_checksig(c) ((c) && sh_context(c)->sigset) macro
|
/titanic_44/usr/src/lib/libast/sparc/include/ast/ |
H A D | shcmd.h | 82 # define sh_checksig(c) ((c) && sh_context(c)->sigset) macro
|