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

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dprint.c106 findcapname(char *capname, char *caplist, int listsize) argument
111 if (capname[0] == caplist[mid]) {
112 if (capname[1] == caplist[mid + 1])
114 else if (capname[1] < caplist[mid + 1])
118 } else if (capname[0] < caplist[mid])
125 * for (; *caplist; caplist += 2)
126 * if (caplist[0] == capname[0] && caplist[1] == capname[1])
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmap_v2.c288 * caplist - Address of Caplist variable to alter
299 set_capstr(Mapfile *mf, Caplist *caplist, Token eq_tok, argument
308 if ((caplist->cl_val == NULL) || (alist_nitems(caplist->cl_val) == 0)) {
312 for (ALIST_TRAVERSE(caplist->cl_val, idx1, capstr)) {
320 if (caplist->cl_val) {
321 (void) free(caplist->cl_val);
322 caplist->cl_val = NULL;
324 if (caplist->cl_exc) {
325 (void) free(caplist
939 parse_cap_list(Mapfile *mf, Token eq_tok, Caplist *caplist, Word type) argument
[all...]
H A Dsections.c1537 capstr_value(Lm_list *lml, Word type, Caplist *caplist, int *title) argument
1547 for (APLIST_TRAVERSE(caplist->cl_exc, idx1, estr)) {
1548 for (ALIST_TRAVERSE(caplist->cl_val, idx2, capstr)) {
1565 for (ALIST_TRAVERSE(caplist->cl_val, idx2, capstr)) {
1570 for (APLIST_TRAVERSE(caplist->cl_exc, idx1, estr)) {
1571 for (ALIST_TRAVERSE(caplist->cl_val, idx2, capstr)) {
1575 alist_delete(caplist->cl_val, &idx2);
1581 for (ALIST_TRAVERSE(caplist->cl_val, idx2, capstr)) {
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_config.c733 tip->caplist.caplist_len = 1;
734 tip->caplist.caplist_val = dcp;
834 sip->caplist.caplist_len = 1;
835 sip->caplist.caplist_val = dcp;
H A Dndmp.x547 ndmp_device_capability_v3 caplist<>;

Completed in 74 milliseconds