Searched refs:strarray (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.3-release/lib/libfigpar/
H A Dfigpar.h40 char **strarray; /* Pointer to an array of strings */ member in union:figpar_cfgvalue
/freebsd-10.3-release/contrib/ipfilter/tools/
H A Dipmon_y.y793 char *strarray[2];
811 strarray[0] = options;
812 strarray[1] = NULL;
814 d->ipmd_token = (*it->imsi_stor->ims_parse)(strarray);
/freebsd-10.3-release/usr.bin/truss/
H A Dsyscalls.c955 char *strarray[0]; member in union:__anon12485
994 while (u.strarray[i] != NULL) {
995 string = get_string(pid, u.strarray[i], 0);

Completed in 100 milliseconds