Home
last modified time | relevance | path

Searched refs:sh_checksig (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Drm.c186 … 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 Dtail.c656 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 Dmktemp.c161 if (sh_checksig(context)) in b_mktemp()
H A Dchmod.c268 while (!sh_checksig(context) && (ent = fts_read(fts))) in b_chmod()
H A Dcp.c461 … 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 Dchgrp.c403 while (!sh_checksig(context) && (ent = fts_read(fts))) in b_chgrp()
H A Dcksum.c596 while (!sh_checksig(context) && (ent = fts_read(fts))) in b_cksum()
H A Djoin.c305 if (sh_checksig(jp->context)) in getrec()
H A DRELEASE114 07-05-09 cmd.h: <shbltin.h> : cmdquit() => sh_checksig(context)
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dshcmd.h88 # define sh_checksig(c) ((c) && sh_context(c)->sigset) macro