Home
last modified time | relevance | path

Searched refs:LYIsNullDevice (Results 1 – 5 of 5) sorted by relevance

/mirbsd/src/gnu/usr.bin/lynx/src/
DLYUtils.h53 #define LYIsNullDevice(s) (!strncasecomp(s, "nl:", 3) || !strncasecomp(s, "/nl/", 4)) macro
60 #define LYIsNullDevice(s) LYSameFilename(s,NUL_DEVICE)
67 #define LYIsNullDevice(s) LYSameFilename(s,NUL_DEVICE)
73 #define LYIsNullDevice(s) LYSameFilename(s,NUL_DEVICE)
DLYDownload.c399 if (LYIsNullDevice(buffer->str)) { in LYDownload()
DLYPrint.c888 if (LYIsNullDevice(my_file->str)) { in send_file_to_printer()
DLYUtils.c6684 if (LYIsNullDevice((*given)->str)) { in LYValidateFilename()
/mirbsd/src/gnu/usr.bin/lynx/
DCHANGES2581 * use new macros LYSameFilename(), LYSameHostname(), LYIsNullDevice() to hide