/ast/src/lib/libast/tm/ |
H A D | tmtype.c | 45 register Tm_zone_t* zp; local 49 zp = tm_info.local; 52 if ((t = zp->type) && tmword(s, e, t, NiL, 0)) return(zp); 53 if (zp == tm_info.local) zp = tm_data.zone; 54 else zp++; 55 } while (zp->standard);
|
H A D | tmzone.c | 51 register Tm_zone_t* zp; local 68 zp = tm_info.local; 72 if (zp->type) 73 prev = zp->type; 76 if (tmword(name, end, zp->standard, NiL, 0)) 80 return zp; 82 if (zp->dst && zp->daylight && tmword(name, end, zp->daylight, NiL, 0)) 85 *dst = zp [all...] |
H A D | tminit.c | 179 Tm_zone_t* zp; local 189 tm_info.local->type = (n && *v) ? ((zp = tmtype(v, NiL)) ? zp->type : strdup(v)) : 0; 208 register Tm_zone_t* zp; local 344 for (zp = tm_data.zone; zp->standard; zp++) 346 if (zp->type) 347 t = zp->type; 348 if (zp 442 tminit(register Tm_zone_t* zp) argument [all...] |
H A D | tmxfmt.c | 117 Tm_zone_t* zp; local 474 if ((zp = tm->tm_zone) != tm_info.local) 475 for (; zp >= tm_data.zone; zp--) 476 if (p = zp->type) 478 else if (p = zp->type) 587 if ((zp = tmzone(arg, &f, 0, 0)) && !*f && tm->tm_zone != zp) 588 tm = tmxtm(tm, tmxtime(tm, tm->tm_zone->west + (tm->tm_isdst ? tm->tm_zone->dst : 0)), zp); 597 if ((zp [all...] |
H A D | tmxscan.c | 184 Tm_zone_t* zp; local 374 if (zp = tmtype(s, &u)) 377 u = zp->type; 384 if ((zp = tmzone(s, &u, u, &m))) 387 set.zone = zp->west + m; 388 tm_info.date = zp;
|
H A D | tmxdate.c | 185 Tm_zone_t* zp; local 1546 if (!(state & ZONE) && (zp = tmzone(s, &t, type, &dst))) 1549 zone = zp->west + dst; 1550 tm_info.date = zp; 1555 else if (!type && (zp = tmtype(s, &t))) 1558 type = zp->type;
|
/ast/src/lib/libast/comp/ |
H A D | waitpid.c | 99 register struct zombie* zp; 114 zp = zombies; 115 while (zp) 117 if (zp->pid >= 0 && (zp->pid == pid || pid <= 0)) 119 if (pp) pp->next = zp->next; 120 else zombies = zp->next; 121 if (status) *status = zp->status; 122 pid = zp->pid; 123 free(zp); [all...] |
/ast/src/cmd/builtin/ |
H A D | od.c | 745 register const Size_t* zp; local 768 if (!(zp = tp->size) && !tp->fun) 792 if (!zp->name) 799 if (!(zp = xp) || zp->exponent) 808 if (n == zp->size) 810 zp++; 811 if (n > (zp-1)->size && n < zp->size) 812 xp = zp; 1258 optsize(Sfio_t* sp, const Size_t* zp) argument [all...] |
/ast/src/lib/libast/regex/ |
H A D | regclass.c | 193 Ctype_t* zp; local 203 xp = zp = 0; 208 if (!zp) 211 zp = cp; 220 if (!(cp = zp))
|
/ast/src/lib/librecsort/ |
H A D | rskey.c | 90 key_n_code(Rskey_t* kp, Rskeyfield_t* f, unsigned char* dp, size_t len, unsigned char* cp, unsigned char* zp) argument 92 key_n_code(kp, f, dp, len, cp, zp) 98 unsigned char* zp; 268 key_p_code(Rskey_t* kp, Rskeyfield_t* f, unsigned char* dp, size_t len, unsigned char* cp, unsigned char* zp) argument 270 key_p_code(kp, f, dp, len, cp, zp) 276 unsigned char* zp; 334 key_z_code(Rskey_t* kp, Rskeyfield_t* f, unsigned char* dp, size_t len, unsigned char* cp, unsigned char* zp) argument 336 key_z_code(kp, f, dp, len, cp, zp) 342 unsigned char* zp; 401 key_j_code(Rskey_t* kp, Rskeyfield_t* f, unsigned char* dp, size_t len, unsigned char* cp, unsigned char* zp) argument 434 key_t_code(Rskey_t* kp, Rskeyfield_t* f, unsigned char* dp, size_t len, unsigned char* cp, unsigned char* zp) argument 554 key_m_code(Rskey_t* kp, Rskeyfield_t* f, unsigned char* dp, size_t len, unsigned char* cp, unsigned char* zp) argument 624 unsigned char* zp = key + keylen; local [all...] |
/ast/src/cmd/nmake/ |
H A D | convert.c | 78 const Edit_map_t* zp; local 516 zp = 0; 537 if (!zp || zp->options && !mp->options) 538 zp = mp; 634 if (!zp) zp = mp; 667 if (zp) 669 xp = strcopy(xp, zp->name);
|
/ast/src/lib/libpz/ |
H A D | pzconvert.c | 352 Pzconvert_t* zp; local 549 for (xp = state->conversions, rp = 0, zp = 0;; xp++) 554 if (xp = zp) 579 if (!zp && n == xp->from->row) 580 zp = xp;
|
/ast/src/lib/libcs/ |
H A D | msguser.c | 55 int* zp; local 262 n = (zp = va_arg(ap, int*)) ? *zp : 0;
|
/ast/src/cmd/std/ |
H A D | ps.c | 1041 register Ps_t* zp; local 1080 rp = zp = 0; 1092 else if (zp) 1093 zp = zp->root = pp; 1095 rp = zp = pp;
|
/ast/src/cmd/INIT/ |
H A D | mamake.c | 647 View_t* zp; local 670 zp = 0; 719 state.view = zp = vp; 721 zp = zp->next = vp;
|
/ast/src/cmd/pax/ |
H A D | format.c | 539 getkeysize(Archive_t* ap, File_t* f, int index, off_t* zp) argument 550 *zp = strtoll(op->temp.string, NiL, 10); 555 *zp = strtoll(op->perm.string, NiL, 10);
|
/ast/src/cmd/sortlib/sync/ |
H A D | ss.c | 538 * zp!=0 is set to the total size 542 fields(Ss_t* ss, int tuple, int flags, size_t* zp) argument 756 if (zp) 757 *zp = z; 769 options(Ss_t* ss, int flags, Ssfile_t* fp, Ssfield_t** dp, int tuple, size_t* zp) argument 811 if (dp && !(*dp = fields(ss, tuple, flags, zp)) && ss->copy == n)
|
/ast/src/cmd/3d/ |
H A D | init.c | 1648 char* zp; local 1653 if (!(zp = strchr(++mp, ':'))) zp = mp + strlen(mp); 1654 mapset(&state.vpath, cp, mp - cp - 1, mp, zp - mp); 1656 } while (*(mp = zp));
|