Searched refs:_IS_DRIVE_LETTER (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libparted/common/lib/
H A Ddirname.h37 # define _IS_DRIVE_LETTER(c) (((unsigned int) (c) | ('a' - 'A')) - 'a' \ macro
40 (_IS_DRIVE_LETTER ((Filename)[0]) && (Filename)[1] == ':' ? 2 : 0)
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Ddirname.h37 # define _IS_DRIVE_LETTER(c) (((unsigned int) (c) | ('a' - 'A')) - 'a' \ macro
40 (_IS_DRIVE_LETTER ((Filename)[0]) && (Filename)[1] == ':' ? 2 : 0)

Completed in 32 milliseconds