Home
last modified time | relevance | path

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

/NextBSD/lib/libfigpar/
HDfigpar.h40 char **strarray; /* Pointer to an array of strings */ member
/NextBSD/contrib/ipfilter/tools/
HDipmon_y.y793 char *strarray[2]; local
811 strarray[0] = options;
812 strarray[1] = NULL;
814 d->ipmd_token = (*it->imsi_stor->ims_parse)(strarray);
/NextBSD/usr.bin/truss/
HDsyscalls.c1214 char *strarray[0]; in print_arg() member
1253 while (u.strarray[i] != NULL) { in print_arg()
1254 string = get_string(pid, u.strarray[i], 0); in print_arg()