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

/system/core/toolbox/
H A Ddd.c1039 { "conv", f_conv, 0, 0 },
1258 fprintf(stderr, "conv option disabled\n");
1264 static const struct conv { struct
1286 struct conv *cp, tmp;
1290 if (!(cp = (struct conv *)bsearch(&tmp, clist,
1291 sizeof(clist)/sizeof(struct conv), sizeof(struct conv),
1310 return (strcmp(((const struct conv *)a)->name,
1311 ((const struct conv *)b)->name));

Completed in 38 milliseconds