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

  /xsrc/external/mit/xorg-server/dist/dix/
buildatoms 2 hfile=../../../include/Xatom.h
4 rm -f $hfile $cfile
8 hfile = "'$hfile'";
11 printf("#ifndef XATOM_H\n") > hfile;
12 printf("#define XATOM_H 1\n\n") > hfile;
13 printf("/* THIS IS A GENERATED FILE\n") > hfile;
14 printf(" *\n") > hfile;
15 printf(" * Do not change! Changing this file implies a protocol change!\n") > hfile;
16 printf(" */\n\n") > hfile;
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/dix/
buildatoms 2 hfile=../../../include/Xatom.h
4 rm -f $hfile $cfile
8 hfile = "'$hfile'";
11 printf("#ifndef XATOM_H\n") > hfile;
12 printf("#define XATOM_H 1\n\n") > hfile;
13 printf("/* THIS IS A GENERATED FILE\n") > hfile;
14 printf(" *\n") > hfile;
15 printf(" * Do not change! Changing this file implies a protocol change!\n") > hfile;
16 printf(" */\n\n") > hfile;
    [all...]
  /xsrc/external/mit/libxcb/dist/src/
c_client.py 334 hfile = open('%s.h' % _ns.header, 'w', encoding='UTF-8')
337 hfile.write(line)
338 hfile.write('\n')
339 hfile.close()

Completed in 18 milliseconds