Searched refs:LYIsNullDevice (Results 1 – 5 of 5) sorted by relevance
53 #define LYIsNullDevice(s) (!strncasecomp(s, "nl:", 3) || !strncasecomp(s, "/nl/", 4)) macro60 #define LYIsNullDevice(s) LYSameFilename(s,NUL_DEVICE)67 #define LYIsNullDevice(s) LYSameFilename(s,NUL_DEVICE)73 #define LYIsNullDevice(s) LYSameFilename(s,NUL_DEVICE)
399 if (LYIsNullDevice(buffer->str)) { in LYDownload()
888 if (LYIsNullDevice(my_file->str)) { in send_file_to_printer()
6684 if (LYIsNullDevice((*given)->str)) { in LYValidateFilename()
2581 * use new macros LYSameFilename(), LYSameHostname(), LYIsNullDevice() to hide