/src/lib/libcurses/ |
inchstr.c | 138 int epos; local in function:winchnstr 149 epos = win->maxx - 1; 152 epos = win->curx + n -1 - 1; 153 end = &win->alines[win->cury]->line[epos];
|
instr.c | 140 int epos, sn; local in function:winnstr 149 epos = win->maxx - 1; 153 epos = win->curx + n - 1 - 1; 156 end = &win->alines[win->cury]->line[epos];
|
inchstr.c | 138 int epos; local in function:winchnstr 149 epos = win->maxx - 1; 152 epos = win->curx + n -1 - 1; 153 end = &win->alines[win->cury]->line[epos];
|
instr.c | 140 int epos, sn; local in function:winnstr 149 epos = win->maxx - 1; 153 epos = win->curx + n - 1 - 1; 156 end = &win->alines[win->cury]->line[epos];
|
/src/usr.sbin/ypserv/revnetgroup/ |
parse_netgroup.c | 179 char *spos, *epos; local in function:parse_netgrp 232 if ((epos = strpbrk(spos, " \t"))) { 233 *epos = '\0'; 234 len = epos - spos;
|
parse_netgroup.c | 179 char *spos, *epos; local in function:parse_netgrp 232 if ((epos = strpbrk(spos, " \t"))) { 233 *epos = '\0'; 234 len = epos - spos;
|
/src/sys/dev/hid/ |
hidkbd.c | 353 uint8_t *pos, *spos, *epos, xlat; 356 epos = spos + kbd->sc_nkeycode; 358 for (pos = spos; pos != epos; pos++) {
|
hidkbd.c | 353 uint8_t *pos, *spos, *epos, xlat; 356 epos = spos + kbd->sc_nkeycode; 358 for (pos = spos; pos != epos; pos++) {
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
am43x-epos-evm.dts | 6 /* AM43x EPOS EVM */ 17 model = "TI AM43x EPOS EVM"; 18 compatible = "ti,am43x-epos-evm","ti,am438x","ti,am43"; 103 simple-audio-card,name = "AM43-EPOS-EVM";
|
am43x-epos-evm.dts | 6 /* AM43x EPOS EVM */ 17 model = "TI AM43x EPOS EVM"; 18 compatible = "ti,am43x-epos-evm","ti,am438x","ti,am43"; 103 simple-audio-card,name = "AM43-EPOS-EVM";
|
Makefile | 888 am43x-epos-evm.dtb \
|
Makefile | 888 am43x-epos-evm.dtb \
|