Searched defs:typeentry (Results 1 - 1 of 1) sorted by path

/external/fio/
H A Dgfio.c536 char *typeentry; local
614 typeentry = gtk_combo_box_text_get_active_text(GTK_COMBO_BOX_TEXT(cw.combo));
615 if (!typeentry || !strncmp(typeentry, "IPv4", 4))
617 else if (!strncmp(typeentry, "IPv6", 4))
621 g_free(typeentry);

Completed in 208 milliseconds