OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fail
(Results
1 - 25
of
90
) sorted by relevancy
1
2
3
4
/src/usr.bin/make/unit-tests/
opt-debug-errors.mk
8
all:
fail
-spaces
9
all:
fail
-escaped-space
10
all:
fail
-newline
11
all:
fail
-multiline
12
all:
fail
-multiline-intention
16
fail
-spaces:
21
fail
-escaped-space:
25
fail
-newline:
30
fail
-multiline:
40
fail
-multiline-intention
[
all
...]
opt-debug-errors.mk
8
all:
fail
-spaces
9
all:
fail
-escaped-space
10
all:
fail
-newline
11
all:
fail
-multiline
12
all:
fail
-multiline-intention
16
fail
-spaces:
21
fail
-escaped-space:
25
fail
-newline:
30
fail
-multiline:
40
fail
-multiline-intention
[
all
...]
opt-debug-errors-jobs.mk
8
all:
fail
-spaces
9
all:
fail
-escaped-space
10
all:
fail
-newline
11
all:
fail
-multiline
12
all:
fail
-multiline-intention
13
all:
fail
-vars
15
fail
-spaces:
18
fail
-escaped-space:
21
fail
-newline:
26
fail
-multiline
[
all
...]
opt-debug-errors-jobs.mk
8
all:
fail
-spaces
9
all:
fail
-escaped-space
10
all:
fail
-newline
11
all:
fail
-multiline
12
all:
fail
-multiline-intention
13
all:
fail
-vars
15
fail
-spaces:
18
fail
-escaped-space:
21
fail
-newline:
26
fail
-multiline
[
all
...]
/src/regress/lib/libc/ieeefp/testfloat/
fail.c
1
/* $NetBSD:
fail
.c,v 1.5 2008/04/28 20:23:04 martin Exp $ */
62
#include "
fail
.h"
66
void
fail
( const char *message, ... )
function in typeref:typename:void
fail.c
1
/* $NetBSD:
fail
.c,v 1.5 2008/04/28 20:23:04 martin Exp $ */
62
#include "
fail
.h"
66
void
fail
( const char *message, ... )
function in typeref:typename:void
/src/tests/include/
t_errno.c
45
bool
fail
;
local in function:ATF_TC_BODY
52
fail
= true;
55
fail
= false;
57
if (
fail
!= false)
60
fail
= true;
63
fail
= false;
65
if (
fail
!= false)
68
fail
= true;
71
fail
= false;
73
if (
fail
!= false
[
all
...]
t_netdb.c
45
bool
fail
;
local in function:ATF_TC_BODY
53
fail
= true;
56
fail
= false;
58
if (
fail
!= false)
61
fail
= true;
64
fail
= false;
66
if (
fail
!= false)
69
fail
= true;
72
fail
= false;
74
if (
fail
!= false
[
all
...]
t_errno.c
45
bool
fail
;
local in function:ATF_TC_BODY
52
fail
= true;
55
fail
= false;
57
if (
fail
!= false)
60
fail
= true;
63
fail
= false;
65
if (
fail
!= false)
68
fail
= true;
71
fail
= false;
73
if (
fail
!= false
[
all
...]
t_netdb.c
45
bool
fail
;
local in function:ATF_TC_BODY
53
fail
= true;
56
fail
= false;
58
if (
fail
!= false)
61
fail
= true;
64
fail
= false;
66
if (
fail
!= false)
69
fail
= true;
72
fail
= false;
74
if (
fail
!= false
[
all
...]
/src/tests/lib/libc/gen/
t_pause.c
41
static bool
fail
;
variable in typeref:typename:bool
49
fail
= false;
61
fail
= true;
67
if (pause() != -1 ||
fail
!= false)
82
fail
= true;
96
if (
fail
!= true)
t_pause.c
41
static bool
fail
;
variable in typeref:typename:bool
49
fail
= false;
61
fail
= true;
67
if (pause() != -1 ||
fail
!= false)
82
fail
= true;
96
if (
fail
!= true)
t_alarm.c
41
static bool
fail
;
variable in typeref:typename:bool
49
fail
= false;
63
fail
= true;
68
if (
fail
!= false)
127
goto
fail
;
132
goto
fail
;
138
fail
:
t_alarm.c
41
static bool
fail
;
variable in typeref:typename:bool
49
fail
= false;
63
fail
= true;
68
if (
fail
!= false)
127
goto
fail
;
132
goto
fail
;
138
fail
:
/src/tests/lib/libutil/
t_efun.c
41
static bool
fail
;
variable in typeref:typename:bool
47
fail
= false;
60
fail
= true;
64
ATF_REQUIRE(
fail
!= true);
66
fail
= true;
70
ATF_REQUIRE(
fail
!= true);
83
fail
= true;
87
ATF_REQUIRE(
fail
!= true);
100
fail
= true;
104
ATF_REQUIRE(
fail
!= true)
[
all
...]
t_efun.c
41
static bool
fail
;
variable in typeref:typename:bool
47
fail
= false;
60
fail
= true;
64
ATF_REQUIRE(
fail
!= true);
66
fail
= true;
70
ATF_REQUIRE(
fail
!= true);
83
fail
= true;
87
ATF_REQUIRE(
fail
!= true);
100
fail
= true;
104
ATF_REQUIRE(
fail
!= true)
[
all
...]
/src/libexec/httpd/lua/
optparse.lua
22
-- You can use op.
fail
(message) for failing and op.print_help() for printing the usage as you like.
32
function o.
fail
(s) -- extension
65
if not val then o.
fail
('option requires an argument ' .. v) end
73
if v:match('^%-') then o.
fail
('invalid option ' .. v) end
optparse.lua
22
-- You can use op.
fail
(message) for failing and op.print_help() for printing the usage as you like.
32
function o.
fail
(s) -- extension
65
if not val then o.
fail
('option requires an argument ' .. v) end
73
if v:match('^%-') then o.
fail
('invalid option ' .. v) end
/src/distrib/utils/embedded/files/
creds_msdos
48
fail
() {
function
60
useradd -m -G "${group}" "${user}" ||
fail
"Useradd failed."
64
mkdir -p -m 755 "${ssh_userdir}" ||
fail
"mkdir ~/.ssh failed."
120
useradd -m -p "${pwhash}" -G "${group}" "${user}" ||
fail
"Useradd failed."
creds_msdos
48
fail
() {
function
60
useradd -m -G "${group}" "${user}" ||
fail
"Useradd failed."
64
mkdir -p -m 755 "${ssh_userdir}" ||
fail
"mkdir ~/.ssh failed."
120
useradd -m -p "${pwhash}" -G "${group}" "${user}" ||
fail
"Useradd failed."
/src/distrib/utils/embedded/
mkimage
87
fail
() {
function
mkimage
87
fail
() {
function
/src/sys/arch/x68k/stand/xxboot/
ashldi3.S
83
jne
fail
85
jne
fail
88
fail
:
label
117
.asciz "
fail
"
memcpy.S
122
jne
fail
125
jne
fail
128
jne
fail
131
fail
:
label
176
.asciz "
fail
"
memset.S
103
jne
fail
106
jne
fail
109
fail
:
label
133
.asciz "
fail
"
Completed in 28 milliseconds
1
2
3
4
Indexes created Thu Oct 02 14:10:14 GMT 2025