gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:open (0.06 seconds)
t2ex
bsd_source/lib/libc/src_bsd/time/strftime.c - 33.3KB - 791 lines
713:                 goto no_locale;
714:         fd = open(filename, O_RDONLY);
715:         if (fd < 0) {
723: goto no_locale; 724: fd = open(filename, O_RDONLY); 725: if (fd < 0)