Searched refs:pe (Results 26 - 50 of 191) sorted by relevance

12345678

/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dglob.c248 const Char *pe, *pm, *pl; local
257 for (i = 0, pe = ++ptr; *pe; pe++)
258 if (*pe == CHAR_LBRACKET) {
260 for (pm = pe++; *pe != CHAR_RBRACKET && *pe != CHAR_EOS; pe++)
262 if (*pe
[all...]
/freebsd-9.3-release/contrib/opie/
H A Dglob.c454 register char *pe, *pm, *pl; local
460 for (pe = ++p; *pe; pe++)
461 switch (*pe) {
474 for (pe++; *pe && *pe != ']'; pe++)
480 for (pl = pm = p; pm <= pe; p
[all...]
/freebsd-9.3-release/sys/fs/nwfs/
H A Dnwfs_vfsops.c92 char *pc, *pe; local
111 pe = malloc(256 * 4, M_NWFSDATA, M_WAITOK);
112 pc = pe;
120 free(pe, M_NWFSDATA);
160 char *pc,*pe; local
206 pe = pc+sizeof(mp->mnt_stat.f_mntfromname);
209 pc = index(strncpy(pc, conn->li.server, pe-pc-2),0);
210 if (pc < pe-1) {
212 pc=index(strncpy(pc, conn->li.user, pe-pc-2),0);
213 if (pc < pe
[all...]
/freebsd-9.3-release/contrib/llvm/tools/llvm-objdump/
H A DELFDump.cpp28 pe = o->end_program_headers();
29 pi != pe; ++pi) {
/freebsd-9.3-release/sys/geom/
H A Dgeom_bsd_enc.c71 u_char *p, *pe; local
88 pe = ptr + 148 + 16 * d->d_npartitions;
90 for (p = ptr; p < pe; p += 2)
150 u_char *p, *pe; local
191 pe = ptr + 148 + 16 * d->d_npartitions;
193 for (p = ptr; p < pe; p += 2)
/freebsd-9.3-release/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_misc.c1132 ar5212EnableDfs(struct ath_hal *ah, HAL_PHYERR_PARAM *pe) argument
1137 if (pe->pe_firpwr != HAL_PHYERR_PARAM_NOVAL) {
1139 val |= SM(pe->pe_firpwr, AR_PHY_RADAR_0_FIRPWR);
1141 if (pe->pe_rrssi != HAL_PHYERR_PARAM_NOVAL) {
1143 val |= SM(pe->pe_rrssi, AR_PHY_RADAR_0_RRSSI);
1145 if (pe->pe_height != HAL_PHYERR_PARAM_NOVAL) {
1147 val |= SM(pe->pe_height, AR_PHY_RADAR_0_HEIGHT);
1149 if (pe->pe_prssi != HAL_PHYERR_PARAM_NOVAL) {
1151 val |= SM(pe->pe_prssi, AR_PHY_RADAR_0_PRSSI);
1153 if (pe
1161 ar5212GetDfsThresh(struct ath_hal *ah, HAL_PHYERR_PARAM *pe) argument
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_import.c213 pool_entry_t *pe; local
264 for (pe = pl->pools; pe != NULL; pe = pe->pe_next) {
265 if (pe->pe_guid == pool_guid)
269 if (pe == NULL) {
270 if ((pe = zfs_alloc(hdl, sizeof (pool_entry_t))) == NULL) {
274 pe->pe_guid = pool_guid;
275 pe
432 pool_entry_t *pe; local
1144 pool_entry_t *pe, *penext; local
[all...]
/freebsd-9.3-release/usr.bin/getent/
H A Dgetent.c418 struct protoent *pe; local
425 #define PROTOCOLSPRINT printfmtstrings(pe->p_aliases, " ", " ", \
426 "%-16s %5d", pe->p_name, pe->p_proto)
431 while ((pe = getprotoent()) != NULL)
436 pe = getprotobynumber((int)id);
438 pe = getprotobyname(argv[i]);
439 if (pe != NULL)
/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dglob.c262 const Char *pe, *pm, *pl; local
272 for (i = 0, pe = ++ptr; *pe; pe++)
273 if (*pe == LBRACKET) {
275 for (pm = pe++; *pe != RBRACKET && *pe != EOS; pe++)
277 if (*pe
[all...]
/freebsd-9.3-release/crypto/openssl/tools/
H A DMakefile50 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
/freebsd-9.3-release/lib/libc/gen/
H A Dglob.c301 const Char *pe, *pm, *pm1, *pl; local
311 for (i = 0, pe = ++ptr; *pe; pe++)
312 if (*pe == LBRACKET) {
314 for (pm = pe++; *pe != RBRACKET && *pe != EOS; pe++)
316 if (*pe
[all...]
/freebsd-9.3-release/sys/fs/smbfs/
H A Dsmbfs_vfsops.c149 char *pc, *pe; local
233 pe = pc + sizeof(mp->mnt_stat.f_mntfromname);
237 pc=index(strncpy(pc, vcp->vc_username, pe - pc - 2), 0);
238 if (pc < pe-1) {
240 pc = index(strncpy(pc, vcp->vc_srvname, pe - pc - 2), 0);
241 if (pc < pe - 1) {
243 strncpy(pc, ssp->ss_name, pe - pc - 2);
/freebsd-9.3-release/contrib/bind9/lib/dns/rdata/in_1/
H A Dwks_11.c42 struct protoent *pe; local
45 pe = getprotobyname(name);
46 if (pe != NULL)
47 *proto = pe->p_proto;
49 return (ISC_TF(pe != NULL));
/freebsd-9.3-release/contrib/tcsh/
H A Dsh.glob.c154 const Char *p, *pm, *pe, *pl; local
163 for (i = 0, pe = ++p; *pe; pe++)
164 if (*pe == LBRK) {
166 for (++pe; *pe != RBRK && *pe != EOS; pe++)
168 if (*pe
[all...]
/freebsd-9.3-release/sys/powerpc/booke/
H A Dtrap.c128 struct powerpc_exception *pe; local
130 for (pe = powerpc_exceptions; pe->vector != EXC_LAST; pe++) {
131 if (pe->vector == vector)
132 return (pe->name);
/freebsd-9.3-release/usr.bin/m4/
H A Dgnum4.c130 struct path_entry *pe; local
133 for (pe = first; pe; pe = pe->next) {
134 snprintf(path, sizeof(path), "%s/%s", pe->name, filename);
/freebsd-9.3-release/contrib/gcclibs/libcpp/
H A Ddirectives.c1210 count_registered_pragmas (struct pragma_entry *pe) argument
1213 for (; pe != NULL; pe = pe->next)
1215 if (pe->is_nspace)
1216 ct += count_registered_pragmas (pe->u.space);
1226 save_registered_pragmas (struct pragma_entry *pe, char **sd) argument
1228 for (; pe != NULL; pe = pe
1255 restore_registered_pragmas(cpp_reader *pfile, struct pragma_entry *pe, char **sd) argument
[all...]
/freebsd-9.3-release/contrib/ntp/include/
H A Dlibssl_compat.h48 const BIGNUM **pe, const BIGNUM **pd);
/freebsd-9.3-release/contrib/ntp/libntp/
H A Dlibssl_compat.c127 const BIGNUM ** pe,
135 if (pe)
136 *pe = prsa->e;
124 sslshim_RSA_get0_key( const RSA * prsa, const BIGNUM ** pn, const BIGNUM ** pe, const BIGNUM ** pd ) argument
/freebsd-9.3-release/contrib/gcc/
H A Dggc-page.c1340 page_entry *pe = lookup_page_table_entry (p);
1341 return OBJECT_SIZE (pe->order);
1349 page_entry *pe = lookup_page_table_entry (p);
1350 size_t order = pe->order;
1360 (unsigned long) size, p, (void *) pe);
1387 bit_offset = OFFSET_TO_BIT (((const char *) p) - pe->page, order);
1390 pe->in_use_p[word] &= ~(1UL << bit);
1392 if (pe->num_free_objects++ == 0)
1403 q = pe->prev;
1406 p = pe
1337 page_entry *pe = lookup_page_table_entry (p); local
1346 page_entry *pe = lookup_page_table_entry (p); local
1842 page_entry *pe = lookup_page_table_entry (f->object); local
[all...]
/freebsd-9.3-release/contrib/ntp/sntp/libopts/
H A Dparse-duration.c402 char * pe = pz + strlen (pz); local
403 while ((pe > pz) && isspace ((unsigned char)pe[-1]))
404 pe--;
405 *pe = NUL;
/freebsd-9.3-release/sys/dev/qlxgbe/
H A Dql_misc.c933 q8_poll_e_t *pe; local
937 pe = (q8_poll_e_t *)((uint8_t *)phdr + sizeof(q8_poll_hdr_t));
939 for (i = 0; i < ce_hdr->opcount; i++, pe++) {
940 if (ql_rdwr_indreg32(ha, pe->addr, &data, 1)) {
942 __func__, pe->addr);
949 if (qla_poll_reg(ha, pe->addr, ce_hdr->delay_to,
952 if (ql_rdwr_indreg32(ha, pe->to_addr, &data,
956 __func__, pe->to_addr);
960 if (ql_rdwr_indreg32(ha, pe->addr, &data, 1)) {
963 __func__, pe
[all...]
/freebsd-9.3-release/sys/powerpc/aim/
H A Dtrap.c138 struct powerpc_exception *pe; local
140 for (pe = powerpc_exceptions; pe->vector != 0x3000; pe++) {
141 if (pe->vector == vector)
142 return (pe->name);
/freebsd-9.3-release/crypto/openssl/crypto/krb5/
H A DMakefile70 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
/freebsd-9.3-release/crypto/openssl/crypto/txt_db/
H A DMakefile69 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new

Completed in 157 milliseconds

12345678