Home
last modified time | relevance | path

Searched refs:minor (Results 1 – 25 of 362) sorted by path

12345678910>>...15

/dragonfly/bin/ls/
H A Dprint.c160 major(sp->st_rdev), (u_int)minor(sp->st_rdev)); in printlong()
/dragonfly/bin/pax/
H A Dpax.h230 #define MINOR(x) minor(x)
/dragonfly/bin/ps/
H A Dprint.c374 snprintf(buff, sizeof(buff), "%d/%d", major(dev), minor(dev)); in tdev()
/dragonfly/contrib/awk/
H A DFIXES69 Multiple fixes and a minor code cleanup.
H A DFIXES.1e294 Pull in a number of code cleanups and minor fixes from
410 current (very minor) fixes to github / onetrueawk
464 minor type fiddles to make gcc -Wall -pedantic happier (but not
516 minor fix in lib.c: increase inputFS to 100, change malloc
702 minor cleanup in run.c / format() at the same time.
717 minor documentation changes to note that this now compiles out
771 minor fiddles in tran.c to keep compilers happy about uschar.
942 numerous other minor cleanups along the way.
1165 removed extra arg on gettemp, tempfree. minor error message rewording.
/dragonfly/contrib/binutils-2.27/bfd/
H A DpeXXigen.c3176 unsigned int minor; member
3369 table->minor = bfd_get_16 (abfd, data + 10); in rsrc_parse_directory()
3507 bfd_put_16 (data->abfd, dir->minor, data->next_table + 10); in rsrc_write_directory()
4082 if (adir->major != bdir->major || adir->minor != bdir->minor) in rsrc_merge()
4255 new_table.minor = type_tables[0].minor; in rsrc_process_section()
/dragonfly/contrib/binutils-2.27/binutils/doc/
H A Dbinutils.texi1130 [@option{--subsystem=}@var{which}:@var{major}.@var{minor}]
1841 @itemx --subsystem @var{which}:@var{major}.@var{minor}
/dragonfly/contrib/binutils-2.27/binutils/
H A Dreadelf.c15401 unsigned long os, major, minor, subminor; in print_gnu_note() local
15413 minor = byte_get ((unsigned char *) pnote->descdata + 8, 4); in print_gnu_note()
15445 major, minor, subminor); in print_gnu_note()
/dragonfly/contrib/binutils-2.27/gas/doc/
H A Das.texinfo8127 PowerPC assembler, and made a few other minor patches.
H A Dc-mmix.texi212 There's a minor caveat: just as for the ordinary local symbols, the local
/dragonfly/contrib/binutils-2.27/gold/
H A DREADME20 * various other minor options
H A Dplugin.cc210 int minor = 0; in load() local
211 sscanf(ver, "%d.%d", &major, &minor); in load()
231 tv[i].tv_u.tv_val = major * 100 + minor; in load()
/dragonfly/contrib/binutils-2.27/gprof/
H A Dflat_bl.m23 name the name of the function. This is the minor sort
H A Dgprof.texi54 Eric S. Raymond made some minor corrections and additions in 2003.
/dragonfly/contrib/binutils-2.27/ld/
H A Dld.texinfo2556 @kindex --minor-image-version
2557 @item --minor-image-version @var{value}
2558 Sets the minor number of the ``image version''. Defaults to 0.
2561 @kindex --minor-os-version
2562 @item --minor-os-version @var{value}
2563 Sets the minor number of the ``os version''. Defaults to 0.
2566 @kindex --minor-subsystem-version
2567 @item --minor-subsystem-version @var{value}
2568 Sets the minor number of the ``subsystem version''. Defaults to 0.
2795 @itemx --subsystem @var{which}:@var{major}.@var{minor}
[all …]
H A Dplugin.c878 static const unsigned int minor = (unsigned)(BFD_VERSION / 1000000UL) % 100; in set_tv_header() local
893 TVU(val) = major * 100 + minor; in set_tv_header()
/dragonfly/contrib/binutils-2.34/bfd/
H A DpeXXigen.c3212 unsigned int minor; member
3405 table->minor = bfd_get_16 (abfd, data + 10); in rsrc_parse_directory()
3543 bfd_put_16 (data->abfd, dir->minor, data->next_table + 10); in rsrc_write_directory()
4118 if (adir->major != bdir->major || adir->minor != bdir->minor) in rsrc_merge()
4291 new_table.minor = type_tables[0].minor; in rsrc_process_section()
/dragonfly/contrib/binutils-2.34/binutils/
H A Dreadelf.c18098 unsigned long os, major, minor, subminor; in print_gnu_note() local
18110 minor = byte_get ((unsigned char *) pnote->descdata + 8, 4); in print_gnu_note()
18142 major, minor, subminor); in print_gnu_note()
/dragonfly/contrib/binutils-2.34/gold/
H A Dplugin.cc222 int minor = 0; in load() local
223 sscanf(ver, "%d.%d", &major, &minor); in load()
243 tv[i].tv_u.tv_val = major * 100 + minor; in load()
/dragonfly/contrib/binutils-2.34/gprof/
H A Dflat_bl.m23 name the name of the function. This is the minor sort
/dragonfly/contrib/binutils-2.34/ld/
H A Dplugin.c976 static const unsigned int minor = (unsigned)(BFD_VERSION / 1000000UL) % 100; in set_tv_header() local
991 TVU(val) = major * 100 + minor; in set_tv_header()
/dragonfly/contrib/bmake/
H A DChangeLog1536 o var.c: minor cleanup
2673 o minor make.1 tweak
3442 o minor mem leak in PrintOnError - sjg
/dragonfly/contrib/bmake/mk/
H A DChangeLog1541 o minor tweak to *dirdeps.mk from Juniper sjg@
1560 * obj.mk: minor cleanup
H A Dlib.mk15 SHLIB_MINOR != . ${SHLIB_VERSION_FILE} ; echo $$minor
19 .for x in major minor teeny
/dragonfly/contrib/byacc/
H A DCHANGES17 * yacc.1: minor fixes with check-manpage
104 * package/debian/control: minor fixes adapted from btyacc package
793 This patch also cleans up other minor issues that must be addressed
1842 * yacc.1: minor typographical fixes
2467 + minor changes to btyaccpar.skel & yaccpar.skel so they are more similar in
2700 * reader.c: fix some minor regressions with error-reporting
3036 * mstring.c: minor reformatting to make coverage analysis simpler
3368 minor tweak to coding style - use parenthesis for "defined" operator's parameter
5240 * skeleton.c: minor fixes to avoid gcc -Wconversion warnings
5490 * skeleton.c: fix a couple of minor compiler-warnings in the skeleton

12345678910>>...15