Searched refs:clist (Results 1 - 25 of 57) sorted by relevance

123

/netbsd-current/usr.bin/sort/
H A Dinit.c82 struct coldesc *clist = NULL; variable in typeref:struct:coldesc
86 * clist (list of columns which correspond to one or more icol or tcol)
92 * keep clist in order--inserts a column in a sorted array
101 p = realloc(clist, (ncols + 2) * sizeof(*clist));
104 clist = p;
105 memset(&clist[ncols], 0, sizeof(clist[ncols]));
108 if (field->icol.num <= clist[i].num)
110 if (field->icol.num != clist[
[all...]
H A Dfields.c111 clpos = clist + i;
128 clist[i].start = clist[i].end = lineend;
129 if (clist[0].start < line_data)
130 clist[0].start++;
185 lineend = clist[ncols].end;
H A Dsort.h172 extern struct coldesc *clist;
/netbsd-current/sys/sys/
H A Dtty.h84 struct clist { struct
111 struct clist t_rawq; /* Device raw input queue. */
115 struct clist t_canq; /* Device canonical queue. */
119 struct clist t_outq; /* Device output queue. */
265 int b_to_q(const u_char *, int, struct clist *);
266 void catq(struct clist *, struct clist *);
268 int getc(struct clist *);
269 void ndflush(struct clist *, int);
270 int ndqb(struct clist *, in
[all...]
/netbsd-current/sys/arch/arc/dev/
H A Dopmsvar.h82 struct clist sc_q;
/netbsd-current/sys/dev/acpi/
H A Dacpi_i2c.c78 char *clist; local
98 clist = acpi_pack_compat_list(ad, &clist_size);
99 if (clist == NULL) {
109 prop_dictionary_set_data(dev, "compatible", clist, clist_size);
110 kmem_free(clist, clist_size);
/netbsd-current/external/mpl/bind/dist/bin/tests/system/rpz/
H A Ddnsrps.c61 librpz_clist_t *clist; local
102 clist = librpz->clist_create(&emsg, NULL, NULL, NULL,
104 if (clist == NULL) {
113 client = librpz->client_create(&emsg, clist, cstr,
/netbsd-current/crypto/external/bsd/heimdal/dist/cf/
H A Dw32-hh-toc-from-info.pl60 my $clist = $contents->find_by_tag_name('ul');
71 process_ul_element($clist, 0);
/netbsd-current/usr.sbin/altq/libaltq/
H A Dqop_cdnr.c406 struct classinfo *clinfo, *clist[2]; local
414 clist[0] = clinfo;
415 clist[1] = NULL;
433 clist[0] = NULL;
441 if ((error = qop_add_cdnr(&clinfo, cdnr_name, ifinfo, clist,
462 struct classinfo *clinfo, *clist[3]; local
468 clist[n] = clhandle2clinfo(ifinfo, in_action->tca_handle);
469 if (clist[n] == NULL)
474 clist[n] = clhandle2clinfo(ifinfo, out_action->tca_handle);
475 if (clist[
524 struct classinfo *clinfo, *clist[4]; local
598 struct classinfo *clinfo, *clist[4]; local
[all...]
/netbsd-current/sys/kern/
H A Dtty_subr.c8 * set of true clist functions that this is very loosely based on.
67 * Initialize a particular clist. Ok, they are really ring buffers,
71 clalloc(struct clist *clp, int size, int quot)
89 clfree(struct clist *clp)
99 * Get a character from a clist.
102 getc(struct clist *clp)
132 * Copy clist to buffer.
136 q_to_b(struct clist *clp, u_char *cp, int count)
165 * Return count of contiguous characters in clist.
169 ndqb(struct clist *cl
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/unittests/
H A Dintrusive_list-selftests.c381 const ListType &clist = list; local
388 gdb_assert (&clist.front () == &a);
390 gdb_assert (&clist.back () == &c);
732 const ListType &clist = list; local
740 gdb_assert (&*clist.begin () == &a);
743 gdb_assert (&*clist.rbegin () == &c);
748 clist.end ();
751 clist.end ();
/netbsd-current/external/bsd/pcc/dist/pcc/driver/
H A Dprog_asm.c97 ermfile = av[na++] = olist[i] = setsuf(clist[i], 'o');
/netbsd-current/bin/dd/
H A Dargs.c358 } clist[] = { variable in typeref:struct:conv
388 if (!(cp = bsearch(&tmp, clist,
389 __arraycount(clist), sizeof(*clist), c_conv))) {
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/
H A Dthompson.d101 recycle(clist);
576 recycle(clist);
726 ThreadList!DataIndex clist, nlist;
933 if (!matched && clist.empty)
954 foreach (t; clist[])
962 for (state.t = clist.fetch(); state.t; state.t = clist.fetch())
977 clist = nlist;
979 if (clist.tip is null)
1003 for (state.t = clist
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/regex/internal/
H A Dthompson.d101 recycle(clist);
574 recycle(clist);
724 ThreadList!DataIndex clist, nlist;
961 if (!matched && clist.empty)
982 foreach (t; clist[])
990 for (state.t = clist.fetch(); state.t; state.t = clist.fetch())
1005 clist = nlist;
1007 if (clist.tip is null)
1031 for (state.t = clist
[all...]
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Ddnsrps.c62 static librpz_clist_t *clist; variable
136 INSIST(clist == NULL);
158 clist = librpz->clist_create(&emsg, dnsrps_lock, dnsrps_unlock,
161 if (clist == NULL) {
176 if (clist != NULL) {
177 librpz->clist_detach(&clist);
204 new->rps_client = librpz->client_create(&emsg, clist, rps_cstr, false);
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Ddnsrps.c63 static librpz_clist_t *clist; variable
137 INSIST(clist == NULL);
159 clist = librpz->clist_create(&emsg, dnsrps_lock, dnsrps_unlock,
162 if (clist == NULL) {
177 if (clist != NULL) {
178 librpz->clist_detach(&clist);
205 new->rps_client = librpz->client_create(&emsg, clist, rps_cstr, false);
/netbsd-current/sys/arch/sun3/dev/
H A Dkd.c292 struct clist *cl;
356 struct clist *cl = &tp->t_outq;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/cli/
H A Dcli-decode.c42 struct cmd_list_element *clist,
1531 /* Search the input clist for 'command'. Return the command if
1536 find_cmd (const char *command, int len, struct cmd_list_element *clist,
1543 for (c = clist; c; c = c->next)
1660 lookup_cmd_1 (const char **text, struct cmd_list_element *clist,
1691 found = find_cmd (command, len, clist, ignore_help_classes, &nfound);
1741 *result_list = clist;
1772 *result_list = clist;
1533 find_cmd(const char *command, int len, struct cmd_list_element *clist, int ignore_help_classes, int *nfound) argument
1657 lookup_cmd_1(const char **text, struct cmd_list_element *clist, struct cmd_list_element **result_list, std::string *default_args, int ignore_help_classes) argument
/netbsd-current/external/bsd/ntp/dist/ntpdc/
H A Dntpdc.c1318 struct xcmd *clist; local
1323 clist = clist1;
1325 clist = clist2;
1330 for (cl = clist; cl->keyword != 0; cl++) {
1353 if (clist == clist1 && clist2 != 0) {
1354 clist = clist2;
H A Dntpdc_ops.c2661 u_long clist[min(MAXARGS, 8)]; local
2670 qitemlim = min(pcmd->nargs, COUNTOF(clist));
2672 clist[qitems] = NSRCADR(&pcmd->argval[qitems].netnum);
2676 sizeof(u_int32), (char *)clist, &items,
2843 u_long clist[min(MAXARGS, 8)]; local
2853 qitemlim = min(pcmd->nargs, COUNTOF(clist));
2855 clist[qitems] = NSRCADR(&pcmd->argval[qitems].netnum);
2859 sizeof(u_int32), (char *)clist, &items,
/netbsd-current/sys/arch/sparc64/dev/
H A Dkd.c318 struct clist *cl;
383 struct clist *cl = &tp->t_outq;
/netbsd-current/sys/arch/sun2/dev/
H A Dkd.c364 struct clist *cl;
428 struct clist *cl = &tp->t_outq;
/netbsd-current/external/gpl3/gdb/dist/gdb/cli/
H A Dcli-decode.c40 struct cmd_list_element *clist,
1891 /* Search the input clist for 'command'. Return the command if
1896 find_cmd (const char *command, int len, struct cmd_list_element *clist,
1903 for (c = clist; c; c = c->next)
1982 lookup_cmd_1 (const char **text, struct cmd_list_element *clist,
2013 found = find_cmd (command, len, clist, ignore_help_classes, &nfound);
2044 deprecated_cmd_warning (line, clist);
2064 *result_list = clist;
2095 *result_list = clist;
1894 find_cmd(const char *command, int len, struct cmd_list_element *clist, int ignore_help_classes, int *nfound) argument
1980 lookup_cmd_1(const char **text, struct cmd_list_element *clist, struct cmd_list_element **result_list, std::string *default_args, int ignore_help_classes, bool lookup_for_completion_p) argument
/netbsd-current/sys/arch/emips/ebus/
H A Ddz_ebus.c334 struct clist *cl;
569 struct clist *cl;

Completed in 258 milliseconds

123