HomeSort by: relevance | last modified time | path
    Searched defs:set_opts (Results 1 - 1 of 1) sorted by relevancy

  /src/bin/ksh/
misc.c 351 static char set_opts[NELEM(goptions) + 5]; /* Ao;s\0 */ local in function:parse_args
364 /* see set_opts[] declaration */
365 strlcpy(set_opts, "A:o;s", sizeof set_opts);
366 q = set_opts + strlen(set_opts);
389 opts = set_opts;

Completed in 13 milliseconds