Searched refs:outfile (Results 1 – 8 of 8) sorted by relevance
/glibc-2.36/localedata/unicode-gen/ |
D | utf8_gen.py | 54 def process_range(start, end, outfile, name): argument 75 outfile.write('{:<11s} {:<12s} {:s}\n'.format( 92 outfile.write('{:s}..{:s} {:<12s} {:s}\n'.format( 98 outfile.write('{:s}..{:s} {:<12s} {:s}\n'.format( 104 def process_charmap(flines, outfile): argument 155 outfile, fields[1][:-7]+'>') 164 outfile.write('%') 165 outfile.write('{:<11s} {:<12s} {:s}\n'.format( 190 def write_header_charmap(outfile): argument 192 outfile.write("<code_set_name> UTF-8\n") [all …]
|
/glibc-2.36/scripts/ |
D | versions.awk | 112 ") > outfile; 117 printf(" local:\n *;\n") > outfile; 123 if (oldname == "" || name !~ pfx) print "};" > outfile; 124 else printf("} %s;\n", oldname) > outfile; 171 close_and_move(outfile, real_outfile); 175 outfile = real_outfile "T"; 191 printf("%s {\n", $2) > outfile; 194 printf("%s {\n global:\n", $2) > outfile; 196 printf(" ") > outfile; 198 printf(" %s", $n) > outfile; [all …]
|
/glibc-2.36/debug/ |
D | pcprofile.c | 38 const char *outfile = getenv ("PCPROFILE_OUTPUT"); in install() local 40 if (outfile != NULL && *outfile != '\0') in install() 42 fd = open (outfile, O_RDWR | O_CREAT, 0666); in install()
|
/glibc-2.36/io/ |
D | tst-copy_file_range.c | 42 static char *outfile; variable 241 outfd = create_temp_file ("tst-copy_file_range-out-", &outfile); in do_test() 278 outfd = xopen (outfile, O_RDWR | O_LARGEFILE, 0); in do_test() 293 free (outfile); in do_test()
|
/glibc-2.36/malloc/ |
D | memusagestat.c | 131 FILE *outfile; in main() local 504 outfile = fopen (outname, "w"); in main() 505 if (outfile == NULL) in main() 508 gdImagePng (im_out, outfile); in main() 510 fclose (outfile); in main()
|
/glibc-2.36/manual/ |
D | job.texi | 510 int infile, int outfile, int errfile, 542 if (outfile != STDOUT_FILENO) 544 dup2 (outfile, STDOUT_FILENO); 545 close (outfile); 576 int mypipe[2], infile, outfile; 589 outfile = mypipe[1]; 592 outfile = j->stdout; 599 outfile, j->stderr, foreground); 621 if (outfile != j->stdout) 622 close (outfile);
|
/glibc-2.36/sysdeps/mach/hurd/ |
D | dl-sysdep.c | 586 goto outfile; in __rtld_execve() 657 outfile: in __rtld_execve()
|
/glibc-2.36/po/ |
D | en_GB.po | 33 msgid "\t%s [-c | -h | -l | -m | -t | -Sc | -Ss | -Sm] [-o outfile] [infile]\n" 38 msgid "\t%s [-n netid]* [-o outfile] [infile]\n" 43 msgid "\t%s [-s nettype]* [-o outfile] [infile]\n"
|