Home | History | Annotate | Download | only in netcat

Lines Matching refs:FL

365 # FL must be named something.c, so STUPID gcc recognized it as a non-object!!
366 ( FL=st00pid.c
368 cp stupid.h $FL
377 echo "#ifdef ${xx}" >> $FL
378 echo "\"${xx}\" = ${xx}" >> $FL
379 echo "#endif" >> $FL
380 echo "#ifdef _${xx}" >> $FL
381 echo "\"_${xx}\" = _${xx}" >> $FL
382 echo "#endif" >> $FL
383 echo "#ifdef _${xx}_" >> $FL
384 echo "\"_${xx}_\" = _${xx}_" >> $FL
385 echo "#endif" >> $FL
386 echo "#ifdef __${xx}" >> $FL
387 echo "\"__${xx}\" = __${xx}" >> $FL
388 echo "#endif" >> $FL
389 echo "#ifdef __${xx}__" >> $FL
390 echo "\"__${xx}__\" = __${xx}__" >> $FL
391 echo "#endif" >> $FL
392 echo "#ifdef ${XX}" >> $FL
393 echo "\"${XX}\" = ${XX}" >> $FL
394 echo "#endif" >> $FL
395 echo "#ifdef _${XX}" >> $FL
396 echo "\"_${XX}\" = _${XX}" >> $FL
397 echo "#endif" >> $FL
398 echo "#ifdef _${XX}_" >> $FL
399 echo "\"_${XX}_\" = _${XX}_" >> $FL
400 echo "#endif" >> $FL
401 echo "#ifdef __${XX}" >> $FL
402 echo "\"__${XX}\" = __${XX}" >> $FL
403 echo "#endif" >> $FL
404 echo "#ifdef __${XX}__" >> $FL
405 echo "\"__${XX}__\" = __${XX}__" >> $FL
406 echo "#endif" >> $FL
409 echo "#ifdef major" >> $FL
410 echo "\"major\" = major (x)" >> $FL
411 echo "\"minor\" = minor (x)" >> $FL
412 echo "#endif" >> $FL
413 echo "#ifdef FD_SETSIZE" >> $FL
414 echo "\"FD_SETSIZE\" = FD_SETSIZE" >> $FL
415 echo "#endif" >> $FL