| /netbsd/src/common/dist/zlib/ |
| D | crc32.h | 5 local const z_crc_t FAR crc_table[] = { 63 local const z_word_t FAR crc_big_table[] = { 153 local const z_word_t FAR crc_big_table[] = { 213 local const z_crc_t FAR crc_braid_table[][256] = { 631 local const z_word_t FAR crc_braid_big_table[][256] = { 1323 local const z_crc_t FAR crc_braid_table[][256] = { 1533 local const z_word_t FAR crc_braid_big_table[][256] = { 1751 local const z_crc_t FAR crc_braid_table[][256] = { 2169 local const z_word_t FAR crc_braid_big_table[][256] = { 2861 local const z_crc_t FAR crc_braid_table[][256] = { [all …]
|
| /netbsd/src/external/ibm-public/postfix/dist/src/local/ |
| D | local_expand.c | 117 LOCAL_EXP *local = (LOCAL_EXP *) ptr; in local_expand_lookup() local 123 return (local->state->msg_attr.user); in local_expand_lookup() 125 return (local->usr_attr->home); in local_expand_lookup() 127 return (local->usr_attr->shell); in local_expand_lookup() 129 return (local->state->msg_attr.domain); in local_expand_lookup() 131 return (local->state->msg_attr.local); in local_expand_lookup() 133 return (local->state->msg_attr.local); in local_expand_lookup() 135 return (local->state->msg_attr.rcpt.address); in local_expand_lookup() 138 local->status |= LOCAL_EXP_EXTENSION_MATCHED; in local_expand_lookup() 139 return (local->state->msg_attr.extension); in local_expand_lookup() [all …]
|
| /netbsd/src/sys/fs/nfs/nlm/ |
| D | nlm_prot_svc.c | 58 bool_t (*local)(char *, void *, struct svc_req *); in nlm_prog_0() local 70 local = (bool_t (*) (char *, void *, struct svc_req *))nlm_sm_notify_0_svc; in nlm_prog_0() 84 retval = (bool_t) (*local)((char *)&argument, (void *)&result, rqstp); in nlm_prog_0() 126 bool_t (*local)(char *, void *, struct svc_req *); in nlm_prog_1() local 138 local = (bool_t (*) (char *, void *, struct svc_req *))nlm_test_1_svc; in nlm_prog_1() 144 local = (bool_t (*) (char *, void *, struct svc_req *))nlm_lock_1_svc; in nlm_prog_1() 150 local = (bool_t (*) (char *, void *, struct svc_req *))nlm_cancel_1_svc; in nlm_prog_1() 156 local = (bool_t (*) (char *, void *, struct svc_req *))nlm_unlock_1_svc; in nlm_prog_1() 162 local = (bool_t (*) (char *, void *, struct svc_req *))nlm_granted_1_svc; in nlm_prog_1() 168 local = (bool_t (*) (char *, void *, struct svc_req *))nlm_test_msg_1_svc; in nlm_prog_1() [all …]
|
| /netbsd/src/external/bsd/am-utils/dist/amd/ |
| D | nfs_prot_svc.c | 98 nfssvcproc_t local; in nfs_program_2() local 159 local = (nfssvcproc_t) nfsproc_null_2_svc; in nfs_program_2() 165 local = (nfssvcproc_t) nfsproc_getattr_2_svc; in nfs_program_2() 171 local = (nfssvcproc_t) nfsproc_setattr_2_svc; in nfs_program_2() 177 local = (nfssvcproc_t) nfsproc_root_2_svc; in nfs_program_2() 183 local = (nfssvcproc_t) nfsproc_lookup_2_svc; in nfs_program_2() 195 local = (nfssvcproc_t) nfsproc_readlink_2_svc; in nfs_program_2() 201 local = (nfssvcproc_t) nfsproc_read_2_svc; in nfs_program_2() 207 local = (nfssvcproc_t) nfsproc_writecache_2_svc; in nfs_program_2() 213 local = (nfssvcproc_t) nfsproc_write_2_svc; in nfs_program_2() [all …]
|
| D | amq_svc.c | 160 amqsvcproc_t local; in amq_program_1() local 180 local = NULL; in amq_program_1() 189 local = (amqsvcproc_t) amqproc_null_1_svc; in amq_program_1() 195 local = (amqsvcproc_t) amqproc_mnttree_1_svc; in amq_program_1() 201 local = (amqsvcproc_t) amqproc_umnt_1_svc; in amq_program_1() 207 local = (amqsvcproc_t) amqproc_stats_1_svc; in amq_program_1() 213 local = (amqsvcproc_t) amqproc_export_1_svc; in amq_program_1() 219 local = (amqsvcproc_t) amqproc_setopt_1_svc; in amq_program_1() 225 local = (amqsvcproc_t) amqproc_getmntfs_1_svc; in amq_program_1() 231 local = (amqsvcproc_t) amqproc_getvers_1_svc; in amq_program_1() [all …]
|
| /netbsd/src/external/ibm-public/postfix/dist/src/global/ |
| D | rewrite_clnt.in | 1 local ! 2 local a! 3 local !b 4 local a!b 5 local % 6 local a% 7 local %b 8 local a%b 9 local @ 10 local a@ [all …]
|
| D | rewrite_clnt.ref | 1 rule local 5 rule local 9 rule local 13 rule local 17 rule local 21 rule local 25 rule local 29 rule local 33 rule local 37 rule local [all …]
|
| /netbsd/src/tests/lib/libc/gen/ |
| D | t_arc4random.c | 224 struct arc4random_prng *local, *global = &arc4random_global.prng; in ATF_TC_BODY() local 244 local = arc4random_prng(); in ATF_TC_BODY() 245 ATF_CHECK(!iszero(&local->arc4_prng, sizeof(local->arc4_prng))); in ATF_TC_BODY() 246 ATF_CHECK((localepoch = local->arc4_epoch) != 0); in ATF_TC_BODY() 260 ATF_CHECK_EQ_MSG(localepoch, local->arc4_epoch, in ATF_TC_BODY() 261 "local epoch was %u, now %u", localepoch, local->arc4_epoch); in ATF_TC_BODY() 269 ATF_CHECK_MSG(localepoch != local->arc4_epoch, in ATF_TC_BODY() 393 struct arc4random_prng *local, *global = &arc4random_global.prng; in ATF_TC_BODY() local 415 local = arc4random_prng(); in ATF_TC_BODY() 416 ATF_CHECK(!iszero(&local->arc4_prng, sizeof(local->arc4_prng))); in ATF_TC_BODY() [all …]
|
| /netbsd/src/external/bsd/am-utils/dist/hlfsd/ |
| D | nfs_prot_svc.c | 97 nfssvcproc_t local; in nfs_program_2() local 106 local = (nfssvcproc_t) nfsproc_null_2_svc; in nfs_program_2() 112 local = (nfssvcproc_t) nfsproc_getattr_2_svc; in nfs_program_2() 118 local = (nfssvcproc_t) nfsproc_setattr_2_svc; in nfs_program_2() 124 local = (nfssvcproc_t) nfsproc_root_2_svc; in nfs_program_2() 130 local = (nfssvcproc_t) nfsproc_lookup_2_svc; in nfs_program_2() 142 local = (nfssvcproc_t) nfsproc_readlink_2_svc; in nfs_program_2() 148 local = (nfssvcproc_t) nfsproc_read_2_svc; in nfs_program_2() 154 local = (nfssvcproc_t) nfsproc_writecache_2_svc; in nfs_program_2() 160 local = (nfssvcproc_t) nfsproc_write_2_svc; in nfs_program_2() [all …]
|
| /netbsd/src/tests/usr.bin/xlint/lint1/ |
| D | msg_302.c | 18 int local = 3; in return_local() local 20 return &local; in return_local() 26 int local[5], *indirect = local; in return_local_array() local 31 return local; in return_local_array() 34 return &local[3]; in return_local_array() 37 return 5 + local; in return_local_array() 40 return local + 5; in return_local_array() 43 return local - -3; in return_local_array() 49 return (local); in return_local_array()
|
| D | msg_129.c | 50 int local = 3; in legitimate_use_cases() local 65 (void)local; in legitimate_use_cases() 103 int local = arg; in return_statement_expression() 104 local + 4; in return_statement_expression() 110 int local = arg; in return_statement_expression() 113 local; in return_statement_expression() 118 int local = arg; in return_statement_expression() 121 local + 4; in return_statement_expression()
|
| /netbsd/src/external/bsd/libbind/dist/doc/ |
| D | irs.conf.cat5 | 17 If this file does not exist, the irs routines default to using local 42 local Use a local file, usually in /etc 63 quent access methods will be tried in order to cause local users to 64 appear in NIS (or other remote) groups in addition to the local groups. 67 # Get password entries from local file, or failing that, NIS 68 passwd local continue 71 # Build group membership from both local file, and NIS. 72 group local continue,merge 75 # Services comes from just the local file. 76 services local [all …]
|
| /netbsd/src/sys/arch/sandpoint/stand/altboot/ |
| D | stg.c | 126 struct local { struct 135 static void stg_reset(struct local *); argument 136 static int mii_read(struct local *, int, int); 137 static void mii_write(struct local *, int, int, int); 138 static void mii_initphy(struct local *); 139 static void mii_dealan(struct local *, unsigned); 140 static void mii_bitbang_sync(struct local *); 141 static void mii_bitbang_send(struct local *, uint32_t, int); 142 static void mii_bitbang_clk(struct local *, uint8_t); 143 static int eeprom_wait(struct local *); [all …]
|
| D | pcn.c | 118 struct local { struct 126 unsigned pcn_mii_read(struct local *, int, int); argument 127 void pcn_mii_write(struct local *, int, int, int); 128 static unsigned pcn_csr_read(struct local *, int); 129 static void pcn_csr_write(struct local *, int, int); 130 static unsigned pcn_bcr_read(struct local *, int); 131 static void pcn_bcr_write(struct local *, int, int); 132 static void mii_initphy(struct local *l); 147 struct local *l; in pcn_init() 152 l = ALLOC(struct local, 32); /* desc alignment */ in pcn_init() [all …]
|
| D | nvt.c | 141 struct local { struct 150 static void mii_autopoll(struct local *); argument 151 static void mii_stoppoll(struct local *); 152 static int mii_read(struct local *, int, int); 153 static void mii_write(struct local *, int, int, int); 154 static void mii_dealan(struct local *, unsigned); 174 struct local *l; in nvt_init() 178 l = ALLOC(struct local, 32); /* desc alignment */ in nvt_init() 179 memset(l, 0, sizeof(struct local)); in nvt_init() 223 wbinv(l, sizeof(struct local)); in nvt_init() [all …]
|
| D | sip.c | 100 struct local { struct 109 static int read_eeprom(struct local *, int); argument 110 static unsigned mii_read(struct local *, int, int); 111 static void mii_write(struct local *, int, int, int); 112 static void mii_initphy(struct local *); 113 static void mii_dealan(struct local *, unsigned); 136 struct local *l; in sip_init() 145 l = ALLOC(struct local, 32); /* desc alignment */ in sip_init() 146 memset(l, 0, sizeof(struct local)); in sip_init() 203 wbinv(l, sizeof(struct local)); in sip_init() [all …]
|
| /netbsd/src/external/cddl/osnet/dist/uts/common/zmod/ |
| D | trees.c | 61 local const int extra_lbits[LENGTH_CODES] /* extra bits for each length code */ 64 local const int extra_dbits[D_CODES] /* extra bits for each distance code */ 67 local const int extra_blbits[BL_CODES]/* extra bits for each bit length code */ 70 local const uch bl_order[BL_CODES] 90 local ct_data static_ltree[L_CODES+2]; 97 local ct_data static_dtree[D_CODES]; 111 local int base_length[LENGTH_CODES]; 114 local int base_dist[D_CODES]; 129 local static_tree_desc static_l_desc = 132 local static_tree_desc static_d_desc = [all …]
|
| D | crc32.c | 36 #define local static macro 63 local unsigned long crc32_little OF((unsigned long, 65 local unsigned long crc32_big OF((unsigned long, 73 local unsigned long gf2_matrix_times OF((unsigned long *mat, 75 local void gf2_matrix_square OF((unsigned long *square, unsigned long *mat)); 79 local volatile int crc_table_empty = 1; 80 local unsigned long FAR crc_table[TBLS][256]; 81 local void make_crc_table OF((void)); 83 local void write_table OF((FILE *, const unsigned long FAR *)); 111 local void make_crc_table() in make_crc_table() [all …]
|
| /netbsd/src/sys/fs/v7fs/ |
| D | v7fs_io_user.c | 63 } local; variable 85 local.blksz = block_size; in v7fs_io_init() 86 local.fd = mount->device.fd; in v7fs_io_init() 87 local.size = mount->sectors * block_size; in v7fs_io_init() 88 local.addr = mmap(NULL, local.size, PROT_READ | PROT_WRITE | PROT_NONE, in v7fs_io_init() 89 MAP_FILE | MAP_SHARED/*writeback*/, local.fd, 0); in v7fs_io_init() 90 if (local.addr == MAP_FAILED) { in v7fs_io_init() 91 local.addr = 0; in v7fs_io_init() 95 DPRINTF("mmaped addr=%p\n", local.addr); in v7fs_io_init() 100 p->io.cookie = &local; in v7fs_io_init()
|
| /netbsd/src/external/bsd/wpa/dist/src/common/ |
| D | wpa_ctrl.c | 57 struct sockaddr_in6 local; member 60 struct sockaddr_in local; member 69 struct sockaddr_un local; member 117 ctrl->local.sun_family = AF_UNIX; in wpa_ctrl_open2() 121 ret = os_snprintf(ctrl->local.sun_path, in wpa_ctrl_open2() 122 sizeof(ctrl->local.sun_path), in wpa_ctrl_open2() 126 ret = os_snprintf(ctrl->local.sun_path, in wpa_ctrl_open2() 127 sizeof(ctrl->local.sun_path), in wpa_ctrl_open2() 132 if (os_snprintf_error(sizeof(ctrl->local.sun_path), ret)) { in wpa_ctrl_open2() 151 if (bind(ctrl->s, (struct sockaddr *) &ctrl->local, in wpa_ctrl_open2() [all …]
|
| /netbsd/src/sys/arch/evbarm/stand/boot2440/ |
| D | dm9000.c | 114 struct local { struct 120 static struct local dm9000local; argument 127 static unsigned mii_read(struct local *, int, int); 128 static void mii_write(struct local *, int, int, int); 129 static void mii_dealan(struct local *, unsigned int); 134 CSR_READ_1(struct local *l, int reg) in CSR_READ_1() 141 CSR_READ_2(struct local *l, int reg) in CSR_READ_2() 148 CSR_WRITE_1(struct local *l, int reg, int data) in CSR_WRITE_1() 155 CSR_WRITE_2(struct local *l, int reg, int data) in CSR_WRITE_2() 164 struct local *l = &dm9000local; in dm9k_match() [all …]
|
| /netbsd/src/usr.bin/ftp/ |
| D | ftp.c | 695 sendrequest(const char *cmd, const char *local, const char *remote, in sendrequest() argument 719 if (*local != '-') in sendrequest() 720 fprintf(ttyout, "local: %s ", local); in sendrequest() 725 proxtrans(cmd, local, remote); in sendrequest() 742 if (strcmp(local, "-") == 0) { in sendrequest() 745 } else if (*local == '|') { in sendrequest() 747 fin = popen(local + 1, "r"); in sendrequest() 749 warn("Can't execute `%s'", local + 1); in sendrequest() 756 fin = fopen(local, "r"); in sendrequest() 758 warn("Can't open `%s'", local); in sendrequest() [all …]
|
| /netbsd/src/external/gpl2/xcvs/dist/src/ |
| D | edit.c | 62 int local = 0; in watch_onoff() local 71 local = 1; in watch_onoff() 74 local = 0; in watch_onoff() 92 if (local) in watch_onoff() 95 send_files (argc, argv, local, 0, SEND_NO_CONTENTS); in watch_onoff() 104 lock_tree_promotably (argc, argv, local, W_LOCAL, 0); in watch_onoff() 107 NULL, argc, argv, local, W_LOCAL, 0, CVS_LOCK_WRITE, in watch_onoff() 220 send_notifications (int argc, char **argv, int local) in send_notifications() argument 237 argv, local, W_LOCAL, 0, 0, NULL, 0, NULL); in send_notifications() 251 argv, local, W_LOCAL, 0, CVS_LOCK_WRITE, NULL, in send_notifications() [all …]
|
| D | annotate.c | 37 int local, char *mname, char *msg); 58 int local = 0; in annotate() local 73 local = 1; in annotate() 76 local = 0; in annotate() 110 if (local) in annotate() 129 send_files (argc, argv, local, 0, SEND_NO_CONTENTS); in annotate() 145 NULL, 0, local, 0, 0, NULL); in annotate() 152 local, NULL, NULL); in annotate() 161 char *mfile, int shorten, int local, char *mname, char *msg) in rannotate_proc() argument 240 tag_check_valid (tag, argc - 1, argv + 1, local, 0, repository, false); in rannotate_proc() [all …]
|
| /netbsd/src/usr.sbin/ypserv/ypserv/ |
| D | ypserv.c | 132 void *(*local)(void *, struct svc_req *); in ypprog_2() local 160 local = ypproc_null_2_svc; in ypprog_2() 167 local = ypproc_domain_2_svc; in ypprog_2() 174 local = ypproc_domain_nonack_2_svc; in ypprog_2() 181 local = ypproc_match_2_svc; in ypprog_2() 188 local = ypproc_first_2_svc; in ypprog_2() 195 local = ypproc_next_2_svc; in ypprog_2() 202 local = ypproc_xfr_2_svc; in ypprog_2() 209 local = ypproc_clear_2_svc; in ypprog_2() 216 local = ypproc_all_2_svc; in ypprog_2() [all …]
|