Searched refs:not (Results 176 - 200 of 584) sorted by relevance

1234567891011>>

/freebsd-10-stable/contrib/netbsd-tests/sbin/sysctl/
H A Dt_perm.sh57 atf_check -s not-exit:0 -e ignore \
65 # was not actually written to the node.
/freebsd-10-stable/share/mk/
H A Dbsd.man.mk9 # DESTDIR Change the tree where the man pages gets installed. [not set]
33 # NO_MANCOMPRESS If you do not want unformatted manual pages to be
34 # compressed when they are installed. [not set]
36 # NO_MLINKS If you do not want install manual page links. [not set]
42 # pages. [not set]
/freebsd-10-stable/sys/cam/
H A DREADME.quirks10 behind hardware. Where possible and not in conflict with the standard,
40 o CAM_QUIRK_NOLUNS - do not probe luns other than 0 since device
43 o CAM_QUIRK_NOSERIAL - do not send an inquiry for serial number.
45 o CAM_QUIRK_HILUNS - probe all luns even if some respond "not present"
58 o DA_Q_NO_6_BYTE - The RBC spec (see Links below) does not allow
62 has been modified to not send 6-byte commands to USB, 1394, and
72 o CD_Q_NO_TOUCH - not implemented
103 o NO_TEST_UNIT_READY - The drive does not support Test Unit Ready.
107 o RS_NO_CLEAR_UA - The drive does not reset the Unit Attention state
108 after REQUEST SENSE has been sent. The INQUIRY command does not
[all...]
/freebsd-10-stable/contrib/ntp/sntp/ag-tpl/0-old/
H A Dmdoc2texi105 if not exists $displays{ $type };
114 Mdoc::def_macro('.Ed', sub { die '.Ed used but .Bd was not seen' });
126 die "Specify a list type" if not defined $type;
128 die "Not supported list type <$type>" if not exists $lists{ $type };
/freebsd-10-stable/usr.bin/stat/tests/
H A Dstat_test.sh69 # - `ls -ldT` is used to not recursively list the contents of
106 atf_check -o not-empty stat -q broken-link
107 atf_check -o not-empty stat -qL broken-link
119 atf_check -o not-empty stat -r a
155 ) || atf_fail 'One or more fields not set by stat(1)'
/freebsd-10-stable/usr.sbin/chown/tests/
H A Dchown_test.sh110 atf_expect_fail "ZFS does not support UF_IMMUTABLE; returns EPERM"
114 atf_check -e not-empty -s not-exit:0 chown 42:42 foo bar
182 atf_check -o not-empty newfs /dev/$md_device
/freebsd-10-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql10 * "License"); you may not use this file except in compliance
37 * "not-present" -- node not present at this REV
102 in the ACTUAL_NODE table, are not counted.) */
123 NODES row. ("Is known" because a text change on disk may not yet
151 /* if not NULL, this node is part of a changelist. */
197 the server, and are not authoritative. */
253 op_depth values are not normally visible to the user but may become
340 not-present: in the 'BASE' tree this is a node that is implied to
341 exist by the parent node, but is not presen
[all...]
/freebsd-10-stable/contrib/netbsd-tests/net/net/
H A Dt_ping6_opts.sh336 atf_check -s not-exit:0 -o ignore rump.ping6 -n -c 1 -X $TIMEOUT \
341 atf_check -s not-exit:0 -o ignore rump.ping6 -n -c 1 -X $TIMEOUT \
347 atf_check -s not-exit:0 -o ignore rump.ping6 -n -c 1 -X $TIMEOUT \
352 atf_check -s not-exit:0 -o ignore rump.ping6 -n -c 1 -X $TIMEOUT \
358 atf_check -s not-exit:0 -o ignore rump.ping6 -n -c 1 -X $TIMEOUT \
/freebsd-10-stable/bin/ls/tests/
H A Dls_tests.sh129 atf_check -e empty -o not-empty -s exit:0 grep "${dot_path}" \
131 atf_check -e empty -o empty -s not-exit:0 grep "${dot_path}" \
226 atf_check -e ignore -o not-empty -s exit:0 \
315 atf_check -o not-match:'\.f' -s exit:0 ls -I
316 atf_check -o not-match:'\.g' -s exit:0 ls -I
332 atf_check -e empty -o not-match:target1/target2 -s exit:0 ls -L
453 atf_check -e empty -o not-empty -s exit:0 grep "${dot_path}" \
455 atf_check -e empty -o empty -s not-exit:0 grep "${dot_path}" \
512 atf_check -e ignore -o not-empty -s exit:0 \
590 [ -n "$paths" ] || atf_skip 'Could not fin
[all...]
/freebsd-10-stable/usr.sbin/config/
H A Dmkmakefile.c36 #endif /* not lint */
312 int compile, match, nreqs, std, filetype, not, local
370 not = 0;
382 not = 1;
473 if (not)
481 if (not)
485 match &= not;
487 not = 0;
/freebsd-10-stable/contrib/tcsh/
H A Dglob.c34 #endif /* LIBC_SCCS and not lint */
41 * Optional extra services, controlled by flags not defined by POSIX:
49 * Use ^ instead of ! for "not".
150 /* This should not be here, but I'll rather leave it in than engage in
161 # else /* not WIDE_STRINGS */
168 * strcoll does not guarantee case sorting, so we pre-process now:
287 * if things went well, nonzero if errors occurred. It is not an error
297 int c, not; local
314 not = ALTNOT;
318 not
[all...]
/freebsd-10-stable/contrib/bmake/mk/
H A Dlib.mk31 # add additional suffixes not exported.
43 # if not already set. Includes -DPIC, if required.
74 # On mips, all libs are compiled with ABIcalls, not just sharedlibs.
83 # On the VAX, all object are PIC by default, not just sharedlibs.
155 # HPsUX lorder does not grok anything but .o
162 # lorder does not grok anything but .o
262 # for the normal .a we do not want to strip symbols
266 # for the normal .a we do not want to strip symbols
367 # lots of cool magic, but might not suit everyone.
H A Down.mk22 # these may or may not exist
37 # FreeBSD at least does not set this
217 # in environments where it's not possible to keep /sys publicly readable)
254 # :U incase not using our sys.mk
256 # should all be set by sys.mk if not default
/freebsd-10-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_lex.l7 * You may not use this file except in compliance with the License.
67 * Do not EOF let tokens to be put back. This does not work with flex.
230 "not defined\n", yytext);
260 "not defined\n", yytext);
269 * If the macro text is not a valid integer or ident,
289 * If the macro text is not a string an begins with a
324 "is not defined\n", yytext);
344 "is not defined\n", yytext);
405 <S0>{RGX_FP} yyerror("floating-point constants are not permitte
[all...]
/freebsd-10-stable/contrib/ntp/scripts/update-leap/
H A Dupdate-leap.in45 # HTTP - No TLS/SSL - (not recommended)
155 # Parse ntp.conf for path to leapfile if not set by user
167 log_fatal(LOG_ERR, "No leapfile directive in $NTPCONF; leapfile location not known");
407 -F Force update even if current file is OK and not close to expiring.
426 The following options are not (yet) implemented in the perl version:
440 If the leapfile does not exist, is not valid, has expired, or is
448 longer), it need not be run more frequently than about once every
/freebsd-10-stable/contrib/gcc/
H A Dgccbug.in20 # along with GNU GNATS; see the file COPYING. If not, write to
195 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
205 # spam does not need to be listed here
277 ( echo "$COMMAND: could not copy $PR_FORM" ; xs=1; exit )
285 SEND-PR: Please consult the GCC manual if you are not sure how to
324 SEND-PR: critical GCC is completely not operational; no work-around known.
325 SEND-PR: serious GCC is not working properly; a work-around is possible.
385 echo "$COMMAND: problem report not filled out, therefore not sent"
417 *) echo "$COMMAND: \`$CONFIDENTIAL' is not
[all...]
/freebsd-10-stable/contrib/sendmail/cf/m4/
H A Dcfhead.m473 dnl define if not yet defined: if `$1' is not defined it will be `$2'
76 dnl add a char $2 to a string $1 if it is not there
98 dnl same characters, he does not deserve any better, does he?
99 dnl this could be coded more efficiently... (do not apply the macro if _MF_A/D_ is undefined)
/freebsd-10-stable/contrib/sqlite3/tea/win/
H A Dmakefile.vc44 # 2) To use the Platform SDK (not expressly needed), run setenv.bat after
59 # C:\Progra~1\Tcl is assumed when not specified.
95 # when not specified.
160 # number and returns all character until a character not in [0-9.ab]
328 @if not exist $(OUT_DIR)\nul mkdir $(OUT_DIR)
329 @if not exist $(TMP_DIR)\nul mkdir $(TMP_DIR)
385 @if not exist "$(SCRIPT_INSTALL_DIR)" mkdir "$(SCRIPT_INSTALL_DIR)"
/freebsd-10-stable/contrib/netbsd-tests/net/if_gif/
H A Dt_gif.sh459 atf_check -s not-exit:0 -o ignore -e ignore \
462 atf_check -s not-exit:0 -o ignore -e ignore \
487 atf_check -s not-exit:0 -o ignore -e ignore \
491 atf_check -s not-exit:0 -o ignore -e ignore \
498 atf_check -s not-exit:0 -o ignore -e ignore \
502 atf_check -s not-exit:0 -o ignore -e ignore \
632 outer=$2 # not use
640 outer=$2 # not use
679 outer=$2 # not use
705 outer=$2 # not us
[all...]
/freebsd-10-stable/contrib/ntp/ntpd/
H A Dntp_loopfilter.c59 * NSET FREQ step, FREQ freq not set
102 * set to zero, in which case the system clock is not adjusted. This is
290 # warning TIME_OK is not defined
297 # warning TIME_INS is not defined
304 # warning TIME_DEL is not defined
311 # warning TIME_OOP is not defined
318 # warning TIME_WAIT is not defined
421 # warning TIME_ERROR is not defined
461 (void)ntp_adj_ret; /* not always used below... */
469 #endif /* not LOCKCLOC
[all...]
/freebsd-10-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex23 % along with this texinfo.tex file; see the file COPYING. If not, write
116 % Set up fixed words for English if not already set.
209 % surround any changed text. This approach does *not* work if the
304 % the headline as they should be, not taken literally (outputting ''code).
315 \normalturnoffactive % \ in index entries must not stay \, e.g., if
484 % therein should become regular spaces in the raw index file, not the
504 % are not treated as enviroments; they don't open a group. (The
505 % implementation of @end takes care not to call \endgroup in this
531 not \inenvironment\thisenv}%
547 % The general wording of \badenverr may not b
[all...]
/freebsd-10-stable/contrib/groff/doc/
H A Dtexinfo.tex23 % along with this texinfo.tex file; see the file COPYING. If not, write
116 % Set up fixed words for English if not already set.
201 % surround any changed text. This approach does *not* work if the
296 % the headline as they should be, not taken literally (outputting ''code).
307 \normalturnoffactive % \ in index entries must not stay \, e.g., if
476 % therein should become regular spaces in the raw index file, not the
496 % are not treated as enviroments; they don't open a group. (The
497 % implementation of @end takes care not to call \endgroup in this
523 not \inenvironment\thisenv}%
539 % The general wording of \badenverr may not b
[all...]
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Derr.copyoutbadaddr.ksh6 * You may not use this file except in compliance with the License.
H A Derr.copyoutstrbadaddr.ksh6 * You may not use this file except in compliance with the License.
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/predicates/
H A Dtst.predcache.ksh6 # You may not use this file except in compliance with the License.
92 echo $tst: could not unload dtrace

Completed in 338 milliseconds

1234567891011>>