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

/macosx-10.10.1/efax-38/efax/
H A Defix.c259 ofname = nxtoptarg ;
262 if ( ( iformat = lookup ( iformatstr, nxtoptarg ) ) < 0 )
263 err = msg ( "E2invalid input type (%s)", nxtoptarg ) ;
266 if ( ( oformat = lookup ( oformatstr, nxtoptarg ) ) < 0 )
267 err = msg ( "E2invalid output type (%s)", nxtoptarg ) ;
270 ovfnames[0] = nxtoptarg ;
273 verb[0] = nxtoptarg ;
278 if ( sscanf ( nxtoptarg , "%d", &pglines ) != 1 || pglines <= 0 ) {
279 err = msg ( "E2bad page length (%s)", nxtoptarg ) ;
284 if ( ! ( err = readfont ( nxtoptarg,
[all...]
H A Defaxmsg.c20 char *nxtoptarg ; variable
198 if ( *(p+1) != ':' ) nxtoptarg = 0 ;
200 if ( *(a+2) ) nxtoptarg = a+2 ;
203 else nxtoptarg = argv [ nxtoptind++ ] ;
H A Defaxmsg.h26 extern char *nxtoptarg ;
H A Defax.c2593 acmd = nxtoptarg ;
2596 err = str2cap ( nxtoptarg, local ) ;
2600 if ( strlen ( nxtoptarg ) > IDLEN )
2601 msg("Wlocal ID (%s) truncated to %d characters", nxtoptarg, IDLEN ) ;
2602 if ( strspn ( nxtoptarg, " +0123456789" ) != strlen ( nxtoptarg ) )
2603 msg("Wlocal ID (%s) has non-standard characters", nxtoptarg ) ;
2604 snprintf ( localid, sizeof(localid), "%*.*s", IDLEN, IDLEN, nxtoptarg ) ;
2607 if ( nicmd[0] < MAXICMD ) icmd[0][ nicmd[0]++ ] = nxtoptarg ;
2611 if ( nicmd[1] < MAXICMD ) icmd[1][ nicmd[1]++ ] = nxtoptarg ;
[all...]

Completed in 130 milliseconds