Home
last modified time | relevance | path

Searched refs:froms (Results 1 – 8 of 8) sorted by relevance

/freebsd-14-stable/lib/libc/gmon/
HDgmon.c102 p->froms = (u_short *)cp; in monstartup()
181 endfrom = p->fromssize / sizeof(*p->froms); in _mcleanup()
183 if (p->froms[fromindex] == 0) in _mcleanup()
187 frompc += fromindex * p->hashfraction * sizeof(*p->froms); in _mcleanup()
188 for (toindex = p->froms[fromindex]; toindex != 0; in _mcleanup()
HDmcount.c185 frompcindex = &p->froms[frompci / (p->hashfraction * sizeof(*p->froms))]; in _MCOUNT_DECL()
/freebsd-14-stable/contrib/unbound/contrib/
HDparseunbound.pl113 my ($froms, $fromus, $toms, $tous, $counter) = ($1, $2, $3, $4, $5);
115 if ($froms > 0) {
116 $allstats{$inthread}->{'s_' . int($froms)} = $counter;
/freebsd-14-stable/crypto/heimdal/appl/rsh/
HDlogin_access.c64 char *froms; /* becomes list of terminals or hosts */ in login_access() local
102 || !(froms = strtok_r(NULL, fs, &foo)) in login_access()
115 match = (list_match(froms, &item, from_match) in login_access()
/freebsd-14-stable/crypto/heimdal/appl/login/
HDlogin_access.c64 char *froms; /* becomes list of terminals or hosts */ in login_access() local
102 || !(froms = strtok_r(NULL, fs, &foo)) in login_access()
115 match = (list_match(froms, &item, from_match) in login_access()
/freebsd-14-stable/lib/libpam/modules/pam_login_access/
HDlogin_access.c57 char *froms; /* becomes list of terminals or hosts */ in login_access() local
88 || !(froms = strtok((char *) 0, fieldsep)) in login_access()
99 match = (list_match(froms, from, from_match, login_access_opts) in login_access()
/freebsd-14-stable/contrib/byacc/
HDoutput.c16 static Value_t **froms; variable
561 froms[i] = r = NEW2(shiftcount, Value_t); in token_actions()
581 froms[nstates + i] = r = NEW2(reducecount, Value_t); in token_actions()
602 froms[2 * nstates + i] = r = NEW2(conflictcount, Value_t); in token_actions()
687 froms[symno] = sp1 = sp = NEW2(count, Value_t); in save_column()
820 if (tos[j][k] != tos[i][k] || froms[j][k] != froms[i][k]) in matching_vector()
847 from = froms[i]; in pack_vector()
949 if (froms[i]) in pack_table()
950 FREE(froms[i]); in pack_table()
955 DO_FREE(froms); in pack_table()
[all …]
/freebsd-14-stable/sys/sys/
HDgmon.h160 u_short *froms; member