代码搜索:X
找到约 10,000 项符合「X」的源代码
代码结果 10,000
www.eeworm.com/read/440906/1778433
x 6367.x
# Scratch files aren't implemented for mmixware
# (_stat is a stub and files can't be deleted).
# Similar restrictions exist for most simulators.
if { [istarget "mmix-knuth-mmixware"]
|| [istarg
www.eeworm.com/read/440906/1778437
x 20001201.x
# Scratch files aren't implemented for mmixware
# (_stat is a stub and files can't be deleted).
# Similar restrictions exist for most simulators.
if { [istarget "mmix-knuth-mmixware"]
|| [istarg
www.eeworm.com/read/440906/1780666
x rbug.x
# This doesn't work on d10v if doubles are not 64 bits
if { [istarget "d10v-*-*"] && ! [string-match "*-mdouble64*" $CFLAGS] } {
set torture_execute_xfail "d10v-*-*"
}
return 0
www.eeworm.com/read/440906/1780684
x hugeval.x
# This test fails under hpux 9.X and 10.X because HUGE_VAL is DBL_MAX
# instead of +Infinity.
global target_triplet
if { [istarget "hppa*-*-hpux9*"] || [istarget "hppa*-*-hpux10*"] } {
set tort
www.eeworm.com/read/440906/1781524
x dll.x
# This test examines the attribute support for DLLs.
# Only COFF/PE formats support DLLs, (plus, as a special case
# the mcore-elf toolchain), so the code here tries to determine
# the file format and
www.eeworm.com/read/439112/1810526
nasl x.nasl
# Fri May 12 15:58:21 GMT 2000
# John Jackson
#
# Test for an "open" X server
# An X server's access control is disabled (e.g. through an "xhost +" command) and
# allows any
www.eeworm.com/read/438896/1821598
h x.h
// This emulation header was designed to get flwm to compile. It
// probably does not work for any other x fltk program.
#ifndef Fl_X_H
#define Fl_X_H
#include "Enumerations.H"
#include
www.eeworm.com/read/438717/1823399
py x.py
# Demonstrate that rsh exits when the remote end closes std{in,out,err}.
# rsh voorn exec /ufs/guido/bin/sgi/python /ufs/guido/mm/demo/audio/x.py
print 'hoi!'
import sys
sys.stdin.close()
sys.stdout.