Searched refs:_getsdn (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/cmd/lp/cmd/lpadmin/ |
H A D | options.c | 668 length_sdn = _getsdn(optarg, &optarg, 0); 690 width_sdn = _getsdn(optarg, &optarg, 0); 709 cpi_sdn = _getsdn(optarg, &optarg, 1); 727 lpi_sdn = _getsdn(optarg, &optarg, 0);
|
/titanic_50/usr/src/cmd/lp/include/ |
H A D | lp.h | 434 #define getsdn(S) _getsdn(S, (char **)0, 0) 435 #define getcpi(S) _getsdn(S, (char **)0, 1) 444 SCALED _getsdn ( char * , char ** , int );
|
/titanic_50/usr/src/cmd/lp/lib/lp/ |
H A D | sdn.c | 140 _getsdn(char *str, char **p_after, int is_cpi) in _getsdn() function
|
H A D | llib-llp | 100 SCALED _getsdn ( char * , char ** , int );
|