Home
last modified time | relevance | path

Searched refs:itf (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/usr.bin/mail/
H A Dglob.h50 extern FILE *itf; /* Input temp file buffer */
H A Dfio.c262 if (fseek(itf, (long)positionof(mp->m_block, mp->m_offset), SEEK_SET) in setinput()
265 return(itf); in setinput()
H A Dlex.c116 (void)fclose(itf); in setfile()
130 if ((itf = fopen(tempname, "re")) == NULL) in setfile()
H A Dmain.c48 FILE *itf; /* Input temp file buffer */ variable
/openbsd-src/regress/sbin/route/
H A DMakefile14 .for itf in lo10001 lo10002 lo10003 lo10004 vlan99 vether99
15 -${SUDO} ifconfig ${itf} destroy 2>/dev/null || true
24 .for itf in lo10001 lo10002 lo10003 lo10004 vlan99 vether99 lo${RDOMAIN}
25 -${SUDO} ifconfig ${itf} destroy 2>/dev/null || true
/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dparse.c7497 tree super = NULL_TREE, itf = NULL_TREE; local
7516 itf = build_tree_list (type_name, NULL_TREE);
7522 class = create_class (ACC_FINAL, id, super, itf);
H A Dparse.y3932 tree super = NULL_TREE, itf = NULL_TREE; local
3951 itf = build_tree_list (type_name, NULL_TREE);
3957 class = create_class (ACC_FINAL, id, super, itf);