[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

19991201: need glob return values for FreeBSD

This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.


  • Subject: 19991201: need glob return values for FreeBSD
  • Date: Wed, 01 Dec 1999 12:28:57 -0700

>From: Jim Koermer <address@hidden>
>Organization: Plymouth State
>Keywords: 199911052002.NAA04114 McIDAS FreeBSD glob returns

Jim,

I have been working on my NIDS/NOWrad ADDE servers lately updating the
section on generating lists of possible NIDS/NOWrad files.  Some time
ago you sent me a mod for FreeBSD:

FreeBSD:
GLOB_NOCHECK

Other OSes:
GLOB_NOMATCH

I was lacking a check for a read error for the 'glob' function (this
gets set when a directory doesn't exist, for instance).  On Linux and
other OSes, this is specified by GLOB_ABORTED.  What is this on
FreeBSD?

Tom