Searched refs:itf (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/usr.bin/mail/ |
| H A D | glob.h | 50 extern FILE *itf; /* Input temp file buffer */
|
| H A D | fio.c | 262 if (fseek(itf, (long)positionof(mp->m_block, mp->m_offset), SEEK_SET) in setinput() 265 return(itf); in setinput()
|
| H A D | lex.c | 116 (void)fclose(itf); in setfile() 130 if ((itf = fopen(tempname, "re")) == NULL) in setfile()
|
| H A D | main.c | 48 FILE *itf; /* Input temp file buffer */ variable
|
| /openbsd-src/regress/sbin/route/ |
| H A D | Makefile | 14 .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 D | parse.c | 7497 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 D | parse.y | 3932 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);
|