Lines Matching defs:sval
721 char *sval;
725 if ((sval = ng_get_string_token(s, off, &len, &slen)) == NULL)
728 bcopy(sval, buf, slen + 1);
729 free(sval, M_NETGRAPH_PARSE);
785 char *sval;
789 if ((sval = ng_get_string_token(s, off, &len, &slen)) == NULL)
792 free(sval, M_NETGRAPH_PARSE);
796 bcopy(sval, buf, slen);
797 free(sval, M_NETGRAPH_PARSE);
888 char *sval;
892 if ((sval = ng_get_string_token(s, off, &len, &slen)) == NULL)
895 free(sval, M_NETGRAPH_PARSE);
900 bcopy(sval, buf + 2, slen);
901 free(sval, M_NETGRAPH_PARSE);