| /src/sys/arch/alpha/stand/common/ |
| boot.c | 82 char *name, **namep; local 136 for (namep = kernelnames, win = 0; *namep != NULL && !win; 137 namep++) { 138 name = *namep;
|
| /src/sys/arch/evbmips/stand/sbmips/common/ |
| boot.c | 80 char *name, **namep; local 131 for (namep = kernelnames, win = 0; *namep != NULL && !win; 132 namep++) 133 win = loadfile(name = *namep, marks, LOAD_KERNEL) == 0;
|
| /src/sys/arch/mipsco/stand/common/ |
| boot.c | 106 char *name, **namep, *dev, *kernel; local 149 for (namep = kernelnames, win = 0; *namep != NULL && !win; 150 namep++) { 151 kernel = *namep;
|
| /src/sys/arch/pmax/stand/common/ |
| boot.c | 113 char *name, **namep, *dev, *kernel; local 149 for (namep = kernelnames, win = 0; *namep != NULL && !win; 150 namep++) { 151 kernel = *namep;
|
| /src/sys/arch/sbmips/stand/common/ |
| boot.c | 80 char *name, **namep; local 131 for (namep = kernelnames, win = 0; *namep != NULL && !win; 132 namep++) 133 win = loadfile(name = *namep, marks, LOAD_KERNEL) == 0;
|
| /src/external/gpl2/grep/dist/lib/ |
| savedir.c | 111 char *namep; local 128 namep = name_space; 137 off_t size_needed = (namep - name_space) + NAMLEN (dp) + 2; 163 namep += new_name_space - name_space; 166 namep = stpcpy (namep, dp->d_name) + 1; 169 *namep = '\0';
|
| /src/external/ibm-public/postfix/dist/src/postconf/ |
| postconf_main.c | 192 char **namep; local 213 for (namep = names; *namep; namep++) { 214 if ((node = PCF_PARAM_TABLE_FIND(pcf_param_table, *namep)) == 0) { 215 msg_warn("%s: unknown parameter", *namep); 217 pcf_print_parameter(fp, mode, *namep, node);
|
| /src/sys/arch/mmeye/stand/boot/ |
| boot.c | 187 char **namep, *dev, *kernel, *bi_addr; local 224 for (namep = kernelnames, win = 0; (*namep != NULL) && !win; namep++) { 225 kernel = *namep;
|
| /src/sys/compat/netbsd32/ |
| netbsd32_sysctl.c | 205 int name[CTL_MAXNAME], error, nerror, *namep; local 211 namep = SCARG_P32(uap, name); 233 error = copyin(namep, &name[0], SCARG(uap, namelen) * sizeof(int));
|
| /src/sys/arch/emips/stand/common/ |
| boot.c | 82 char *name, **namep, *dev, *kernel; local 133 for (namep = kernelnames, win = 0; *namep != NULL && !win; 134 namep++) { 135 kernel = *namep;
|
| /src/usr.bin/last/ |
| want.c | 78 char namebuf[sizeof(bp->ut_name) + 1], *namep; local 173 crmsg = strncmp(namep, "shutdown", 178 namesz, namesz, namep, 195 namesz, namesz, namep, 217 if (namep[0] && want(bp, YES)) { 220 namesz, namesz, namep,
|
| /src/libexec/rexecd/ |
| rexecd.c | 160 char *namep; local 246 namep = crypt(pass, pwd->pw_passwd); 247 if (strcmp(namep, pwd->pw_passwd) != 0) {
|
| /src/sys/arch/cobalt/stand/boot/ |
| boot.c | 410 char **namep, *dev, *kernel, *bi_addr; local 452 for (namep = kernelnames, win = 0; (*namep != NULL) && !win; namep++) { 453 kernel = *namep;
|
| /src/sys/external/bsd/libfdt/dist/ |
| fdt_rw.c | 224 char *namep; local 230 namep = (char *)(uintptr_t)fdt_get_name(fdt, nodeoffset, &oldlen); 231 if (!namep) 236 err = fdt_splice_struct_(fdt, namep, FDT_TAGALIGN(oldlen+1), 241 memcpy(namep, name, newlen+1);
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| p_test.c | 129 const char *namep = *(void **)counter_request[1].data; local 132 versionp, namep);
|
| /src/crypto/external/bsd/openssl/dist/test/ |
| p_test.c | 129 const char *namep = *(void **)counter_request[1].data; local 132 versionp, namep);
|
| /src/external/bsd/wpa/dist/src/common/ |
| wpa_ctrl.c | 273 char *namep; local 284 namep = pathname + dirnamelen; 287 if (os_strlcpy(namep, result->d_name, maxcopy) < maxcopy)
|
| /src/external/gpl3/gcc/dist/gcc/ |
| gimple-expr.cc | 966 tree *namep = cfun->gimple_df->decls_to_pointers->get (x); local 967 if (namep) 968 mark_addressable_1 (*namep);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gimple-expr.cc | 930 tree *namep = cfun->gimple_df->decls_to_pointers->get (x); local 931 if (namep) 932 mark_addressable_1 (*namep);
|
| /src/external/mpl/bind/dist/lib/dns/ |
| gssapictx.c | 101 const dns_name_t *namep; local 106 namep = name; 112 namep = &tname; 116 namep, DNS_NAME_OMITFINALDOT | DNS_NAME_PRINCIPAL, buffer);
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| gssapictx.c | 104 const dns_name_t *namep; local 109 namep = name; 115 namep = &tname; 118 result = dns_name_toprincipal(namep, buffer);
|
| /src/external/bsd/dhcpcd/dist/src/ |
| privsep.c | 842 uint8_t *datap, *namep, *controlp; local 846 namep = UNCONST(data); 847 controlp = namep + psm->ps_namelen + cmsg_padlen; 855 msg->msg_name = namep;
|
| /src/external/mpl/bind/dist/bin/named/ |
| config.c | 549 dns_name_t **namep) { 550 REQUIRE(namep != NULL && *namep == NULL); 558 *namep = NULL; 562 *namep = isc_mem_get(mctx, sizeof(**namep)); 563 dns_name_init(*namep, NULL); 572 isc_mem_put(mctx, *namep, sizeof(**namep)); 573 *namep = NULL 576 dns_name_dup(dns_fixedname_name(&fname), mctx, *namep); local [all...] |
| /src/external/bsd/pcc/dist/pcc/cc/cpp/ |
| cpp.h | 129 const usch *namep; member in struct:symtab 174 struct symtab *lookup(const usch *namep, int enterf);
|
| /src/sys/kern/ |
| kern_ktrace.c | 994 int *namep; local 1003 if (ktealloc(&kte, (void *)&namep, l, KTR_MIB, size)) 1006 (void)memcpy(namep, name, namelen * sizeof(*name));
|