tag | line | file | source code |
in | 1976 | drivers/net/ppp.c | static inline void ppp_print_hex (register char *out, char *in, int count) |
in | 1981 | drivers/net/ppp.c | next_ch = (unsigned char) get_fs_byte (in); |
in | 1986 | drivers/net/ppp.c | ++in; |
in | 1990 | drivers/net/ppp.c | static inline void ppp_print_char (register char *out, char *in, int count) |
in | 1995 | drivers/net/ppp.c | next_ch = (unsigned char) get_fs_byte (in); |
in | 2004 | drivers/net/ppp.c | ++in; |
in | 254 | fs/hpfs/hpfs_fs.c | static unsigned convcpy_tofs(unsigned char *out, unsigned char *in, |
in | 975 | fs/hpfs/hpfs_fs.c | static unsigned convcpy_tofs(unsigned char *out, unsigned char *in, |
in | 981 | fs/hpfs/hpfs_fs.c | unsigned c = *in++; |
in | 982 | fs/hpfs/hpfs_fs.c | if (c == '\r' && (len == 0 || *in == '\n')); |
in | 84 | fs/select.c | static int do_select(int n, fd_set *in, fd_set *out, fd_set *ex, |
in | 98 | fs/select.c | set = in->fds_bits[j] | out->fds_bits[j] | ex->fds_bits[j]; |
in | 125 | fs/select.c | if (FD_ISSET(i,in) && check(SEL_IN,wait,current->files->fd[i])) { |
in | 205 | fs/select.c | fd_set res_in, in, *inp; |
in | 224 | fs/select.c | if ((i = get_fd_set(n, inp, &in)) || |
in | 238 | fs/select.c | i = do_select(n, &in, &out, &ex, &res_in, &res_out, &res_ex); |
in | 56 | include/linux/inet.h | extern char *in_ntoa(unsigned long in); |
in | 49 | net/inet/utils.c | char *in_ntoa(unsigned long in) |
in | 54 | net/inet/utils.c | p = (char *) ∈ |
in | 237 | zBoot/gzip.h | extern void zip OF((int in, int out)); |
in | 241 | zBoot/gzip.h | extern void unzip OF((int in, int out)); |
in | 242 | zBoot/gzip.h | extern int check_zipfile OF((int in)); |
in | 245 | zBoot/gzip.h | extern void unpack OF((int in, int out)); |
in | 41 | zBoot/lzw.h | extern void lzw OF((int in, int out)); |
in | 42 | zBoot/lzw.h | extern void unlzw OF((int in, int out)); |
in | 359 | zBoot/misc.c | local int get_method(in) |
in | 360 | zBoot/misc.c | int in; /* input file descriptor */ |
in | 55 | zBoot/unzip.c | int check_zipfile(in) |
in | 56 | zBoot/unzip.c | int in; /* input file descriptors */ |
in | 95 | zBoot/unzip.c | void unzip(in, out) |
in | 96 | zBoot/unzip.c | int in, out; /* input and output file descriptors */ |