Searched refs:_Flds (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/bnu/
H A Dpermission.c58 static char *_Flds[NUMFLDS]; variable
232 * interpret the _Flds options and set the option variables
238 if (_Flds[U_REQUEST] != NULL) {
239 if (EQUALS(_Flds[U_REQUEST], "yes"))
245 if (_Flds[U_SENDFILES] != NULL) {
246 if (EQUALS(_Flds[U_SENDFILES], "yes"))
252 if (_Flds[U_CALLBACK] != NULL) {
253 if (EQUALS(_Flds[U_CALLBACK], "yes"))
259 if (_Flds[U_DIRECT] != NULL) {
260 if (EQUALS(_Flds[U_DIREC
537 _Flds[U_MACHINE], 0); local
[all...]
H A Duucheck.c180 if (parse_tokens(_Flds, NULL) != 0) {
184 if (_Flds[type] == NULL)
194 if (_Flds[U_COMMANDS] == NULL) {
196 _Flds[U_COMMANDS] = defaults;
216 if (_Flds[type][0] == 0)
220 p = _Flds[U_LOGNAME];
234 p = _Flds[U_MACHINE];
253 if (_Flds[U_WRITEPATH] == NULL) {
261 if (_Flds[U_NOWRITEPATH] != NULL) {
278 if (_Flds[U_READPAT
[all...]
H A Dct.c93 *_Flds[7]; /* Filled in as if finds() in uucp did it */ variable
167 /* Set up the _Flds vector as if finds() [from uucico] built it */
168 _Flds[F_NAME] = "dummy"; /* never used */
169 _Flds[F_TIME] = "Any"; /* never used */
170 _Flds[F_TYPE] = "ACU";
171 _Flds[F_CLASS] = "1200"; /* default at 1200 */
172 _Flds[F_PHONE] = ""; /* filled in by arguments */
173 _Flds[F_LOGIN] = ""; /* never used */
174 _Flds[6] = NULL;
198 _Flds[F_CLAS
[all...]

Completed in 95 milliseconds