Searched refs:icap (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dread_termcap.c466 char *icap = 0, *scan, *tc, *tcstart, *tcend; local
498 icap = 0;
499 iret = _nc_getent(&icap, &ilen, &oline, current, db_array, fd,
501 newicap = icap; /* Put into a register. */
509 FreeIfNeeded(icap);
553 free(icap);
570 free(icap);
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dgetcap.c478 char *icap, *scan, *tc, *tcstart, *tcend; local
511 iret = getent(&icap, &ilen, db_p, fd, tc, depth+1,
513 newicap = icap; /* Put into a register. */
570 free(icap);
586 free(icap);
/freebsd-11-stable/lib/libc/gen/
H A Dgetcap.c395 char *icap, *scan, *tc, *tcstart, *tcend; local
428 iret = getent(&icap, &ilen, db_p, fd, tc, depth+1,
430 newicap = icap; /* Put into a register. */
487 free(icap);
503 free(icap);
/freebsd-11-stable/sys/dev/sound/pci/hda/
H A Dhdaa.c3001 int i, j, cnt, max, ocap, icap; local
3056 icap = w->param.inamp_cap;
3087 if (icap != 0) {
3088 mute = HDA_PARAM_OUTPUT_AMP_CAP_MUTE_CAP(icap);
3089 step = HDA_PARAM_OUTPUT_AMP_CAP_NUMSTEPS(icap);
3090 size = HDA_PARAM_OUTPUT_AMP_CAP_STEPSIZE(icap);
3091 offset = HDA_PARAM_OUTPUT_AMP_CAP_OFFSET(icap);

Completed in 140 milliseconds