Home
last modified time | relevance | path

Searched refs:strarray (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/lib/libfigpar/
H A Dfigpar.h38 char **strarray; /* Pointer to an array of strings */ member
/freebsd-src/sbin/ipf/ipmon/
H A Dipmon_y.y780 char *strarray[2]; in build_doing() local
798 strarray[0] = options; in build_doing()
799 strarray[1] = NULL; in build_doing()
801 d->ipmd_token = (*it->imsi_stor->ims_parse)(strarray); in build_doing()