Searched refs:sop_str (Results 1 – 2 of 2) sorted by relevance
52 const char *sop_str; /* Sub-option name */ member
160 if (strlen(sop->sop_str) == len && in argvec_process_subopt()161 strncmp(sop->sop_str, start, len) == 0) { in argvec_process_subopt()