Searched refs:too_long (Results 1 - 1 of 1) sorted by relevance
/osnet-11/usr/src/lib/libpkg/common/ |
H A D | ckparam.c | 49 static int too_long(char *param, char *pt, int len); 81 ret_val += too_long(param, value, MAXLEN); 98 ret_val += too_long(param, token, TOKLEN); 114 ret_val += too_long(param, value, MAXLEN); 131 ret_val += too_long(param, token, TOKLEN); 162 too_long(char *param, char *pt, int len) function
|
Completed in 20 milliseconds