HomeSort by: relevance | last modified time | path
    Searched refs:runflags (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.bin/make/unit-tests/
opt-no-action-runflags.mk 1 # $NetBSD: opt-no-action-runflags.mk,v 1.1 2020/12/09 07:57:52 rillig Exp $
4 # combined with the RunFlags '@', '-', '+' for individual commands.
Makefile 287 TESTS+= opt-no-action-runflags
558 SED_CMDS.opt-no-action-runflags= ${STD_SED_CMDS.hide-from-output}
  /src/external/gpl3/gdb.old/dist/gdb/
procfs.c 926 int runflags; local
934 runflags = PRCFAULT; /* Always clear current fault. */
936 runflags |= PRSTEP;
938 runflags |= PRCSIG;
945 cmd[1] = runflags;
  /src/external/gpl3/gdb/dist/gdb/
procfs.c 926 int runflags; local
934 runflags = PRCFAULT; /* Always clear current fault. */
936 runflags |= PRSTEP;
938 runflags |= PRCSIG;
945 cmd[1] = runflags;
  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
init_creds_pw.c 71 } runflags; member in struct:krb5_get_init_creds_ctx
2403 } else if (ret == KRB5KDC_ERR_KEY_EXP && ctx->runflags.change_password == 0 && ctx->prompter) {
2406 ctx->runflags.change_password = 1;

Completed in 93 milliseconds