/src/sys/arch/atari/stand/tostools/libtos/ |
error.c | 89 char *es = strerror(err); local in function:errmsg 90 if (es) 91 eprintf(": %s", es);
|
/src/libexec/ld.elf_so/ |
expand.c | 132 const char *es = p + s; local in function:_rtld_expand_path 134 if ((br && *es != '}') || 135 (!br && (es != ep && 136 isalpha((unsigned char)*es)))) 145 p = es + br;
|
/src/games/gomoku/ |
makemove.c | 245 spot_index es = 0; local in function:update_overlap_same_direction 248 es = s; /* save the intersection point */ 272 intersect[a * FAREA + b] = es; 273 intersect[b * FAREA + a] = es;
|
/src/sbin/iscsictl/ |
iscsic_driverif.c | 370 char es[64]; local in function:do_ioctl 383 snprintf(esp = es, sizeof(es), "Recovered Error"); 386 snprintf(esp = es, sizeof(es), "Not Ready"); 389 snprintf(esp = es, sizeof(es), "Medium Error"); 392 snprintf(esp = es, sizeof(es), "Hardware Error"); 395 snprintf(esp = es, sizeof(es), "Illegal Request") [all...] |
/src/sys/kern/ |
subr_kobj.c | 157 Elf_Sym *es; local in function:kobj_load 518 es = &ko->ko_symtab[j]; 519 if (es->st_shndx != i) { 522 es->st_value += (Elf_Addr)addr;
|
kern_ksyms.c | 638 Elf_Sym *es; local in function:ksyms_getval_unlocked 651 if ((es = findsym(sym, st, type)) != NULL) { 652 *val = es->st_value; 654 *symp = es; 757 Elf_Sym *les, *es = NULL; local in function:ksyms_getname 787 es = les; 793 if (es == NULL) 795 if ((f & KSYMS_EXACT) && (v != es->st_value)) 800 *sym = stable + es->st_name;
|
/src/sbin/mount_nfs/ |
mount_nfs.c | 197 char *es; local in function:getnum 198 long num = strtol(s, &es, 10); 199 if (*es || num <= 0 || num > INT_MAX)
|
/src/sys/external/mit/xen-include-public/dist/xen/include/public/arch-x86/ |
xen-x86_32.h | 151 uint16_t es, _pad2; member in struct:cpu_user_regs
|
xen-x86_64.h | 204 uint16_t es, _pad3[3]; member in struct:cpu_user_regs
|
/src/usr.bin/spell/spellprog/ |
spellprog.c | 121 static int es(char *, const char *, const char *, size_t); 155 .d1 = "", .a1 = "+s", .p2 = es, 156 .n2 = 2, .d2 = "-y+ies", .a2 = "+es" }, 566 es(char *ep, const char *d, const char *a, size_t lev) function in typeref:typename:int
|
/src/usr.bin/elf2ecoff/ |
elf2ecoff.c | 707 struct ecoff_extsym *es = &ecoffsymtab.ecoff_syms[i]; local in function:elf_symbol_table_to_ecoff 708 es->es_flags = bswap16(es->es_flags); 709 es->es_ifd = bswap16(es->es_ifd); 710 bswap32_region(&es->es_strindex, 711 sizeof(*es) - sizeof(es->es_flags) - sizeof(es->es_ifd));
|
/src/bin/ksh/ |
expr.c | 137 static void evalerr ARGS((Expr_state *es, enum error_type type, 139 static struct tbl *evalexpr ARGS((Expr_state *es, enum prec prec)); 140 static void token ARGS((Expr_state *es)); 142 static void assign_check ARGS((Expr_state *es, enum token op, 145 static struct tbl *intvar ARGS((Expr_state *es, struct tbl *vp)); 177 Expr_state * const es = &curstate; local in function:v_evaluate 201 token(es); 203 if (es->tok == END) { 204 es->tok = LIT; 205 es->val = tempvar() [all...] |
vi.c | 157 static struct edstate *es; /* current editor state */ variable in typeref:struct:edstate * 232 if (es->linelen == 0) { 247 if (c == -1 || len <= (size_t)es->linelen) 250 if (es->cbuf != buf) 251 memmove(buf, es->cbuf, es->linelen); 253 buf[es->linelen++] = '\n'; 255 return es->linelen; 282 es->cursor--; 303 es->cursor = 0 [all...] |
/src/sys/external/bsd/gnu-efi/dist/inc/ia64/ |
salproc.h | 64 UINT16 es; member in struct:tagIA32_BIOS_REGISTER_STATE
|
/src/lib/libc/regex/ |
engine.c | 441 sopno es; /* end sop of current subRE */ local in function:dissect 459 for (ss = startst; ss < stopst; ss = es) { 461 es = ss; 462 switch (OP(m->g->strip[es])) { 465 es += OPND(m->g->strip[es]); 468 while (OP(m->g->strip[es]) != O_CH) 469 es += OPND(m->g->strip[es]); 472 es++ [all...] |
/src/sys/arch/atari/atari/ |
atari_init.c | 1390 u_int *s, *es; local in function:dump_segtable 1395 es = s + (M68K_STSIZE >> 2); 1402 for (i = 0; s < es; s++, i++)
|
/src/sys/dev/sbus/ |
p9100.c | 1734 uint8_t pf, mc3, es; local in function:p9100_set_depth 1742 es = 0; /* no swapping */ 1750 es = 2; /* swap bytes in 16bit words */ 1762 es = 6; /* swap both half-words and bytes */ 1814 (s3 << SHIFT_3) | (ps << PIXEL_SHIFT) | (es << SWAP_SHIFT);
|
/src/sys/arch/i386/stand/pxeboot/ |
pxe.h | 124 uint16_t es; member in struct:__anon2625f15d0508
|
/src/sys/dev/nvmm/x86/ |
nvmm_x86_svm.c | 430 struct vmcb_segment es; member in struct:vmcb_state 1886 &vmcb->state.es); 2023 &vmcb->state.es);
|