/freebsd/contrib/bmake/unit-tests/ |
H A D | cond-func.exp | 1 make: "cond-func.mk" line 37: Missing closing parenthesis for defined() 2 make: "cond-func.mk" line 53: Missing closing parenthesis for defined() 3 make: "cond-func.mk" line 57: Missing closing parenthesis for defined() 9 make: "cond-func.mk" line 138: Missing closing parenthesis for defined()
|
H A D | cond-func-defined.exp | 1 make: "cond-func-defined.mk" line 24: Missing closing parenthesis for defined() 2 make: "cond-func-defined.mk" line 34: Missing closing parenthesis for defined()
|
H A D | directive-for-escape.mk | 205 closing-brace= } # guard against an 206 ${closing-brace}= <closing-brace> # alternative interpretation
|
H A D | varname.exp | 8 make: "varname.mk" line 32: No closing parenthesis in archive specification
|
H A D | varmod-to-separator.mk | 59 . warning Colon followed by closing brace does not work. 64 . warning Empty separator before closing brace does not work.
|
H A D | varmod-edge.mk | 13 INP= (parentheses) {braces} (opening closing) ()
|
/freebsd/lib/libfetch/ |
H A D | ftp.errors | 17 221 OK Service closing control connection 28 421 DOWN Service not available, closing control connection
|
/freebsd/sbin/pfctl/tests/files/ |
H A D | pf1002.in | 5 set timeout sctp.closing 14
|
H A D | pf1002.ok | 5 set timeout sctp.closing 14
|
H A D | pf0022.in | 2 set timeout { tcp.closing 6, tcp.opening 6 }
|
H A D | pf0022.ok | 2 set timeout tcp.closing 6
|
H A D | pf0092.in | 29 } # comment after closing brace
|
H A D | pf0055.in | 3 set timeout { tcp.closing 744, tcp.finwait 25, tcp.closed 38 }
|
H A D | pf0055.ok | 6 set timeout tcp.closing 744
|
/freebsd/usr.sbin/bhyve/ |
H A D | tpm_intf_crb.c | 185 bool closing; member 200 if (crb->closing) in tpm_crb_thread() 205 if (crb->closing) in tpm_crb_thread() 574 crb->closing = true; in tpm_crb_deinit()
|
/freebsd/contrib/ntp/include/ |
H A D | ntp_io.h | 93 extern void maintain_activefds(int fd, int closing);
|
/freebsd/contrib/ofed/opensm/include/complib/ |
H A D | cl_event_wheel.h | 142 boolean_t closing; member
|
/freebsd/tools/test/stress2/misc/ |
H A D | ufssuspend.sh | 85 * closing the opened handle will thaw the FS.
|
/freebsd/contrib/ofed/opensm/complib/ |
H A D | cl_event_wheel.c | 74 if (p_event_wheel->closing) in __cl_event_wheel_callback() 202 p_event_wheel->closing = FALSE; in cl_event_wheel_init()
|
/freebsd/sys/contrib/vchiq/interface/vchiq_arm/ |
H A D | vchiq_arm.c | 132 int closing; member 227 if (instance->closing) { in add_completion() 293 if (!instance || instance->closing) in service_callback() 337 } else if (instance->closing) { in service_callback() 469 instance->closing = 1; in vchiq_ioctl() 807 && !instance->closing) { in vchiq_ioctl() 948 if ((ret == 0) && instance->closing) in vchiq_ioctl() 1257 instance->closing = 1; in vchiq_close()
|
/freebsd/contrib/netbsd-tests/bin/sh/ |
H A D | t_cmdsub.sh | 556 atf_check -s exit:0 -o inline:'C: comment then closing paren\n' \ 559 echo C: comment then closing paren # )
|
/freebsd/contrib/blocklist/diff/ |
H A D | proftpd.diff | 29 _("Login timeout (%d %s): closing control connection"), TimeoutLogin,
|
/freebsd/crypto/openssl/crypto/err/ |
H A D | README.md | 39 The closing `#endif` etc will be automatically added by the script.
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | ossl_store.pod | 23 by closing the channel".
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors_format.inc | 175 // In case of the end-of-string, a pointer to the closing \0 is returned. 230 // Consume the closing ']'. 255 p = q + 1; // Consume the closing ']'.
|