Home
last modified time | relevance | path

Searched refs:strstruct (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/infocmp/
H A Dinfocmp.c97 struct strstruct { struct
112 static struct strstruct *str; /* array of string information */ argument
184 str = (struct strstruct *) malloc((unsigned) numstrs * in allocvariables()
185 sizeof (struct strstruct)); in allocvariables()
288 struct strstruct *a; in strcompare()
289 struct strstruct *b; in strcompare()
291 a = (struct strstruct *)x; in strcompare()
292 b = (struct strstruct *)y; in strcompare()
318 sizeof (struct strstruct), strcompare); in sortnames()