HomeSort by: relevance | last modified time | path
    Searched refs:weird (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/crunch/crunchide/
exec_elf32.c 188 int rv, i, weird; local
202 weird = 0;
210 if (!weird && symtabsnum != -1) {
211 weird = 1;
217 if (!weird && strtabsnum != (ehdr.e_shnum - 1)) {
218 weird = 1;
226 if (!weird && strtabsnum == -1) {
227 weird = 1;
230 if (!weird && stroff != maxoff) {
231 weird = 1
    [all...]
  /src/tests/bin/sh/
t_cmdsub.sh 62 atf_check -s exit:0 -o inline:'weird; string *\n' -e empty \
63 ${TEST_SH} -c 'X=$( echo "weird; string *" ); echo "$X"'
109 atf_check -s exit:0 -o inline:'weird; string *\n' -e empty \
110 ${TEST_SH} -c 'X=` echo "weird; string *" `; echo "$X"'
  /src/sys/arch/amiga/amiga/
locore.s 1158 | this weird code is the OFFICIAL way to reboot an Amiga ! ..

Completed in 22 milliseconds