| /netbsd-src/usr.bin/sort/ |
| H A D | init.c | 82 struct coldesc *clist = NULL; variable 101 p = realloc(clist, (ncols + 2) * sizeof(*clist)); in insertcol() 104 clist = p; in insertcol() 105 memset(&clist[ncols], 0, sizeof(clist[ncols])); in insertcol() 108 if (field->icol.num <= clist[i].num) in insertcol() 110 if (field->icol.num != clist[i].num) { in insertcol() 111 memmove(clist+i+1, clist+i, sizeof(COLDESC)*(ncols-i)); in insertcol() 112 clist[i].num = field->icol.num; in insertcol() 117 if (field->tcol.num <= clist[i].num) in insertcol() 119 if (field->tcol.num != clist[i].num) { in insertcol() [all …]
|
| H A D | fields.c | 111 clpos = clist + i; in enterkey() 128 clist[i].start = clist[i].end = lineend; in enterkey() 129 if (clist[0].start < line_data) in enterkey() 130 clist[0].start++; in enterkey() 185 lineend = clist[ncols].end; in enterfield()
|
| H A D | sort.h | 172 extern struct coldesc *clist;
|
| /netbsd-src/sys/sys/ |
| H A D | tty.h | 84 struct clist { struct 111 struct clist t_rawq; /* Device raw input queue. */ argument 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 *, int); 271 u_char *nextc(struct clist *, u_char *, int *); [all …]
|
| /netbsd-src/usr.sbin/altq/libaltq/ |
| H A D | qop_cdnr.c | 406 struct classinfo *clinfo, *clist[2]; in qop_cdnr_add_element() local 414 clist[0] = clinfo; in qop_cdnr_add_element() 415 clist[1] = NULL; in qop_cdnr_add_element() 433 clist[0] = NULL; in qop_cdnr_add_element() 441 if ((error = qop_add_cdnr(&clinfo, cdnr_name, ifinfo, clist, in qop_cdnr_add_element() 462 struct classinfo *clinfo, *clist[3]; in qop_cdnr_add_tbmeter() local 468 clist[n] = clhandle2clinfo(ifinfo, in_action->tca_handle); in qop_cdnr_add_tbmeter() 469 if (clist[n] == NULL) in qop_cdnr_add_tbmeter() 474 clist[n] = clhandle2clinfo(ifinfo, out_action->tca_handle); in qop_cdnr_add_tbmeter() 475 if (clist[n] == NULL) in qop_cdnr_add_tbmeter() [all …]
|
| /netbsd-src/sys/kern/ |
| H A D | tty_subr.c | 71 clalloc(struct clist *clp, int size, int quot) in clalloc() 89 clfree(struct clist *clp) in clfree() 102 getc(struct clist *clp) in getc() 136 q_to_b(struct clist *clp, u_char *cp, int count) in q_to_b() 169 ndqb(struct clist *clp, int flag) in ndqb() 211 ndflush(struct clist *clp, int count) in ndflush() 245 putc(int c, struct clist *clp) in putc() 330 b_to_q(const u_char *cp, int count, struct clist *clp) in b_to_q() 392 nextc(struct clist *clp, u_char *cp, int *c) in nextc() 431 firstc(struct clist *clp, int *c) in firstc() [all …]
|
| /netbsd-src/sys/dev/acpi/ |
| H A D | acpi_i2c.c | 128 char *clist; in acpi_enter_i2c_devs() 145 clist = acpi_pack_compat_list(ad, &clist_size); 146 if (clist == NULL) { 156 prop_dictionary_set_data(dev, "compatible", clist, clist_size); 157 kmem_free(clist, clist_size); 78 char *clist; acpi_enter_i2c_device() local
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/ |
| H A D | thompson.d | 101 recycle(clist); in with() 576 recycle(clist); in with() 726 ThreadList!DataIndex clist, nlist; 933 if (!matched && clist.empty) in matchImpl() 954 foreach (t; clist[]) in matchImpl() 962 for (state.t = clist.fetch(); state.t; state.t = clist.fetch()) in matchImpl() 977 clist = nlist; in matchImpl() 979 if (clist.tip is null) in matchImpl() 1003 for (state.t = clist.fetch(); state.t; state.t = clist.fetch()) in matchImpl() 1068 …assert(clist == (ThreadList!DataIndex).init || startPc == RestartPc); // incorrect after a partial… [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/regex/internal/ |
| H A D | thompson.d | 101 recycle(clist); in with() 574 recycle(clist); in with() 724 ThreadList!DataIndex clist, nlist; 961 if (!matched && clist.empty) in matchImpl() 982 foreach (t; clist[]) in matchImpl() 990 for (state.t = clist.fetch(); state.t; state.t = clist.fetch()) in matchImpl() 1005 clist = nlist; in matchImpl() 1007 if (clist.tip is null) in matchImpl() 1031 for (state.t = clist.fetch(); state.t; state.t = clist.fetch()) in matchImpl() 1096 …assert(clist == (ThreadList!DataIndex).init || startPc == RestartPc); // incorrect after a partial… [all …]
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/cf/ |
| H A D | w32-hh-toc-from-info.pl | 60 my $clist = $contents->find_by_tag_name('ul'); 71 process_ul_element($clist, 0);
|
| /netbsd-src/bin/dd/ |
| H A D | args.c | 358 } clist[] = { variable 388 if (!(cp = bsearch(&tmp, clist, in f_conv() 389 __arraycount(clist), sizeof(*clist), c_conv))) { in f_conv()
|
| /netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/ |
| H A D | dnsrps.c | 62 static librpz_clist_t *clist; variable 136 INSIST(clist == NULL); in dns_dnsrps_server_create() 158 clist = librpz->clist_create(&emsg, dnsrps_lock, dnsrps_unlock, in dns_dnsrps_server_create() 161 if (clist == NULL) { in dns_dnsrps_server_create() 176 if (clist != NULL) { in dns_dnsrps_server_destroy() 177 librpz->clist_detach(&clist); in dns_dnsrps_server_destroy() 204 new->rps_client = librpz->client_create(&emsg, clist, rps_cstr, false); in dns_dnsrps_view_init()
|
| /netbsd-src/external/mpl/bind/dist/lib/dns/ |
| H A D | dnsrps.c | 63 static librpz_clist_t *clist; variable 137 INSIST(clist == NULL); in dns_dnsrps_server_create() 154 clist = librpz->clist_create(&emsg, dnsrps_lock, dnsrps_unlock, in dns_dnsrps_server_create() 157 if (clist == NULL) { in dns_dnsrps_server_create() 172 if (clist != NULL) { 173 librpz->clist_detach(&clist); 201 new->rps_client = librpz->client_create(&emsg, clist, rps_cstr, false); in dns_dnsrps_view_init()
|
| /netbsd-src/sys/arch/arc/dev/ |
| H A D | opmsvar.h | 82 struct clist sc_q;
|
| /netbsd-src/external/bsd/pcc/dist/pcc/driver/ |
| H A D | prog_asm.c | 97 ermfile = av[na++] = olist[i] = setsuf(clist[i], 'o'); in asm_exec()
|
| /netbsd-src/sys/arch/sun3/dev/ |
| H A D | kd.c | 292 struct clist *cl; in kdstart() 356 struct clist *cl = &tp->t_outq; in kd_putfb()
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
| H A D | SSL_CTX_set1_curves.pod | 24 int SSL_CTX_set1_curves(SSL_CTX *ctx, int *clist, int clistlen); 27 int SSL_set1_curves(SSL *ssl, int *clist, int clistlen);
|
| /netbsd-src/sys/arch/sun2/dev/ |
| H A D | kd.c | 364 struct clist *cl; in kdstart() 428 struct clist *cl = &tp->t_outq; in kd_putfb()
|
| H A D | pcons.c | 231 struct clist *cl; in pconsstart()
|
| /netbsd-src/sys/arch/sparc64/dev/ |
| H A D | kd.c | 318 struct clist *cl; in kdstart() 383 struct clist *cl = &tp->t_outq; in kd_putfb()
|
| H A D | pcons.c | 231 struct clist *cl; in pconsstart()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
| H A D | SSL_CTX_set1_curves.pod | 25 int SSL_CTX_set1_curves(SSL_CTX *ctx, int *clist, int clistlen); 28 int SSL_set1_curves(SSL *ssl, int *clist, int clistlen);
|
| /netbsd-src/external/bsd/ntp/dist/ntpdc/ |
| H A D | ntpdc_ops.c | 2661 u_long clist[min(MAXARGS, 8)]; in clockstat() local 2670 qitemlim = min(pcmd->nargs, COUNTOF(clist)); in clockstat() 2672 clist[qitems] = NSRCADR(&pcmd->argval[qitems].netnum); in clockstat() 2676 sizeof(u_int32), (char *)clist, &items, in clockstat() 2843 u_long clist[min(MAXARGS, 8)]; in clkbug() local 2853 qitemlim = min(pcmd->nargs, COUNTOF(clist)); in clkbug() 2855 clist[qitems] = NSRCADR(&pcmd->argval[qitems].netnum); in clkbug() 2859 sizeof(u_int32), (char *)clist, &items, in clkbug()
|
| /netbsd-src/sys/arch/emips/ebus/ |
| H A D | dz_ebus.c | 334 struct clist *cl; in dzstart() 569 struct clist *cl; in dzxint()
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
| H A D | ssl.h | 1431 # define SSL_get0_certificate_types(s, clist) \ argument 1432 SSL_ctrl(s, SSL_CTRL_GET_CLIENT_CERT_TYPES, 0, (char *)(clist)) 1433 # define SSL_CTX_set1_client_certificate_types(ctx, clist, clistlen) \ argument 1435 (char *)(clist)) 1436 # define SSL_set1_client_certificate_types(s, clist, clistlen) \ argument 1437 SSL_ctrl(s,SSL_CTRL_SET_CLIENT_CERT_TYPES,clistlen,(char *)(clist))
|