Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/lp/include/
H A Dfilters.h200 int get_and_load ( void );
238 get_and_load();
/illumos-gate/usr/src/cmd/lp/lib/filters/
H A Dfiltertable.c45 get_and_load() in get_and_load() function
H A Ddelfilter.c67 if (!filters && get_and_load() == -1 /* && errno != ENOENT */ )
H A Dgetfilter.c64 if (!filters && get_and_load() == -1 /* && errno != ENOENT */ )
H A Dputfilter.c82 if (!filters && get_and_load() == -1 && errno != ENOENT) {