OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:zp
(Results
1 - 6
of
6
) sorted by relevancy
/src/lib/libc/compat/gen/
compat_timezone.c
119
const struct zone *
zp
;
local in function:_tztab
122
for (
zp
= zonetab;
zp
->offset != -1;++
zp
) /* static tables */
123
if (
zp
->offset == zone) {
124
if (dst &&
zp
->dlzone)
125
return __UNCONST(
zp
->dlzone);
126
if (!dst &&
zp
->stdzone)
127
return __UNCONST(
zp
->stdzone);
/src/usr.sbin/bootp/bootptest/
print-bootp.c
425
u_char *
zp
; /* points one past last non-zero byte */
431
for (
zp
= ep;
zp
> bp;
zp
--) {
432
if (
zp
[-1] != 0)
437
if (
zp
== bp) {
444
if (
zp
+ 2 > ep)
445
zp
= ep; /* print them all normally */
448
while (bp <
zp
) {
453
if (
zp
< ep
424
u_char *
zp
; \/* points one past last non-zero byte *\/
local in function:other_print
[
all
...]
/src/sys/external/bsd/ipf/netinet/
ip_htable.c
1173
iphtable_t *iph,
zp
, *nextiph;
local in function:ipf_htable_iter_next
1199
bzero((char *)&
zp
, sizeof(
zp
));
1200
nextiph = &
zp
;
ip_pool.c
1238
ip_pool_t *ipo,
zp
, *nextipo;
local in function:ipf_pool_iter_next
1264
bzero((char *)&
zp
, sizeof(
zp
));
1265
nextipo = &
zp
;
/src/usr.bin/mail/
format.c
491
const struct obs_zone_tbl_s *
zp
;
local in function:convert_obs_zone
516
for (
zp
= obs_zone_tbl;
zp
->zone;
zp
++) {
517
if (strcmp(obs_zone,
zp
->zone) == 0)
518
return
zp
->gmtoff;
/src/lib/libc/time/
zic.c
206
static void outzone(const struct zone *
zp
, ptrdiff_t ntzones);
1635
register struct zone *
zp
;
local in function:associate
1666
zp
= &zones[i];
1667
zp
->z_rules = NULL;
1668
zp
->z_nrules = 0;
1676
zp
= &zones[i];
1677
if (strcmp(
zp
->z_rule, rp->r_name) != 0)
1679
zp
->z_rules = rp;
1680
zp
->z_nrules = out - base;
1684
zp
= &zones[i]
3041
register const struct zone *
zp
;
local in function:stringzone
3211
struct zone const *
zp
= &
zp
first[i];
local in function:outzone
3269
struct zone const *
zp
= &
zp
first[i];
local in function:outzone
[
all
...]
Completed in 16 milliseconds
Indexes created Tue Sep 30 07:10:03 GMT 2025