HomeSort by: relevance | last modified time | path
    Searched refs:iso (Results 1 - 25 of 59) sorted by relevancy

1 2 3

  /src/external/gpl2/gettext/dist/gettext-tools/doc/
Makefile.am 37 gettextize.texi autopoint.texi iso-639.texi iso-639-2.texi iso-3166.texi \
49 iso-639.sed iso-639-2.sed iso-3166.sed \
54 iso-639.texi: ISO_639 iso-639.sed
55 $(SED) -f $(srcdir)/iso-639.sed $(srcdir)/ISO_639 > iso-639.tm
    [all...]
  /src/sys/fs/cd9660/
Makefile 5 INCS= cd9660_extern.h cd9660_mount.h cd9660_node.h cd9660_rrip.h iso.h \
cd9660_bmap.c 49 #include <fs/cd9660/iso.h>
cd9660_util.c 68 #include <sys/endian.h> /* for le16dec(9) etc. in iso.h */
72 #include <fs/cd9660/iso.h>
83 * Get one character out of an iso filename
100 /* characters outside ISO-8859-1 subset replaced with '?' */
235 * ISO-8859-1 subset.
255 * to ISO-8859-1 subset.
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-opts.cc 260 set_std_c17 (false /* ISO */);
274 set_std_cxx17 (/*ISO*/false);
664 set_std_cxx98 (code == OPT_std_c__98 /* ISO */);
670 set_std_cxx11 (code == OPT_std_c__11 /* ISO */);
676 set_std_cxx14 (code == OPT_std_c__14 /* ISO */);
682 set_std_cxx17 (code == OPT_std_c__17 /* ISO */);
688 set_std_cxx20 (code == OPT_std_c__20 /* ISO */);
694 set_std_cxx23 (code == OPT_std_c__23 /* ISO */);
700 set_std_cxx26 (code == OPT_std_c__26 /* ISO */);
706 set_std_c89 (code == OPT_std_iso9899_199409 /* c94 */, true /* ISO */);
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-opts.cc 258 set_std_c17 (false /* ISO */);
272 set_std_cxx17 (/*ISO*/false);
643 set_std_cxx98 (code == OPT_std_c__98 /* ISO */);
649 set_std_cxx11 (code == OPT_std_c__11 /* ISO */);
655 set_std_cxx14 (code == OPT_std_c__14 /* ISO */);
661 set_std_cxx17 (code == OPT_std_c__17 /* ISO */);
667 set_std_cxx20 (code == OPT_std_c__20 /* ISO */);
673 set_std_cxx23 (code == OPT_std_c__23 /* ISO */);
679 set_std_c89 (code == OPT_std_iso9899_199409 /* c94 */, true /* ISO */);
684 set_std_c89 (false /* c94 */, false /* ISO */);
    [all...]
  /src/share/misc/
make.country 7 # ISO 3166-1 Country Codes
12 # Further information can be found at the ISO 3166 Maintenance Agency
13 # (ISO 3166/MA) web site, <http://www.iso.org/iso/country_codes>.
18 # ISO 3166-1 entities without exactly one corresponding FIPS code have a
20 # ISO 3166-1 entity are excluded.
31 U2=http://www.iso.org/iso/$I2
  /src/usr.bin/fstat/
isofs.c 39 #include <isofs/cd9660/iso.h>
  /src/external/bsd/unbound/dist/testdata/redis_reconnect_interval.tdir/
redis_reconnect_interval.conf 15 log-time-iso: yes
  /src/external/bsd/ntp/dist/ntpd/
ntp_filegen.c 112 struct isodate iso; local
165 isocal_ntp_to_date(&iso, stamp, pivot);
167 SUFFIX_SEP, iso.year, iso.week);
168 iso.hour = iso.minute = iso.second = 0;
169 iso.weekday = 1;
170 gen->id_lo = isocal_date_to_ntp(&iso);
  /src/external/gpl2/gettext/dist/gettext-tools/tests/
xgettext-5 21 ${XGETTEXT} --no-location -k_ --from-code=iso-8859-2 -o xg-test5.po xg-test5.c
  /src/sys/arch/ia64/acpi/
