Lines Matching defs:val
350 convert_int(int *val, char *str)
361 *val = (int)lval;
863 char *val;
865 if ((val = getshareopt(sh->sh_opts, SHOPT_NOSUB)) != NULL) {
866 free(val);
1965 char *head, *p, *val;
1978 if (getsubopt(&p, optlist, &val) == OPT_SEC) {
2005 char *opts, *p, *val;
2021 switch (getsubopt(&p, optlist, &val)) {
2029 if (in_access_list(cln, val) > 0)
2035 if (in_access_list(cln, val) > 0)
2069 char *opts, *p, *val;
2087 switch (getsubopt(&p, optlist, &val)) {
2101 while ((f = strtok_r(val, ":", &lasts)) != NULL) {
2103 val = NULL;
2115 if (in_access_list(cln, val) > 0)
2121 if (in_access_list(cln, val) > 0)
2286 char *opts, *p, *val;
2313 switch (getsubopt(&p, optlist, &val)) {
2329 if (val != NULL)
2331 if (in_access_list(cln, val) > 0)
2337 if (val != NULL)
2339 if (in_access_list(cln, val) > 0)
2352 if (val == NULL || *val == '\0')
2358 if (in_access_list(cln, val) > 0) {
2378 if (in_access_list(cln, val) > 0)
2395 for (c = val; c != NULL; c = n) {
2468 for (c = val; c != NULL; c = n) {
2643 char *opts, *p, *val;
2671 switch (getsubopt(&p, optlist, &val)) {
2677 while ((f = strtok_r(val, ":", &lasts))
2683 val = NULL;
2692 if (val != NULL)
2694 if (in_access_list(cln, val) > 0)
2703 if (val != NULL)
2705 if (in_access_list(cln, val) > 0)
2721 if (val == NULL || *val == '\0')
2727 if (in_access_list(cln, val) > 0) {
2747 if (in_access_list(cln, val) > 0)
2764 for (c = val; c != NULL; c = n) {
2837 for (c = val; c != NULL; c = n) {