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

/netbsd-current/usr.bin/time/
H A Dtime.c60 static void prl(long, const char *);
171 prl(ru.ru_maxrss, "maximum resident set size");
172 prl(SCALE(ru.ru_ixrss), "average shared memory size");
173 prl(SCALE(ru.ru_idrss), "average unshared data size");
174 prl(SCALE(ru.ru_isrss), "average unshared stack size");
175 prl(ru.ru_minflt, "page reclaims");
176 prl(ru.ru_majflt, "page faults");
177 prl(ru.ru_nswap, "swaps");
178 prl(ru.ru_inblock, "block input operations");
179 prl(r
201 prl(long val, const char *expn) function
[all...]
/netbsd-current/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 Dhack.vault.c353 prl(nx, ny);
H A Dextern.h327 void prl(int, int);
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-current/sys/miscfs/procfs/
H A Dprocfs_limit.c76 prl(char *buf, size_t len, intmax_t lim, char sep) function
111 pos += prl(buffer + pos, bufsize - pos, rl[i].rlim_cur, ' ');
112 pos += prl(buffer + pos, bufsize - pos, rl[i].rlim_max, '\n');
/netbsd-current/lib/libc/locale/
H A Drune.c177 _RuneLocale ** __restrict prl)
323 *prl = rl;
333 _RuneLocale ** __restrict prl)
338 _DIAGASSERT(prl != NULL);
344 ret = _rune_read_file(var, lenvar, prl);
176 _rune_read_file(const char * __restrict var, size_t lenvar, _RuneLocale ** __restrict prl) argument
332 _rune_load(const char * __restrict var, size_t lenvar, _RuneLocale ** __restrict prl) argument
/netbsd-current/external/mpl/dhcp/dist/server/
H A Ddhcpleasequery.c166 struct data_string prl; local
628 memset(&prl, 0, sizeof(prl));
632 evaluate_option_cache(&prl,
642 if (prl.len > 0) {
643 prl_ptr = &prl;
662 data_string_forget(&prl, MDL); /* SK: safe, even if empty */
H A Ddhcp.c1096 struct data_string d1, prl, fixed_addr; local
1595 memset (&prl, 0, sizeof prl);
1610 evaluate_option_cache (&prl, packet, (struct lease *)0,
1650 prl.len ? &prl : (struct data_string *)0,
1653 data_string_forget (&prl, MDL);
/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dlog.c230 struct option_revlist **prl; local
238 prl = &log_data.revlist;
267 *prl = log_parse_revlist (optarg);
268 prl = &(*prl)->next;
/netbsd-current/external/mpl/dhcp/dist/common/
H A Doptions.c555 struct data_string *prl, const char *vuname)
683 if (prl != NULL && prl->len > 0) {
700 data_string_truncate(prl, (PRIORITY_COUNT - priority_len));
706 for (i = 0; i < prl->len; i++) {
711 if (prl->data[i] != DHO_DHCP_AGENT_OPTIONS)
712 priority_list[priority_len++] = prl->data[i];
549 cons_options(struct packet *inpacket, struct dhcp_packet *outpacket, struct lease *lease, struct client_state *client_state, int mms, struct option_state *in_options, struct option_state *cfg_options, struct binding_scope **scope, int overload_avail, int terminate, int bootpp, struct data_string *prl, const char *vuname) argument
/netbsd-current/external/mpl/dhcp/dist/client/
H A Ddhclient.c3349 struct iaddr *rip, struct option **prl,
3399 if (prl) {
3404 for (i = 0 ; prl[i] != NULL ; i++)
3405 if (prl[i]->universe == &dhcp_universe)
3414 for (i = 0 ; prl[i] != NULL ; i++)
3415 if (prl[i]->universe == &dhcp_universe)
3416 bp->data[len++] = prl[i]->code;
3347 make_client_options(struct client_state *client, struct client_lease *lease, u_int8_t *type, struct option_cache *sid, struct iaddr *rip, struct option **prl, struct option_state **op) argument

Completed in 286 milliseconds