Home
last modified time | relevance | path

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

/freebsd/lib/libc/gmon/
H A Dgmon.c99 p->froms = (u_short *)cp; in monstartup()
178 endfrom = p->fromssize / sizeof(*p->froms); in _mcleanup()
180 if (p->froms[fromindex] == 0) in _mcleanup()
184 frompc += fromindex * p->hashfraction * sizeof(*p->froms); in _mcleanup()
185 for (toindex = p->froms[fromindex]; toindex != 0; in _mcleanup()
H A Dmcount.c182 frompcindex = &p->froms[frompci / (p->hashfraction * sizeof(*p->froms))]; in _MCOUNT_DECL()
/freebsd/contrib/unbound/contrib/
H A Dparseunbound.pl113 my ($froms, $fromus, $toms, $tous, $counter) = ($1, $2, $3, $4, $5);
115 if ($froms > 0) {
116 $allstats{$inthread}->{'s_' . int($froms)} = $counter;
/freebsd/crypto/heimdal/appl/login/
H A Dlogin_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/crypto/heimdal/appl/rsh/
H A Dlogin_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/lib/libpam/modules/pam_login_access/
H A Dlogin_access.c56 char *froms; /* becomes list of terminals or hosts */ in login_access() local
87 || !(froms = strtok((char *) 0, fieldsep)) in login_access()
98 match = (list_match(froms, from, from_match, login_access_opts) in login_access()
/freebsd/contrib/byacc/
H A Doutput.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/sys/sys/
H A Dgmon.h158 u_short *froms; member