/src/usr.bin/tip/ |
acu.c | 71 int volatile tried; local in function:tip_connect 74 tried = 0; 114 tried++; 148 tried++; 152 if (!tried) { 156 return (tried ? "call failed" : "missing phone number");
|
/src/usr.bin/make/unit-tests/ |
varmod-tail.mk | 8 # ':from=to' modifier is tried as a fallback.
|
depsrc.mk | 23 : 'Undefined variables are tried to be expanded in a dependency' 25 : 'the expression is preserved and tried to be expanded later.'
|
dep-op-missing.mk | 6 # handling code in ParseDependencyOp. This test tried to reach it and failed.
|
opt-debug-parse.mk | 14 # Before parse.c 1.643 from 2022-01-08, PrintStackTrace tried to be too clever
|
varmod-range.mk | 59 # Until 2020-11-01, the parser tried to read the 'x' as a number, failed and 60 # stopped there. It then tried to parse the next modifier at that point,
|
varname-dot-curdir.mk | 26 # tried to add the shell command ("echo /") to the .PATH instead of the
|
varmod-head.mk | 65 # ':from=to' modifier is tried as a fallback.
|
var-eval-short.mk | 52 # the nested expression ${FAIL} and then tried to parse the unexpanded text, 66 # nested expression ${FAIL}, which is correct, and then tried to compile the
|
cmd-interrupt.mk | 8 # tried again in the next run.
|
directive-undef.mk | 25 # Without any arguments, until var.c 1.736 from 2020-12-19, .undef tried
|
/src/sys/arch/arm/marvell/ |
mvsocrtc.c | 111 bool tried = false; local in function:mvsocrtc_todr_gettime 132 if (rtcsec == 0 && !tried) { 133 tried = true;
|
/src/sys/miscfs/kernfs/ |
kernfs_vfsops.c | 97 static int tried = 0; local in function:kernfs_get_rrootdev 99 if (tried) { 103 tried = 1;
|
/src/games/rogue/ |
monster.c | 323 boolean tried[6]; local in function:mv_1_monster 396 for (i = 0; i <= 5; i++) tried[i] = 0; 402 if (!tried[n] && mtry(monster, row, monster->col-1)) { 407 if (!tried[n] && mtry(monster, row, monster->col)) { 412 if (!tried[n] && mtry(monster, row, monster->col+1)) { 417 if (!tried[n] && mtry(monster, monster->row-1, col)) { 422 if (!tried[n] && mtry(monster, monster->row, col)) { 427 if (!tried[n] && mtry(monster, monster->row+1, col)) { 432 if (!tried[n]) { 433 tried[n] = 1 [all...] |
/src/lib/libedit/ |
read.c | 282 int tried = (el->el_flags & FIXIO) == 0; local in function:read_char 301 if (!tried && read__fixio(el->el_infd, e) == 0) { 303 tried = 1;
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/ |
amdgpu_dm_mst_types.c | 687 bool tried[MAX_PIPES]; local in function:try_disable_dsc 696 tried[i] = false; 700 tried[i] = true; 708 if (!tried[i]) { 740 tried[next_index] = true;
|
/src/usr.sbin/iostat/ |
iostat.c | 939 int i, maxdrives, ndrives, tried; local in function:selectdrives 952 for (tried = ndrives = 0; *argv; ++argv) { 957 tried++; 975 if (ndrives == 0 && tried == 0) {
|
/src/usr.sbin/sysinst/arch/mac68k/ |
msg.md.en | 127 {You have tried to split an existing disk partition into two parts but
|
/src/sys/external/isc/libsodium/dist/m4/ |
ax_pthread.m4 | 137 # none: in case threads are in libc; should be tried before -Kthread and
|