Searched refs:sh_checksig (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/ |
H A D | rm.c | 186 … if ((v = astquery(-1, "remove directory %s? ", ent->fts_path)) < 0 || sh_checksig(state->context)) in rm() 260 if ((v = astquery(-1, "remove %s? ", ent->fts_path)) < 0 || sh_checksig(state->context)) in rm() 276 sh_checksig(state->context)) in rm() 409 while (!sh_checksig(context) && (ent = fts_read(fts)) && !rm(&state, ent)); in b_rm()
|
H A D | tail.c | 656 else if (sh_checksig(context) || tvsleep(&tv, NiL) && sh_checksig(context)) in b_tail() 703 if (sh_checksig(context)) in b_tail() 800 } while ((file = *argv++) && !sh_checksig(context)); in b_tail()
|
H A D | mktemp.c | 161 if (sh_checksig(context)) in b_mktemp()
|
H A D | chmod.c | 268 while (!sh_checksig(context) && (ent = fts_read(fts))) in b_chmod()
|
H A D | cp.c | 461 … if ((n = astquery(-1, "%s %s? ", state->opname, state->path)) < 0 || sh_checksig(state->context)) in visit() 484 …1, "override protection %s for %s? ", protection, state->path)) < 0 || sh_checksig(state->context)) in visit() 988 while (!sh_checksig(context) && (ent = fts_read(fts)) && !visit(state, ent)); in b_cp()
|
H A D | chgrp.c | 403 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 | 114 07-05-09 cmd.h: <shbltin.h> : cmdquit() => sh_checksig(context)
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/ |
H A D | shcmd.h | 88 # define sh_checksig(c) ((c) && sh_context(c)->sigset) macro
|