OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tep
(Results
1 - 4
of
4
) sorted by relevancy
/src/sbin/ttyflags/
ttyflags.c
122
struct ttyent *
tep
;
local in function:change_all
126
for (
tep
= getttyent();
tep
!= NULL;
tep
= getttyent())
127
if (change_ttyflags(
tep
))
138
struct ttyent *
tep
;
local in function:change_ttys
143
tep
= getttynam(*ttylist);
144
if (
tep
== NULL) {
151
if (change_ttyflags(
tep
))
163
change_ttyflags(struct ttyent *
tep
)
[
all
...]
/src/sys/dev/eisa/
if_tlp_eisa.c
150
const struct tulip_eisa_product *
tep
;
local in function:tlp_eisa_attach
171
tep
= dce->data;
173
sc->sc_chip =
tep
->chip;
201
tep
->name, (sc->sc_rev >> 4) & 0xf, sc->sc_rev & 0xf);
/src/sbin/restore/
symtab.c
451
struct entry *ep, *
tep
;
local in function:dumpsymtable
482
tep
= &temp;
486
memmove(
tep
, ep, (long)sizeof(struct entry));
487
tep
->e_name = (char *)stroff;
489
tep
->e_parent = (struct entry *)(long)
492
tep
->e_links = (struct entry *)(long)
495
tep
->e_sibling = (struct entry *)(long)
498
tep
->e_entries = (struct entry *)(long)
501
tep
->e_next = (struct entry *)(long)
503
(void) fwrite((char *)
tep
, sizeof(struct entry), 1, fd)
[
all
...]
/src/usr.bin/mail/
mime_codecs.c
680
const struct transfer_encoding_s *
tep
= NULL;
local in function:mime_fio_encoder
685
for (
tep
= transfer_encoding_tbl;
tep
->name;
tep
++)
686
if (strcasecmp(
tep
->name, ename) == 0)
688
return
tep
->enc;
694
const struct transfer_encoding_s *
tep
= NULL;
local in function:mime_fio_decoder
699
for (
tep
= transfer_encoding_tbl;
tep
->name;
tep
++
733
const struct transfer_encoding_s *
tep
;
local in function:mime_next_encoding_name
[
all
...]
Completed in 14 milliseconds
Indexes created Wed Sep 24 05:09:52 GMT 2025