Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/ipf/dist/tools/
H A Dipmon_y.y793 char *strarray[2]; local
811 strarray[0] = options;
812 strarray[1] = NULL;
814 d->ipmd_token = (*it->imsi_stor->ims_parse)(strarray);
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/root/
H A Darray.d365 auto strarray = Array!(const(char)*)(2); variable
366 strarray[0] = "hello";
367 strarray[1] = "world";
368 auto str = strarray.toString();