Symbol: ind
bin/sh/options.c
471
int ind = 0;
bin/sh/options.c
483
ind = *optnext - optfirst + 1;
bin/sh/options.c
534
ind = *optnext - optfirst + 1;
bin/sh/options.c
543
fmtstr(s, sizeof(s), "%d", ind);
bin/sh/show.c
110
if (ind >= 0)
bin/sh/show.c
115
if (ind >= 0)
bin/sh/show.c
73
shtree(union node *n, int ind, char *pfx, FILE *fp)
bin/sh/show.c
81
indent(ind, pfx, fp);
bin/sh/show.c
92
shtree(n->nbinary.ch1, ind, NULL, fp);
bin/sh/show.c
95
shtree(n->nbinary.ch2, ind, NULL, fp);
bin/sh/show.c
99
if (ind >= 0)
crypto/libressl/crypto/bn/bn_lcl.h
333
int ind = (a)->dmax - (a)->top; \
crypto/libressl/crypto/bn/bn_lcl.h
335
for (; ind != 0; ind--) \
crypto/libressl/crypto/bn/bn_lib.c
985
#define BN_CONSTTIME_SWAP(ind) \
crypto/libressl/crypto/bn/bn_lib.c
987
t = (a->d[ind] ^ b->d[ind]) & condition; \
crypto/libressl/crypto/bn/bn_lib.c
988
a->d[ind] ^= t; \
crypto/libressl/crypto/bn/bn_lib.c
989
b->d[ind] ^= t; \
crypto/libressl/crypto/x509/x509_ncons.c
234
i2r_NAME_CONSTRAINTS(const X509V3_EXT_METHOD *method, void *a, BIO *bp, int ind)
crypto/libressl/crypto/x509/x509_ncons.c
239
bp, ind, "Permitted");
crypto/libressl/crypto/x509/x509_ncons.c
241
bp, ind, "Excluded");
crypto/libressl/crypto/x509/x509_ncons.c
247
STACK_OF(GENERAL_SUBTREE) *trees, BIO *bp, int ind, char *name)
crypto/libressl/crypto/x509/x509_ncons.c
253
BIO_printf(bp, "%*s%s:\n", ind, "", name);
crypto/libressl/crypto/x509/x509_ncons.c
256
BIO_printf(bp, "%*s", ind + 2, "");
crypto/libressl/crypto/x509/x509_ncons.c
72
void *a, BIO *bp, int ind);
crypto/libressl/crypto/x509/x509_ncons.c
74
STACK_OF(GENERAL_SUBTREE) *trees, BIO *bp, int ind, char *name);
crypto/libressl/crypto/x509/x509_ocsp.c
218
i2r_ocsp_crlid(const X509V3_EXT_METHOD *method, void *in, BIO *bp, int ind)
crypto/libressl/crypto/x509/x509_ocsp.c
222
if (BIO_printf(bp, "%*scrlUrl: ", ind, "") <= 0)
crypto/libressl/crypto/x509/x509_ocsp.c
230
if (BIO_printf(bp, "%*scrlNum: ", ind, "") <= 0)
crypto/libressl/crypto/x509/x509_ocsp.c
238
if (BIO_printf(bp, "%*scrlTime: ", ind, "") <= 0)
crypto/libressl/crypto/x509/x509_ocsp.c
253
int ind)
crypto/libressl/crypto/x509/x509_ocsp.c
255
if (BIO_printf(bp, "%*s", ind, "") <= 0)
crypto/libressl/crypto/x509/x509_ocsp.c
263
i2r_object(const X509V3_EXT_METHOD *method, void *oid, BIO *bp, int ind)
crypto/libressl/crypto/x509/x509_ocsp.c
265
if (BIO_printf(bp, "%*s", ind, "") <= 0)
crypto/libressl/crypto/x509/x509_ocsp.c
356
i2r_ocsp_serviceloc(const X509V3_EXT_METHOD *method, void *in, BIO *bp, int ind)
crypto/libressl/crypto/x509/x509_ocsp.c
362
if (BIO_printf(bp, "%*sIssuer: ", ind, "") <= 0)
crypto/libressl/crypto/x509/x509_ocsp.c
368
if (BIO_printf(bp, "\n%*s", (2 * ind), "") <= 0)
crypto/libressl/crypto/x509/x509_ocsp.c
96
BIO *bp, int ind);
crypto/openssh/sshd-session.c
573
get_hostkey_by_index(int ind)
crypto/openssh/sshd-session.c
575
if (ind < 0 || (u_int)ind >= options.num_host_key_files)
crypto/openssh/sshd-session.c
577
return (sensitive_data.host_keys[ind]);
crypto/openssh/sshd-session.c
581
get_hostkey_public_by_index(int ind, struct ssh *ssh)
crypto/openssh/sshd-session.c
583
if (ind < 0 || (u_int)ind >= options.num_host_key_files)
crypto/openssh/sshd-session.c
585
return (sensitive_data.host_pubkeys[ind]);
games/trek/shield.c
67
int ind;
games/trek/shield.c
81
ind = CLOAK;
games/trek/shield.c
89
ind = SHIELD;
games/trek/shield.c
92
if (damaged(ind)) {
games/trek/shield.c
94
out(ind);
lib/libc/stdlib/atexit.c
107
p->ind = 0;
lib/libc/stdlib/atexit.c
111
p->fns[p->ind++] = *fptr;
lib/libc/stdlib/atexit.c
187
for (n = p->ind; --n >= 0;) {
lib/libc/stdlib/atexit.c
61
int ind; /* next index in this table */
lib/libc/stdlib/atexit.c
92
else while (p->ind >= ATEXIT_SIZE) {
lib/libcam/scsi_cmdparse.c
539
int ind;
lib/libcam/scsi_cmdparse.c
548
ind = 0;
lib/libcam/scsi_cmdparse.c
572
ind = value;
lib/libcam/scsi_cmdparse.c
588
if (ind < vec_max) {
lib/libcam/scsi_cmdparse.c
589
buff[ind++] = val;
lib/libcam/scsi_cmdparse.c
596
if (ind < vec_max) {
lib/libcam/scsi_cmdparse.c
597
buff[ind++] = val;
lib/libcam/scsi_cmdparse.c
604
if (ind < vec_max)
lib/libcam/scsi_cmdparse.c
605
buff[ind++] = value;
lib/libcam/scsi_cmdparse.c
609
if (ind < vec_max - 2 + 1) {
lib/libcam/scsi_cmdparse.c
610
buff[ind++] = value >> 8;
lib/libcam/scsi_cmdparse.c
611
buff[ind++] = value;
lib/libcam/scsi_cmdparse.c
616
if (ind < vec_max - 3 + 1) {
lib/libcam/scsi_cmdparse.c
617
buff[ind++] = value >> 16;
lib/libcam/scsi_cmdparse.c
618
buff[ind++] = value >> 8;
lib/libcam/scsi_cmdparse.c
619
buff[ind++] = value;
lib/libcam/scsi_cmdparse.c
624
if (ind < vec_max - 4 + 1) {
lib/libcam/scsi_cmdparse.c
625
buff[ind++] = value >> 24;
lib/libcam/scsi_cmdparse.c
626
buff[ind++] = value >> 16;
lib/libcam/scsi_cmdparse.c
627
buff[ind++] = value >> 8;
lib/libcam/scsi_cmdparse.c
628
buff[ind++] = value;
lib/libcam/scsi_cmdparse.c
641
if (shift && ind < vec_max)
lib/libcam/scsi_cmdparse.c
642
buff[ind++] = val;
lib/libcam/scsi_cmdparse.c
645
*used = ind;
sbin/growfs/growfs.c
1254
ind=0;
sbin/growfs/growfs.c
1260
if (!ind) {
sbin/growfs/growfs.c
1261
bp[ind].old=d/sblock.fs_frag;
sbin/growfs/growfs.c
1262
bp[ind].flags|=GFS_FL_FIRST;
sbin/growfs/growfs.c
1264
bp[ind].flags|=GFS_FL_LAST;
sbin/growfs/growfs.c
1266
ind++;
sbin/growfs/growfs.c
1297
bp[ind].old=d/sblock.fs_frag;
sbin/growfs/growfs.c
1298
ind++;
sbin/growfs/growfs.c
1365
bp[ind].old=d/sblock.fs_frag;
sbin/growfs/growfs.c
1366
bp[ind].flags|=GFS_FL_LAST;
sbin/growfs/growfs.c
1373
if(bp[ind].flags & GFS_FL_LAST) { /* we have to advance here */
sbin/growfs/growfs.c
1374
ind++;
sbin/growfs/growfs.c
1382
if(ind) {
sbin/growfs/growfs.c
1383
for(i=0; i<ind; i++) {
sbin/growfs/growfs.c
1499
for(i=0; i<ind; i++) {
sbin/growfs/growfs.c
911
int ind;
sys/bus/u4b/uvc/uvc_buf.c
593
uvc_buf_queue_init_qbuf(struct uvc_buf *buf, int ind)
sys/bus/u4b/uvc/uvc_buf.c
596
buf->index = ind;
sys/dev/netif/iwm/if_iwm_scan.c
182
int i, ind;
sys/dev/netif/iwm/if_iwm_scan.c
184
for (i = 0, ind = sc->sc_scan_last_antenna;
sys/dev/netif/iwm/if_iwm_scan.c
186
ind = (ind + 1) % IWM_RATE_MCS_ANT_NUM;
sys/dev/netif/iwm/if_iwm_scan.c
187
if (iwm_get_valid_tx_ant(sc) & (1 << ind)) {
sys/dev/netif/iwm/if_iwm_scan.c
188
sc->sc_scan_last_antenna = ind;
sys/dev/netif/jme/if_jme.c
3538
uint32_t ind = 0;
sys/dev/netif/jme/if_jme.c
3544
ind |= q << (i * 8);
sys/dev/netif/jme/if_jme.c
3547
JME_RSS_DPRINTF(sc, 1, "ind 0x%08x\n", ind);
sys/dev/netif/jme/if_jme.c
3548
CSR_WRITE_4(sc, RSSTBL_REG(j), ind);
sys/kern/kern_nrandom.c
233
a = barrel(a) + m[ind(i + (SIZE / 2))]; /* set a */
sys/kern/kern_nrandom.c
234
m[i] = y = m[ind(x)] + a + b; /* set m */
sys/kern/kern_nrandom.c
235
r[i] = b = m[ind(y >> ALPHA)] + x; /* set r */
usr.bin/m4/eval.c
838
int ind;
usr.bin/m4/eval.c
842
for (ind = 2; ind < argc; ind++) {
usr.bin/m4/eval.c
844
n = strtonum(argv[ind], 1, INT_MAX, &errstr);
usr.bin/m4/eval.c
847
getdivfile(argv[ind]);
usr.bin/sort/coll.c
123
set_key_on_keys_array(struct keys_array *ka, struct bwstring *s, size_t ind)
usr.bin/sort/coll.c
126
if (ka && keys_num > ind) {
usr.bin/sort/coll.c
129
kv = &(ka->key[ind]);
usr.bin/sort/coll.h
149
void set_key_on_keys_array(struct keys_array *ka, struct bwstring *s, size_t ind);
usr.bin/unifdef/unifdef.c
1369
int changed, sym, ind;
usr.bin/unifdef/unifdef.c
1377
ind = findsym(&cp);
usr.bin/unifdef/unifdef.c
1378
if (ind == -1 || ind == sym ||
usr.bin/unifdef/unifdef.c
1380
value[ind] == NULL ||
usr.bin/unifdef/unifdef.c
1381
value[ind] == value[sym])
usr.bin/unifdef/unifdef.c
1384
value[sym] = value[ind];