FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
IS_DOT
lib/libefivar/uefi-dplib.h
59
#define IS_DOT(a) ((a) == '.')
usr.sbin/makefs/mtree.c
61
#define IS_DOT(nm) ((nm)[0] == '.' && (nm)[1] == '\0')