Lines Matching +defs:val +defs:opt
252 static int multival_add(multival_t *list, char *opt);
3157 multival_add(multival_t *list, char *opt)
3159 if (opt == NULL) {
3178 list->optlist[list->count] = opt;
3277 multival_list(char *opt, multival_t *list)
3284 (void) puts(opt);
3323 #define CLIENT_PRINT(opt, str) if (str) \
3324 (void) printf("%s%s\n", (opt), (str))
3394 char *val = NULL;
3401 val = strchr(param, '=');
3402 if (val == NULL) {
3410 *val = '\0';
3414 *paramVal = val+1;
3415 *val = '='; /* restore original param */
3421 *val = '='; /* restore original param */
3430 #define CLIENT_OPT_CHECK(opt, optarg) \
3870 * Returns default if error, the timeout val otherwise