Searched refs:optt (Results 1 – 3 of 3) sorted by relevance
128 char *optt; in main() local133 optt = argv[optc]; in main()134 if (optt) in main()135 (void) printf(" %s ", optt); in main()
177 char *optt; in main() local182 optt = argv[optc]; in main()183 if (optt) in main()184 (void) printf(" %s ", optt); in main()
385 const char *optt = NULL; in sonode() local403 't', MDB_OPT_STR, &optt, in sonode()420 if (optt != NULL) { in sonode()421 if (strcmp("stream", optt) == 0) in sonode()423 else if (strcmp("dgram", optt) == 0) in sonode()425 else if (strcmp("raw", optt) == 0) in sonode()428 type = mdb_strtoull(optt); in sonode()450 if ((optt != NULL) && (so.so_type != type)) in sonode()