| /xsrc/external/mit/ctwm/dist/ |
| mask_screen.h | 7 void MaskScreen(char *file);
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/ |
| 131-eof-without-newline.c | 1 this file ends with no newlin
|
| 133-eof-without-newline-comment.c | 1 This file ends with no newline within a comment /*
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/tests/ |
| 131-eof-without-newline.c | 1 this file ends with no newlin
|
| 133-eof-without-newline-comment.c | 1 This file ends with no newline within a comment /*
|
| /xsrc/external/mit/brotli/dist/tests/ |
| roundtrip_test.sh | 22 for file in $INPUTS; do 23 if [ -f $file ]; then 25 echo "Roundtrip testing $file at quality $quality" 26 compressed=${TMP_DIR}/${file##*/}.br 27 uncompressed=${TMP_DIR}/${file##*/}.unbr 28 $BROTLI -fq $quality $file -o $compressed 30 diff -q $file $uncompressed 32 cat $file | $BROTLI -cq $quality | $BROTLI -cd >$uncompressed 33 diff -q $file $uncompressed
|
| compatibility_test.sh | 14 for file in tests/testdata/*.compressed*; do 15 echo "Testing decompression of file $file" 16 expected=${file%.compressed*} 19 $BROTLI $file -fdo $uncompressed 22 cat $file | $BROTLI -dc > $uncompressed
|
| /xsrc/external/mit/libXfont/dist/src/fontfile/ |
| decompress.c | 48 * decompress - cat a compressed file 103 BufFilePtr file; member in struct:_compressedFILE 129 static code_int getcode ( CompressedFile *file ); 137 CompressedFile *file; local 153 file = malloc (sizeof (CompressedFile) + extra); 154 if (!file) 156 file->file = f; 157 file->maxbits = maxbits; 158 file->block_compress = code & BLOCK_MASK 187 CompressedFile *file; local 200 CompressedFile *file; local [all...] |
| /xsrc/external/mit/libXfont2/dist/src/fontfile/ |
| decompress.c | 48 * decompress - cat a compressed file 104 BufFilePtr file; member in struct:_compressedFILE 130 static code_int getcode ( CompressedFile *file ); 138 CompressedFile *file; local 154 file = malloc (sizeof (CompressedFile) + extra); 155 if (!file) 157 file->file = f; 158 file->maxbits = maxbits; 159 file->block_compress = code & BLOCK_MASK 188 CompressedFile *file; local 201 CompressedFile *file; local [all...] |
| /xsrc/external/mit/libxkbfile/dist/src/ |
| cout.c | 44 WriteCHdrVMods(FILE *file, Display *dpy, XkbDescPtr xkb) 52 fprintf(file, "%s#define vmod_%s %d\n", 60 fprintf(file, "%s#define vmod_%sMask (1<<%d)\n", 67 fprintf(file, "\n"); 72 WriteCHdrKeycodes(FILE * file, XkbDescPtr xkb) 85 fprintf(file, "/* keycodes name is \"%s\" */\n", 87 fprintf(file, "static XkbKeyNameRec keyNames[NUM_KEYS]= {\n"); 92 fprintf(file, " { %6s },", buf) [all...] |
| /xsrc/external/mit/xkeyboard-config/dist/scripts/ |
| publish.sh | 8 file=$1 11 scp "$file" ${acc}@www.x.org:/home/svu/public_html
|
| /xsrc/external/mit/xedit/dist/lisp/ |
| io.c | 65 LispFile *file = NULL; local 70 file = FSTREAMP(SINPUT); 73 file = IPSTREAMP(SINPUT); 82 if (file != NULL) { 83 if (file->nonblock) { 84 if (fcntl(file->descriptor, F_SETFL, 0) < 0) 86 file->nonblock = 0; 88 ch = LispFgetc(file); 193 LispFile *file = calloc(1, sizeof(LispFile)); local 195 if (file) { 227 LispFile *file; local [all...] |
| /xsrc/external/mit/fontconfig/dist/conf.d/ |
| write-35-lang-normalize-conf.py | 21 print('<?xml version="1.0"?>', file=f_out) 22 print('<!DOCTYPE fontconfig SYSTEM "urn:fontconfig:fonts.dtd">', file=f_out) 23 print('<fontconfig>', file=f_out) 26 print(f' <!-- {o}* -> {o} -->', file=f_out) 27 print(f' <match>', file=f_out) 28 print(f' <test name="lang" compare="contains"><string>{o}</string></test>', file=f_out) 29 print(f' <edit name="lang" mode="assign" binding="same"><string>{o}</string></edit>', file=f_out) 30 print(f' </match>', file=f_out) 32 print('</fontconfig>', file=f_out)
|
| 51-local.conf | 4 <description>Load local customization file</description> 5 <!-- Load local system customization file -->
|
| /xsrc/external/mit/freetype/dist/builds/atari/ |
| FNames.SIC | 1 /* the following changes file names for PureC projects */ 13 local i,entries,directory,file; 18 file = directory[i,0]; 21 ChangeFilenames(folder+file+"\\"); 25 if ((stricmp(suffix(file),".h")==0)|(stricmp(suffix(file),".c")==0)) 26 ChangeFilename(folder,file);
|
| /xsrc/external/mit/xf86-input-synaptics/dist/ |
| missing | 23 # distribute this file as part of a program that contains a 54 # a file that requires a minimum version. In this case we 76 aclocal touch file 'aclocal.m4' 77 autoconf touch file 'configure' 78 autoheader touch file 'config.h.in' 79 autom4te touch the output file, or create a stub one 83 help2man touch the output file 85 makeinfo touch the output file 195 file=`echo "$*" | sed -n "$sed_output"` 196 test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso" [all...] |
| /xsrc/external/mit/xf86-video-newport/dist/ |
| missing | 24 # distribute this file as part of a program that contains a 55 # a file that requires a minimum version. In this case we 77 aclocal touch file \`aclocal.m4' 78 autoconf touch file \`configure' 79 autoheader touch file \`config.h.in' 80 autom4te touch the output file, or create a stub one 84 help2man touch the output file 86 makeinfo touch the output file 196 file=`echo "$*" | sed -n "$sed_output"` 197 test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso" [all...] |
| /xsrc/external/mit/xf86-video-openchrome/dist/ |
| missing | 24 # distribute this file as part of a program that contains a 55 # a file that requires a minimum version. In this case we 77 aclocal touch file \`aclocal.m4' 78 autoconf touch file \`configure' 79 autoheader touch file \`config.h.in' 80 autom4te touch the output file, or create a stub one 84 help2man touch the output file 86 makeinfo touch the output file 196 file=`echo "$*" | sed -n "$sed_output"` 197 test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso" [all...] |
| /xsrc/external/mit/xf86-video-tga/dist/ |
| missing | 24 # distribute this file as part of a program that contains a 55 # a file that requires a minimum version. In this case we 77 aclocal touch file \`aclocal.m4' 78 autoconf touch file \`configure' 79 autoheader touch file \`config.h.in' 80 autom4te touch the output file, or create a stub one 84 help2man touch the output file 86 makeinfo touch the output file 196 file=`echo "$*" | sed -n "$sed_output"` 197 test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso" [all...] |
| /xsrc/external/mit/xf86-video-tseng/dist/ |
| missing | 24 # distribute this file as part of a program that contains a 55 # a file that requires a minimum version. In this case we 77 aclocal touch file \`aclocal.m4' 78 autoconf touch file \`configure' 79 autoheader touch file \`config.h.in' 80 autom4te touch the output file, or create a stub one 84 help2man touch the output file 86 makeinfo touch the output file 196 file=`echo "$*" | sed -n "$sed_output"` 197 test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso" [all...] |
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/brw/ |
| brw_disasm.c | 411 static int string(FILE *file, const char *str) 413 fputs(str, file); 421 static int format(FILE *f, const char *fmt, ...) 434 static void newline(FILE *f) 440 static void pad(FILE *f, int c) 447 static void control(FILE *file, const char *name, const char *ctrl[], unsigned id, int *space) 450 fprintf(file, "*** invalid %s value %d ", 456 string(file, " "); [all...] |
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/brw/ |
| brw_disasm.c | 411 static int string(FILE *file, const char *str) 413 fputs(str, file); 421 static int format(FILE *f, const char *fmt, ...) 434 static void newline(FILE *f) 440 static void pad(FILE *f, int c) 447 static void control(FILE *file, const char *name, const char *ctrl[], unsigned id, int *space) 450 fprintf(file, "*** invalid %s value %d ", 456 string(file, " "); [all...] |
| /xsrc/external/mit/xkbevd/dist/ |
| printev.c | 52 xkb_prologue(FILE *file, XkbEvent *ev, const char *name) 56 fprintf(file, 63 do_XkbStateNotify(FILE *file, XkbEvent *xkbev) 68 fprintf(file, " keycode %d, eventType %s,\n", 71 fprintf(file, " request %d/%d,\n", state->req_minor, 73 fprintf(file, " group= %d%s, base= %d%s, latched= %d%s, locked= %d%s,\n", 80 fprintf(file, 88 fprintf(file, " grab mods= 0x%02x%s, compat grab mods= 0x%02x%s\n" [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| brw_disasm.c | 602 string(FILE *file, const char *string) 604 fputs(string, file); 610 format(FILE *f, const char *format, ...) PRINTFLIKE(2, 3); 613 format(FILE *f, const char *format, ...) 626 newline(FILE *f) 634 pad(FILE *f, int c) 643 control(FILE *file, const char *name, const char *const ctrl[], 647 fprintf(file, "*** invalid %s value %d ", name, id) [all...] |
| /xsrc/external/mit/fontconfig/dist/doc/ |
| fcatomic.fncs | 27 @TYPE1@ const FcChar8 * @ARG1@ file 30 Creates a data structure containing data needed to control access to <parameter>file</parameter>. 31 Writing is done to a separate file. Once that file is complete, the original 32 configuration file is atomically replaced so that reading process always see 33 a consistent and complete file without the need to lock for reading. 39 @PURPOSE@ lock a file 41 Attempts to lock the file referenced by <parameter>atomic</parameter>. 42 Returns FcFalse if the file is already locked, else returns FcTrue and 43 leaves the file locked [all...] |