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

/netbsd-6-1-5-RELEASE/bin/ksh/
H A Dmisc.c357 static char set_opts[NELEM(goptions) + 5]; /* Ao;s\0 */ local
370 /* see set_opts[] declaration */
371 strlcpy(set_opts, "A:o;s", sizeof set_opts);
372 q = set_opts + strlen(set_opts);
395 opts = set_opts;

Completed in 182 milliseconds