HomeSort by: relevance | last modified time | path
    Searched refs:STOP (Results 1 - 25 of 29) sorted by relevancy

1 2

  /src/usr.bin/spell/spell/
spell.sh 31 STOP=/usr/share/dict/stop
32 LOCAL_STOP=/usr/local/share/dict/stop
43 USAGE="usage: spell [-biltvx] [-d list] [-h spellhist] [-m a | e | l | m | s]\n\t[-s stop] [+extra_list] [file ...]"
47 # Use local word/stop lists if they exist
52 STOP="$STOP $LOCAL_STOP"
80 s) STOP="$OPTARG"
107 $DEROFF | sort -u | $SPELLPROG -o $TMP $STOP $STOP_LANG | \
112 $DEROFF | sort -u | $SPELLPROG -o $TMP $STOP $STOP_LANG |
    [all...]
  /src/sbin/fsck_ext2fs/
pass1b.c 100 (ckinode(dp, &idesc) & STOP))
127 return (STOP);
inode.c 214 if (ret & STOP)
224 if (ret & STOP)
305 if (n & STOP) {
325 return(STOP);
611 return (STOP|FOUND);
626 return (STOP|FOUND);
pass1.c 348 return (STOP);
366 return (STOP);
373 return (STOP);
fsck.h 227 #define STOP 0x01
dir.c 185 if (n & STOP) {
191 return (idesc->id_filesize > 0 ? KEEPON : STOP);
374 return (ALTERED|STOP);
392 return (ALTERED|STOP);
  /src/sbin/fsck_ffs/
pass1b.c 90 (ckinode(dp, &idesc) & STOP))
120 return (STOP);
pass1.c 458 if (ret & STOP)
525 return (STOP);
546 return (STOP);
557 return (STOP);
inode.c 133 if (ret & STOP)
146 if (ret & STOP)
240 if (n & STOP) {
263 return(STOP);
622 return (STOP|FOUND);
635 return (STOP|FOUND);
650 return (STOP|FOUND|ALTERED);
dir.c 212 return (idesc->id_filesize > 0 ? KEEPON : STOP);
233 if (n & STOP)
236 return (idesc->id_filesize > 0 ? KEEPON : STOP);
540 return (ALTERED|STOP);
555 return (ALTERED|STOP);
fsck.h 360 #define STOP 0x01
  /src/sys/lib/libkern/
entpool.c 170 * but we stop if we would have run the permutation.
611 enum { IN, OUT, STOP } t;
619 {STOP, {0}},
628 {STOP, {0}},
637 {STOP, {0}},
646 {STOP, {0}},
650 {STOP, {0}},
661 {STOP, {0}},
669 {STOP, {0}},
678 {STOP, {0}}
    [all...]
  /src/sbin/fsck_lfs/
fsck.h 168 #define STOP 0x01
inode.c 189 if (ret & STOP)
200 if (ret & STOP)
291 if (n & STOP) {
320 return (STOP);
518 return (STOP | FOUND);
533 return (STOP | FOUND);
pass1.c 367 return (STOP);
396 return (STOP);
dir.c 165 if (n & STOP)
168 return (idesc->id_filesize > 0 ? KEEPON : STOP);
404 return (ALTERED | STOP);
418 return (ALTERED | STOP);
pass6.c 321 return (STOP);
  /src/games/tetris/
screen.c 124 stop("cannot clear screen");
126 stop("cannot do random cursor positioning");
180 * we stop while at it, stopset() above will longjmp back
198 stop(""); /* stop() supplies \n */
202 stop("tcgetattr() fails");
207 stop("tcsetattr() fails");
262 stop(const char *why) function in typeref:typename:void
394 #define STOP (B_COLS - 3)
395 if (i > STOP || sp[1] != bp[1] || so != bp[1]
    [all...]
  /src/lib/libm/src/
e_coshl.c 27 #error SHOULD STOP HERE!!!
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_smu_v11_0_i2c.c 161 /* Check for stop due to NACK */
272 /* determine if we need to send STOP bit or not */
274 /* Final transaction, so send stop unless I2C_NO_STOP */
275 reg = REG_SET_FIELD(reg, CKSVII2C_IC_DATA_CMD, STOP,
363 /* Final transaction, so send stop if requested */
364 reg = REG_SET_FIELD(reg, CKSVII2C_IC_DATA_CMD, STOP,
437 * someone missed to send STOP
495 * someone missed to send STOP
585 * EEPROM to flush internal RX buffer after STOP was issued at the
  /src/tests/fs/psshfs/
t_psshfs.sh 253 # Oops -- this doesn't work. We need to stop the child of the
255 atf_check -s exit:0 kill -STOP $(cat sshd.pid)
  /src/sbin/fsdb/
fsdb.c 1109 return STOP | ALTERED | FOUND;
1157 return STOP | ALTERED | FOUND;
1159 return STOP | FOUND; /* won't fit, so give up */
1206 return STOP | ALTERED | FOUND;
  /src/usr.bin/make/unit-tests/
varmod.mk 123 VAR= STOP
  /src/sys/sys/
midiio.h 642 e = SEQ_MK_TIMING(STOP);
  /src/sys/external/isc/libsodium/dist/
config.guess 70 -- ) # Stop option processing
1048 i*86:XTS-300:*:STOP)
1049 echo ${UNAME_MACHINE}-unknown-stop

Completed in 28 milliseconds

1 2