| /xsrc/external/mit/xf86-video-intel/dist/test/ |
| test_log.c | 7 void die(const char *fmt, ...) function
|
| test_display.c | 55 die("unable to open out display %s\n", name); 72 die("unable to open reference display %s\n", name); 82 die("unable to spawn '%s' for reference display\n", buf); 93 die("unable to open reference display\n"); 105 die("XSHM not supported\n"); 112 die("failed to allocated %d bytes for a shm segment\n", size);
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/test/ |
| test_log.c | 7 void die(const char *fmt, ...) function
|
| test_display.c | 55 die("unable to open out display %s\n", name); 72 die("unable to open reference display %s\n", name); 82 die("unable to spawn '%s' for reference display\n", buf); 93 die("unable to open reference display\n"); 105 die("XSHM not supported\n"); 112 die("failed to allocated %d bytes for a shm segment\n", size);
|
| /xsrc/external/mit/xorg-server/dist/hw/sun/ |
| kbd_mode.c | 68 static void die(char*); 82 die("Couldn't open /dev/kbd"); 114 die("Couldn't set LEDs"); 119 die("Couldn't set click"); 122 die("Couldn't set translation"); 124 die("Couldn't set redirect"); 129 die(char *msg) function 141 die("Couldn't inquire current translation");
|
| /xsrc/external/mit/xorg-server.old/dist/hw/sun/ |
| kbd_mode.c | 68 static void die(char*); 82 die("Couldn't open /dev/kbd"); 114 die("Couldn't set LEDs"); 119 die("Couldn't set click"); 122 die("Couldn't set translation"); 124 die("Couldn't set redirect"); 129 die(char *msg) function 141 die("Couldn't inquire current translation");
|
| /xsrc/external/mit/xf86-video-intel/dist/tools/ |
| backlight_helper.c | 27 static void die(const char *format, ...) function 47 die("Usage: xf86-video-intel-backlight-helper <iface>\n"); 50 die("Invalid interface '%s': contains '/'\n", argv[1]); 55 die("Invalid interface '%s': name too long\n", argv[1]); 59 die("Invalid interface '%s': unknown backlight file\n", argv[1]); 64 die("Failed to update backlight interface '%s': errno=%d\n", argv[1], errno);
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/tools/ |
| backlight_helper.c | 17 static void die(const char *format, ...) function 37 die("Usage: xf86-video-intel-backlight-helper <iface>\n"); 40 die("Invalid interface '%s': contains '/'\n", argv[1]); 45 die("Invalid interface '%s': name too long\n", argv[1]); 49 die("Invalid interface '%s': unknown backlight file\n", argv[1]); 54 die("Failed to update backlight interface '%s': errno=%d\n", argv[1], errno);
|
| /xsrc/external/mit/xf86-video-ati/dist/src/pcidb/ |
| parse_pci_ids.pl | 21 open (CSV, "<", $file) or die $!; 23 open (ATIOUT, ">", $atioutfile) or die; 24 open (PCICHIPSET, ">", $radeonpcichipsetfile) or die; 25 open (PCIDEVICEMATCH, ">", $radeonpcidevicematchfile) or die; 26 open (RADEONCHIPSET, ">", $radeonchipsetfile) or die; 27 open (RADEONCHIPINFO, ">", $radeonchipinfofile) or die;
|
| /xsrc/external/mit/xf86-video-ati-kms/dist/src/pcidb/ |
| parse_pci_ids.pl | 25 open (CSV, "<", $file) or die $!; 27 open (ATIOUT, ">", $atioutfile) or die; 28 open (PCICHIPSET, ">", $radeonpcichipsetfile) or die; 29 open (PCIDEVICEMATCH, ">", $radeonpcidevicematchfile) or die; 30 open (RADEONCHIPSET, ">", $radeonchipsetfile) or die; 31 open (RADEONCHIPINFO, ">", $radeonchipinfofile) or die;
|
| /xsrc/external/mit/xorg-server.old/dist/ |
| compile | 76 die() { function 82 autoreconf -fvi || die 83 ${SCAN_BUILD} ./configure --prefix=${PREFIX} ${CONFOPT} --disable-dependency-tracking --enable-maintainer-mode --enable-xcsecurity --enable-record --disable-xevie "${@}" || die "Could not configure xserver" 84 ${MAKE} clean || die "Unable to make clean" 85 ${SCAN_BUILD} ${MAKE} ${MAKE_OPTS} || die "Could not make xserver" 86 #${MAKE} distcheck ${MAKE_OPTS} DESTDIR=/tmp/distcheck || die "distcheck failed" 91 ${MAKE} install DESTDIR="$(pwd)/../dist" || die "Could not install xserver"
|
| /xsrc/external/mit/xterm/dist/vttests/ |
| dynamic.pl | 59 &getopts('c:r') || die( 68 open TTY, "+</dev/tty" or die("Cannot open /dev/tty\n"); 79 open TTY, "+</dev/tty" or die("Cannot open /dev/tty\n"); 89 die("^C received\n") if ( "$reply" eq "\003" );
|
| query-fonts.pl | 53 &getopts('ars') || die( 65 open TTY, "+</dev/tty" or die("Cannot open /dev/tty\n"); 75 die("^C received\n") if ( "$reply" eq "\003" );
|
| resize.pl | 43 open TTY, "+</dev/tty" or die("Cannot open /dev/tty\n"); 50 open TTY, "+</dev/tty" or die("Cannot open /dev/tty\n"); 84 die "Cannot get current terminal size via escape sequence\n"; 100 die "Cannot get maximum terminal size via escape sequence\n";
|
| query-status.pl | 47 &getopts('acd8') || die( 71 open TTY, "+</dev/tty" or die("Cannot open /dev/tty\n"); 81 die("^C received\n") if ( "$reply" eq "\003" );
|
| query-dynamic.pl | 60 &getopts('qs8') || die( 74 open TTY, "+</dev/tty" or die("Cannot open /dev/tty\n"); 84 die("^C received\n") if ( "$reply" eq "\003" );
|
| /xsrc/external/mit/xkeyboard-config/dist/tests/ |
| xkbTestFunc.pm | 23 open (XPROP, "xprop -root |") or die "Could not start xprop"; 47 "-print | xkbcomp - -xkb $outfile" ) == 0 ) or die "Could not set xkb configuration"; 81 die ( "Could not start xsltproc" ); 105 die ( "Could not start xsltproc" ); 129 die ( "Could not start xsltproc" );
|
| /xsrc/external/mit/imake/dist/ |
| mkhtmlindex.pl | 36 open(mindex, ">$indexname") || die "Can't create $indexname"; 37 opendir(dir, "$dir") || die "Can't open $dir"; 55 open(file, "<$dir/$file") || die "Can't open $dir/$file";
|
| /xsrc/external/mit/pixman/dist/test/ |
| fence-image-self-test.c | 52 die (const char *msg, int err) function 84 die ("sigaction failed", errno); 86 die ("sigaction failed", errno); 108 die ("fork failed", errno); 115 die ("waitpid did not work", wp == -1 ? errno : 0);
|
| /xsrc/external/mit/oclock/dist/ |
| oclock.c | 47 static void die ( Widget w, XtPointer client_data, XtPointer call_data ); 60 static void die(Widget w, XtPointer client_data, XtPointer call_data) function 140 XtAddCallback(toplevel, XtNdieCallback, die, NULL); 191 die(w, NULL, NULL);
|
| /xsrc/external/mit/pixman/dist/pixman/ |
| make-srgb.pl | 65 die "Too many adds at $srgb" if $add > 5;
|
| /xsrc/external/mit/libxcb/dist/tools/ |
| api_conv.pl | 47 open(CONST, shift) or die "failed to open constants list: $!"; 51 die "invalid constant name: \"$_\"" unless /^XCB[A-Za-z0-9_]*$/;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| get_hash_generator.py | 134 def die(msg): function 149 die("missing fields (%s) in param descriptor file (%s)" % 155 die("unknown API(s) in param descriptor file (%s): %s\n" % 214 die("missing descriptor file (-f)\n") 223 die("couldn't parse API specification file %s\n" % api_desc_file)
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| get_hash_generator.py | 136 def die(msg): function 151 die("missing fields (%s) in param descriptor file (%s)" % 157 die("unknown API(s) in param descriptor file (%s): %s\n" % 216 die("missing descriptor file (-f)\n") 225 die("couldn't parse API specification file %s\n" % api_desc_file)
|
| /xsrc/external/mit/xterm/dist/unicode/ |
| convmap.pl | 63 die ("Can't open Unicode database '$unicodedata':\n$!\n\n" . 71 die("Syntax error in line '$_' in file '$unicodedata'"); 77 open(LIST, "<keysym.map") || die ("Can't open map file:\n$!\n"); 88 die("Syntax error in 'list' in line\n$_\n"); 94 open(LIST, "</usr/include/X11/keysymdef.h") || die ("Can't open keysymdef.h:\n$!\n");
|