/src/lib/libcurses/ |
fullname.c | 45 * This routine fills in "def" with the full name of the terminal. 49 fullname(const char *bp, char *def) 53 *def = '\0'; /* In case no name. */ 56 cp = def; /* Start of answer. */ 63 return def;
|
/src/common/dist/zlib/examples/ |
fitblk.c | 70 /* compress from file to def until provided buffer is full or end of 73 local int partcompress(FILE *in, z_streamp def) 80 def->avail_in = fread(raw, 1, RAWLEN, in); 83 def->next_in = raw; 86 ret = deflate(def, flush); 88 } while (def->avail_out != 0 && flush == Z_NO_FLUSH); 92 /* recompress from inf's input to def's output; the input for inf and 93 the output for def are set in those structures before calling; 96 local int recompress(z_streamp inf, z_streamp def) 113 def->avail_in = RAWLEN - inf->avail_out 134 z_stream def, inf; \/* zlib deflate and inflate states *\/ local in function:main [all...] |
/src/lib/libc/gen/ |
ctermid.c | 53 static char def[] = _PATH_TTY; local in function:__weak_alias 56 (void)strncpy(s, def, L_ctermid); 59 return (def);
|
/src/usr.bin/rpcgen/ |
rpc_hout.c | 73 print_datadef(definition *def) 76 if (def->def_kind == DEF_PROGRAM) /* handle data only */ 79 if (def->def_kind != DEF_CONST) { 82 switch (def->def_kind) { 84 pstructdef(def); 87 puniondef(def); 90 penumdef(def); 93 ptypedef(def); 96 pprogramdef(def); 99 pconstdef(def); 529 definition *def; local in function:undefined2 [all...] |
rpc_cout.c | 80 emit(definition *def) 82 if (def->def_kind == DEF_CONST) { 85 if (def->def_kind == DEF_PROGRAM) { 86 emit_program(def); 89 if (def->def_kind == DEF_TYPEDEF) { 94 if (strcmp(def->def.ty.old_type, def->def_name) == 0) 98 print_header(def); 100 switch (def->def_kind) 136 definition *def; local in function:undefined [all...] |
rpc_util.c | 135 findit(definition *def, const char *type) 137 return (streq(def->def_name, type)); 143 definition *def; local in function:fixit 145 def = (definition *) FINDVAL(defined, type, findit); 146 if (def == NULL || def->def_kind != DEF_TYPEDEF) { 149 switch (def->def.ty.rel) { 151 return (def->def.ty.old_type) 208 definition *def; local in function:isvectordef [all...] |
rpc_tblout.c | 78 definition *def; local in function:write_tables 82 def = (definition *) l->val; 83 if (def->def_kind == DEF_PROGRAM) { 84 write_table(def); 90 write_table(definition *def) 99 for (vp = def->def.pr.versions; vp != NULL; vp = vp->next) { 102 locase(def->def_name), vp->vers_num);
|
rpc_sample.c | 62 write_sample_svc(definition *def) 65 if (def->def_kind != DEF_PROGRAM) 67 write_sample_server(def); 72 write_sample_clnt(definition *def) 77 if (def->def_kind != DEF_PROGRAM) 80 for (vp = def->def.pr.versions; vp != NULL; vp = vp->next) { 81 write_sample_client(def->def_name, vp); 188 write_sample_server(definition *def) 193 for (vp = def->def.pr.versions; vp != NULL; vp = vp->next) 251 definition *def; local in function:write_sample_clnt_main [all...] |
/src/tests/usr.bin/xlint/lint1/ |
d_decl_old_style_arguments.c | 16 /* expect+1: warning: parameter 'def' unused in function 'func' [231] */ 17 void func(num, ptr, dbl, def) 22 /* expect-1: warning: type of parameter 'def' defaults to 'int' [32] */
|
/src/libexec/ld.elf_so/ |
symbol.c | 90 const Elf_Sym *def; local in function:_rtld_symlook_list 94 def = NULL; 103 if ((def == NULL) || 105 def = symp; 107 if (ELF_ST_BIND(def->st_info) != STB_WEAK) 112 if (def != NULL) 114 return def; 127 const Elf_Sym *def, *def_w; local in function:_rtld_symlook_needed 131 def = def_w = NULL; 138 def = _rtld_symlook_obj(name, hash, obj, flags, ventry) 405 const Elf_Sym *def; local in function:_rtld_find_symdef 460 const Elf_Sym *def = _rtld_find_symdef(symnum, obj, defobj, local in function:_rtld_find_plt_symdef 493 const Elf_Sym *def; local in function:_rtld_symlook_default [all...] |
/src/sys/arch/zaurus/stand/zboot/ |
bootmenu.c | 52 getchoicefrominput(char *input, int def) 57 choice = def; 97 bootcfg_info.def + 'A'); 100 bootcfg_info.def + 1); 103 choice = getchoicefrominput(input, bootcfg_info.def); 105 choice = bootcfg_info.def; 111 bootcfg_info.def + 'A'); 114 bootcfg_info.def + 1); 117 choice = getchoicefrominput(input, bootcfg_info.def);
|
/src/sys/external/bsd/drm2/drm/ |
drm_sysctl.c | 48 const struct drm_sysctl_def *def) 50 const void * const *b = def->bd, * const *e = def->ed; 127 drm_sysctl_init(struct drm_sysctl_def *def) 129 const void * const *b = def->bp, * const *e = def->ep; 134 if ((error = sysctl_createv(&def->log, 0, NULL, &rnode, 150 if ((error = drm_sysctl_node(n, &cnode, &def->log)) 157 if ((error = sysctl_createv(&def->log, 0, &cnode, 160 SYSCTL_DESCR(drm_sysctl_get_description(p, def)), [all...] |
/src/sys/external/isc/libsodium/dist/m4/ |
ld-output-def.m4 | 1 # ld-output-def.m4 serial 2 11 # Check if linker supports -Wl,--output-def and define automake 15 AC_CACHE_CHECK([if gcc/ld supports -Wl,--output-def], 21 LDFLAGS="-Wl,--output-def,conftest.def" 25 rm -f conftest.def
|
/src/sys/external/isc/libsodium/dist/dist-build/ |
android-build.sh | 56 egrep '^#define ' config.log | sort -u > config-def-compat.log 71 egrep '^#define ' config.log | sort -u > config-def.log 72 if ! cmp config-def.log config-def-compat.log; then 74 diff -u config-def.log config-def-compat.log >&2 77 rm -f config-def.log config-def-compat.log
|
/src/tools/menuc/ |
Makefile | 5 HOSTFILES= menu_sys.def
|
/src/tools/msgc/ |
Makefile | 5 HOSTFILES= msg_sys.def
|
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
amdgpu_athub_v1_0.c | 40 uint32_t def, data; local in function:athub_update_medium_grain_clock_gating 42 def = data = RREG32_SOC15(ATHUB, 0, mmATHUB_MISC_CNTL); 49 if (def != data) 56 uint32_t def, data; local in function:athub_update_medium_grain_light_sleep 58 def = data = RREG32_SOC15(ATHUB, 0, mmATHUB_MISC_CNTL); 66 if(def != data)
|
amdgpu_athub_v2_0.c | 43 uint32_t def, data; local in function:athub_v2_0_update_medium_grain_clock_gating 45 def = data = RREG32_SOC15(ATHUB, 0, mmATHUB_MISC_CNTL); 52 if (def != data) 60 uint32_t def, data; local in function:athub_v2_0_update_medium_grain_light_sleep 62 def = data = RREG32_SOC15(ATHUB, 0, mmATHUB_MISC_CNTL); 70 if (def != data)
|
/src/sys/stand/efiboot/ |
bootmenu.c | 81 getchoicefrominput(char *input, int def) 89 choice = def; 163 bootcfg_info.def + 'A'); 166 bootcfg_info.def + 1); 169 choice = getchoicefrominput(input, bootcfg_info.def); 171 choice = bootcfg_info.def; 177 bootcfg_info.def + 'A'); 180 bootcfg_info.def + 1); 183 choice = getchoicefrominput(input, bootcfg_info.def);
|
/src/usr.bin/msgc/ |
msg_sys.def | 1 /* $NetBSD: msg_sys.def,v 1.48 2019/11/16 17:38:09 martin Exp $ */ 335 _msg_vprompt(const char *fmt, int flags, const char *def, char *val, 356 if (def != NULL && *def) { 358 strlcpy(ibuf, def, val_buf_len); 361 waddstr(msg_win, def); 448 if (len == 0 && pos == 0 && def != NULL) { 450 strlcpy(ibuf, def, val_buf_len); 479 } else if (def != NULL && val != def) { [all...] |
/src/bin/stty/ |
stty.h | 55 u_char def; member in struct:cchar
|
/src/usr.bin/make/unit-tests/ |
varmod-root.mk | 10 .if ${def:L:R} != "def"
|
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/scripts/ |
unbalanced_allocs.py | 23 def PrintStack(line, stack): 31 def ProcessStack(line, f): 38 def ProcessFree(line, f, allocs): 50 def ProcessMalloc(line, f, allocs): 61 def ProcessRun(line, f): 79 def ProcessFile(f): 84 def main(argv):
|
/src/bin/sh/ |
mkinit.sh | 128 def=${line#MKINIT} 129 comment="${def#*;}" 130 def="${def%;$comment}" 131 def="${def%%=*}" 132 def="${def% }" 133 decles="${decles}${decnl}extern${def};${comment}${nl}"
|
/src/libexec/ld.elf_so/arch/m68k/ |
mdreloc.c | 99 const Elf_Sym *def = NULL; local in function:_rtld_relocate_nonplt_objects 121 def = _rtld_find_symdef(symnum, obj, &defobj, 123 if (def == NULL) 137 tmp = (Elf_Addr)(defobj->relocbase + def->st_value + 150 tmp = (Elf_Addr)(defobj->relocbase + def->st_value + 189 *where = (Elf_Addr)(def->st_value + rela->r_addend 201 *where = (Elf_Addr)(def->st_value + rela->r_addend 252 const Elf_Sym *def; local in function:_rtld_relocate_plt_object 258 def = _rtld_find_plt_symdef(ELF_R_SYM(info), obj, &defobj, tp != NULL); 259 if (__predict_false(def == NULL) [all...] |