| /src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| rd_rep.c | 42 krb5_ap_rep_enc_part **repl) 50 *repl = NULL; 79 *repl = malloc(sizeof(**repl)); 80 if (*repl == NULL) { 84 ret = decode_EncAPRepPart(data.data, data.length, *repl, &len); 91 if ((*repl)->ctime != auth_context->authenticator->ctime || 92 (*repl)->cusec != auth_context->authenticator->cusec) 99 if ((*repl)->seq_number) 101 *((*repl)->seq_number)) [all...] |
| rd_rep.c | 42 krb5_ap_rep_enc_part **repl) 50 *repl = NULL; 79 *repl = malloc(sizeof(**repl)); 80 if (*repl == NULL) { 84 ret = decode_EncAPRepPart(data.data, data.length, *repl, &len); 91 if ((*repl)->ctime != auth_context->authenticator->ctime || 92 (*repl)->cusec != auth_context->authenticator->cusec) 99 if ((*repl)->seq_number) 101 *((*repl)->seq_number)) [all...] |
| rd_rep.c | 42 krb5_ap_rep_enc_part **repl) 50 *repl = NULL; 79 *repl = malloc(sizeof(**repl)); 80 if (*repl == NULL) { 84 ret = decode_EncAPRepPart(data.data, data.length, *repl, &len); 91 if ((*repl)->ctime != auth_context->authenticator->ctime || 92 (*repl)->cusec != auth_context->authenticator->cusec) 99 if ((*repl)->seq_number) 101 *((*repl)->seq_number)) [all...] |
| recvauth.c | 104 u_char repl; local 144 repl = 1; 145 krb5_net_write (context, p_fd, &repl, 1); 167 repl = 2; 168 krb5_net_write (context, p_fd, &repl, 1); 173 repl = 2; 174 krb5_net_write (context, p_fd, &repl, 1); 186 repl = 0; 187 if (krb5_net_write (context, p_fd, &repl, 1) != 1) {
|
| recvauth.c | 104 u_char repl; local 144 repl = 1; 145 krb5_net_write (context, p_fd, &repl, 1); 167 repl = 2; 168 krb5_net_write (context, p_fd, &repl, 1); 173 repl = 2; 174 krb5_net_write (context, p_fd, &repl, 1); 186 repl = 0; 187 if (krb5_net_write (context, p_fd, &repl, 1) != 1) {
|
| recvauth.c | 104 u_char repl; local 144 repl = 1; 145 krb5_net_write (context, p_fd, &repl, 1); 167 repl = 2; 168 krb5_net_write (context, p_fd, &repl, 1); 173 repl = 2; 174 krb5_net_write (context, p_fd, &repl, 1); 186 repl = 0; 187 if (krb5_net_write (context, p_fd, &repl, 1) != 1) {
|
| /src/external/gpl2/gettext/dist/gettext-tools/src/ |
| filter-sr-latin.c | 186 const char *repl = table[uc - 0x0400]; local 188 if (repl[0] != '\0') 209 repl = "LJ"; break; 211 repl = "NJ"; break; 213 repl = "D\xC5\xBD"/* "DŽ" */; break; 220 *op++ = *repl++; 221 if (*repl != '\0') 223 *op++ = *repl++; 224 if (*repl != '\0') 226 *op++ = *repl++ [all...] |
| filter-sr-latin.c | 186 const char *repl = table[uc - 0x0400]; local 188 if (repl[0] != '\0') 209 repl = "LJ"; break; 211 repl = "NJ"; break; 213 repl = "D\xC5\xBD"/* "DŽ" */; break; 220 *op++ = *repl++; 221 if (*repl != '\0') 223 *op++ = *repl++; 224 if (*repl != '\0') 226 *op++ = *repl++ [all...] |
| filter-sr-latin.c | 186 const char *repl = table[uc - 0x0400]; local 188 if (repl[0] != '\0') 209 repl = "LJ"; break; 211 repl = "NJ"; break; 213 repl = "D\xC5\xBD"/* "DŽ" */; break; 220 *op++ = *repl++; 221 if (*repl != '\0') 223 *op++ = *repl++; 224 if (*repl != '\0') 226 *op++ = *repl++ [all...] |
| /src/sbin/mount_nfs/ |
| getnfsargs_small.c | 149 struct repl { struct 152 } *repl; local 159 struct repl d; 164 repl = &rdata.d; 175 args, len, repl, sizeof(*repl)); 182 if (repl->errval) 183 return ntohl(repl->errval); 185 memcpy(nfhret->nfh, repl->fh, sizeof(repl->fh)) [all...] |
| getnfsargs_small.c | 149 struct repl { struct 152 } *repl; local 159 struct repl d; 164 repl = &rdata.d; 175 args, len, repl, sizeof(*repl)); 182 if (repl->errval) 183 return ntohl(repl->errval); 185 memcpy(nfhret->nfh, repl->fh, sizeof(repl->fh)) [all...] |
| getnfsargs_small.c | 149 struct repl { struct 152 } *repl; local 159 struct repl d; 164 repl = &rdata.d; 175 args, len, repl, sizeof(*repl)); 182 if (repl->errval) 183 return ntohl(repl->errval); 185 memcpy(nfhret->nfh, repl->fh, sizeof(repl->fh)) [all...] |
| /src/sys/lib/libsa/ |
| bootparam.c | 116 struct repl { struct 122 } *repl; local 129 struct repl d; 143 repl = &rdata.d; 168 repl, sizeof(*repl)); 175 rpc_fromaddr(repl, &bp_server_addr, &bp_server_port); 182 bp_server_port = repl->port; 196 x = ntohl((uint32_t)repl->encap_len); 201 recv_head = (char *)repl->capsule [all...] |
| bootparam.c | 116 struct repl { struct 122 } *repl; local 129 struct repl d; 143 repl = &rdata.d; 168 repl, sizeof(*repl)); 175 rpc_fromaddr(repl, &bp_server_addr, &bp_server_port); 182 bp_server_port = repl->port; 196 x = ntohl((uint32_t)repl->encap_len); 201 recv_head = (char *)repl->capsule [all...] |
| bootparam.c | 116 struct repl { struct 122 } *repl; local 129 struct repl d; 143 repl = &rdata.d; 168 repl, sizeof(*repl)); 175 rpc_fromaddr(repl, &bp_server_addr, &bp_server_port); 182 bp_server_port = repl->port; 196 x = ntohl((uint32_t)repl->encap_len); 201 recv_head = (char *)repl->capsule [all...] |
| /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-kde/admin/ |
| config.pl | 65 my $repl = $2; 66 $repl =~ s/\\(.)/$1/g; 67 push @comp_subs, make_closure($srch, $repl); 87 my $repl = $2; 89 $repl =~ s/\\(.)/$1/g; 90 push @comp_subs, $repl;
|
| config.pl | 65 my $repl = $2; 66 $repl =~ s/\\(.)/$1/g; 67 push @comp_subs, make_closure($srch, $repl); 87 my $repl = $2; 89 $repl =~ s/\\(.)/$1/g; 90 push @comp_subs, $repl;
|
| config.pl | 65 my $repl = $2; 66 $repl =~ s/\\(.)/$1/g; 67 push @comp_subs, make_closure($srch, $repl); 87 my $repl = $2; 89 $repl =~ s/\\(.)/$1/g; 90 push @comp_subs, $repl;
|
| /src/external/bsd/unbound/dist/testdata/redis_reconnect_interval.tdir/ |
| redis.conf | 230 repl-diskless-sync yes 242 repl-diskless-sync-delay 5 248 #repl-diskless-sync-max-replicas 0 280 repl-diskless-load disabled 286 # repl-ping-replica-period 10 295 # specified for repl-ping-replica-period otherwise a timeout will be detected 299 # repl-timeout 60 314 repl-disable-tcp-nodelay no
|
| redis.conf | 230 repl-diskless-sync yes 242 repl-diskless-sync-delay 5 248 #repl-diskless-sync-max-replicas 0 280 repl-diskless-load disabled 286 # repl-ping-replica-period 10 295 # specified for repl-ping-replica-period otherwise a timeout will be detected 299 # repl-timeout 60 314 repl-disable-tcp-nodelay no
|
| redis.conf | 230 repl-diskless-sync yes 242 repl-diskless-sync-delay 5 248 #repl-diskless-sync-max-replicas 0 280 repl-diskless-load disabled 286 # repl-ping-replica-period 10 295 # specified for repl-ping-replica-period otherwise a timeout will be detected 299 # repl-timeout 60 314 repl-disable-tcp-nodelay no
|
| /src/external/bsd/unbound/dist/testdata/redis_replica.tdir/ |
| redis.conf | 230 repl-diskless-sync yes 242 repl-diskless-sync-delay 5 248 #repl-diskless-sync-max-replicas 0 280 repl-diskless-load disabled 286 # repl-ping-replica-period 10 295 # specified for repl-ping-replica-period otherwise a timeout will be detected 299 # repl-timeout 60 314 repl-disable-tcp-nodelay no
|
| redis.conf | 230 repl-diskless-sync yes 242 repl-diskless-sync-delay 5 248 #repl-diskless-sync-max-replicas 0 280 repl-diskless-load disabled 286 # repl-ping-replica-period 10 295 # specified for repl-ping-replica-period otherwise a timeout will be detected 299 # repl-timeout 60 314 repl-disable-tcp-nodelay no
|
| /src/external/lgpl3/gmp/dist/printf/ |
| Makefile.am | 41 repl-vsnprintf.c
|
| Makefile.am | 41 repl-vsnprintf.c
|