Searched refs:defread (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/autofs-234/automountlib/
H A Ddeflt.h59 #define DC_NOREWIND 0002 /* ON: don't rewind in defread */
60 /* OFF: do rewind in defread */
68 extern char *defread(char *);
72 extern char *defread();
H A Ddeflt.c104 * which becomes the one read by subsequent defread() calls.
107 * see defread() for more details.
136 * defread() - read an entry from the defopen file
138 * defread(cp)
142 * defopen(). defread scans the data file looking for a line
144 * defread returns a pointer to the first character following
146 * is open, defread() returns NULL.
150 * to defread(). If you want to peruse a secondary file you must
155 defread(char *cp) function
215 * norewind before each defread
[all...]
/macosx-10.9.5/autofs-234/automountd/
H A Dautod_main.c171 if ((defval = defread("AUTOMOUNTD_VERBOSE=")) != NULL) {
177 if ((defval = defread("AUTOMOUNTD_NOBROWSE=")) != NULL) {
183 if ((defval = defread("AUTOMOUNTD_TRACE=")) != NULL) {
189 if ((defval = defread("AUTOMOUNTD_ENV=")) != NULL) {
194 while ((defval = defread("AUTOMOUNTD_ENV=")) != NULL)
198 if ((defval = defread("AUTOMOUNTD_MNTOPTS=")) != NULL
206 if ((defval = defread("AUTOMOUNTD_NOSUID=")) != NULL) {
/macosx-10.9.5/autofs-234/automount/
H A Dautomount.c123 if ((defval = defread("AUTOMOUNT_TIMEOUT=")) != NULL) {
130 if ((defval = defread("AUTOMOUNT_VERBOSE=")) != NULL) {
136 if ((defval = defread("AUTOMOUNTD_TRACE=")) != NULL) {

Completed in 210 milliseconds