madt.c 50 ACPI_MADT_INTERRUPT_OVERRIDE *iso = local
53 printf("\t\tBus=%u, Source=%u, Irq=0x%x\n", iso->Bus,
54 iso->SourceIrq, iso->GlobalIrq);
  /src/sys/arch/macppc/stand/installboot/
Makefile 5 # creating bootable ISO using mkhybrid(8) for OpenFirmware 1.x and 2.x
30 ${HOST_LN} -s ${NETBSDSRCDIR}/sys/fs/cd9660/iso.h fs/cd9660
  /src/usr.sbin/mscdlabel/
iso9660.c 9 #include <isofs/cd9660/iso.h>
33 printf("ISO filesystem, label \"%s\", creation time: %s\n",
  /src/external/bsd/libpcap/dist/pcap/
usb.h 122 iso_rec iso; member in union:_usb_header_mmapped::__anon7265
  /src/tests/lib/libarchive/
Makefile 398 test_fuzz_1.iso.Z.uu \
511 test_read_format_iso.iso.Z.uu \
512 test_read_format_iso_2.iso.Z.uu \
513 test_read_format_iso_3.iso.Z.uu \
514 test_read_format_iso_joliet.iso.Z.uu \
515 test_read_format_iso_joliet_by_nero.iso.Z.uu \
516 test_read_format_iso_joliet_long.iso.Z.uu \
517 test_read_format_iso_joliet_rockridge.iso.Z.uu \
518 test_read_format_iso_multi_extent.iso.Z.uu \
519 test_read_format_iso_rockridge.iso.Z.uu
    [all...]
  /src/external/bsd/ntp/dist/tests/libntp/
calendar.c 22 char * CalendarFromIsoToString(const struct isodate *iso);
26 char * DateFromIsoToString(const struct isodate *iso);
115 const struct isodate *iso)
119 iso->year, (u_int)iso->week, (u_int)iso->weekday,
120 (u_int)iso->hour, (u_int)iso->minute, (u_int)iso->second);
186 const struct isodate *iso)
    [all...]
  /src/external/bsd/libpcap/dist/
pcap-util.c 300 offset += 4; /* skip past s.iso.error_count */
303 uhdr->s.iso.error_count = SWAPLONG(uhdr->s.iso.error_count);
305 offset += 4; /* skip past s.iso.numdesc */
308 uhdr->s.iso.numdesc = SWAPLONG(uhdr->s.iso.numdesc);
317 * the header is not s.iso.numdesc, it's ndesc - only the
320 * In addition, if s.iso.numdesc is negative, no descriptors
  /src/etc/
Makefile 51 # Flags for creating ISO CDROM image for mac68k and macppc that require
55 # ISO 9660 volume ID. Note that this can only contain [A-Z0-9_].
427 # iso-image --
430 # The do-iso-image is to be called from etc.$MACHINE/Makefile.inc
435 CDROM_IMAGE?=${RELEASEDIR}/images/NetBSD-${DISTRIBVER}-${MACHINE}.iso
439 iso-image:
441 do-iso-image: .PHONY check_DESTDIR check_RELEASEDIR iso-image-md-post
442 ${MAKESUMS} -t ${RELEASEDIR}/images/ '*.iso'
443 @echo "iso-image created as: ${CDROM_IMAGE}
    [all...]
  /src/
Makefile 66 # iso-image:
70 # iso-image-source:
407 iso-image: .PHONY .MAKE
409 ${MAKEDIRTARGET} etc iso-image
413 iso-image-source: .PHONY .MAKE
415 ${MAKEDIRTARGET} etc iso-image
  /src/usr.bin/pmap/
pmap.h 63 #include <isofs/cd9660/iso.h>
  /src/external/gpl2/gettext/dist/build-aux/
mdate-sh 66 TIME_STYLE=posix-long-iso
  /src/external/gpl2/gmake/dist/config/
mdate-sh 66 TIME_STYLE=posix-long-iso
  /src/external/gpl2/xcvs/dist/build-aux/
mdate-sh 65 TIME_STYLE=posix-long-iso
  /src/usr.sbin/installboot/
cd9660.c 56 #include <fs/cd9660/iso.h>
217 /* ISO filesystem always has contiguous file blocks */

Completed in 42 milliseconds

1 2 3