Searched refs:prl (Results 1 - 15 of 15) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.bin/time/
H A Dtime.c60 static void prl(long, const char *);
158 prl(ru.ru_maxrss, "maximum resident set size");
159 prl(SCALE(ru.ru_ixrss), "average shared memory size");
160 prl(SCALE(ru.ru_idrss), "average unshared data size");
161 prl(SCALE(ru.ru_isrss), "average unshared stack size");
162 prl(ru.ru_minflt, "page reclaims");
163 prl(ru.ru_majflt, "page faults");
164 prl(ru.ru_nswap, "swaps");
165 prl(ru.ru_inblock, "block input operations");
166 prl(r
187 prl(long val, const char *expn) function
[all...]
/netbsd-6-1-5-RELEASE/games/hack/
H A Dhack.pri.c175 prl(prevx, prevy); /* in case there was a monster */
207 prl(xx, yy);
374 prl(u.ux, u.uy);
390 prl(int x, int y) function
535 prl(x - (2 * u.dx), y);
536 prl(x - u.dx, y);
537 prl(x, y);
538 prl(x, y - u.dy);
539 prl(x, y - (2 * u.dy));
541 prl(
[all...]
H A Dhack.search.c135 levl[x][y].seen = 0; /* force prl */
136 prl(x, y);
142 levl[x][y].seen = 0; /* force prl */
143 prl(x, y);
H A Dhack.c258 prl(rx, ry);
364 prl(u.ux - 1, u.uy);
365 prl(u.ux + 1, u.uy);
367 prl(u.ux, u.uy - 1);
368 prl(u.ux, u.uy + 1);
779 prl(x, y);
807 prl(x, y);
814 prl(x, seely - 1);
817 prl(x, seehy + 1);
820 prl(seel
[all...]
H A Dextern.h327 void prl(int, int);
H A Dhack.vault.c353 prl(nx, ny);
H A Dhack.apply.c385 prl(dpx, dpy);
386 pline("%s", digtxt); /* after mnewsym & prl */
H A Dhack.do.c523 prl(bhitpos.x, bhitpos.y);
H A Dhack.read.c619 prl(zx, zy);
H A Dhack.zap.c734 prl(obj->ox, obj->oy);
/netbsd-6-1-5-RELEASE/lib/libc/locale/
H A Drune.c134 _RuneLocale ** __restrict prl)
273 *prl = rl;
283 _RuneLocale ** __restrict prl)
288 _DIAGASSERT(prl != NULL);
294 ret = _rune_read_file(var, lenvar, prl);
133 _rune_read_file(const char * __restrict var, size_t lenvar, _RuneLocale ** __restrict prl) argument
282 _rune_load(const char * __restrict var, size_t lenvar, _RuneLocale ** __restrict prl) argument
/netbsd-6-1-5-RELEASE/dist/dhcp/common/
H A Doptions.c441 scope, overload, terminate, bootpp, prl, vuname)
453 struct data_string *prl;
538 if (prl && prl -> len > 0) {
546 data_string_truncate (prl, (PRIORITY_COUNT - priority_len));
548 for (i = 0; i < prl -> len; i++) {
551 if (prl -> data [i] != DHO_DHCP_AGENT_OPTIONS)
553 prl -> data [i];
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/src/
H A Dlog.c228 struct option_revlist **prl; local
236 prl = &log_data.revlist;
265 *prl = log_parse_revlist (optarg);
266 prl = &(*prl)->next;
/netbsd-6-1-5-RELEASE/dist/dhcp/client/
H A Ddhclient.c1829 void make_client_options (client, lease, type, sid, rip, prl, op)
1835 u_int32_t *prl;
1879 if (prl) {
1881 for (i = 0; prl [i]; i++)
1886 for (i = 0; prl [i]; i++)
1887 bp -> data [i] = prl [i];
/netbsd-6-1-5-RELEASE/dist/dhcp/server/
H A Ddhcp.c953 struct data_string d1, prl; local
1188 memset (&prl, 0, sizeof prl);
1203 evaluate_option_cache (&prl, packet, (struct lease *)0,
1236 prl.len ? &prl : (struct data_string *)0,
1239 data_string_forget (&prl, MDL);

Completed in 200 milliseconds