Home
last modified time | relevance | path

Searched defs:len (Results 1 – 25 of 736) sorted by relevance

12345678910>>...30

/plan9/sys/src/cmd/gs/src/
H A Dmemory_.h34 # define memcmp_inline(b1,b2,len) memcmp(b1,b2,len) argument
36 # define memcmp_inline(b1,b2,len) __memcmp__(b1,b2,len) argument
41 # define memcmp_inline(b1,b2,len) memcmp(b1,b2,len) argument
60 # define memcpy(dest,src,len) bcopy(src,dest,len) argument
61 # define memcmp(b1,b2,len) bcmp(b1,b2,len) argument
96 # define memmove(dest,src,len) gs_memmove(dest,src,len) argument
101 # define memcpy(dest,src,len) gs_memcpy(dest,src,len) argument
106 # define memset(dest,ch,len) gs_memset(dest,ch,len) argument
111 # define memchr(ptr,ch,len) gs_memchr(ptr,ch,len) argument
H A Dgp_unifn.c37 uint gp_file_name_root(const char *fname, uint len) in gp_file_name_root()
43 uint gs_file_name_check_separator(const char *fname, int len, const char *item) in gs_file_name_check_separator()
54 bool gp_file_name_is_parent(const char *fname, uint len) in gp_file_name_is_parent()
58 bool gp_file_name_is_current(const char *fname, uint len) in gp_file_name_is_current()
H A Ddxmainc.c55 gsdll_stdin(void *instance, char *buf, int len) in gsdll_stdin()
61 gsdll_stdout(void *instance, const char *str, int len) in gsdll_stdout()
69 gsdll_stderr(void *instance, const char *str, int len) in gsdll_stderr()
H A Dgsfname.c32 gs_parse_file_name(gs_parsed_file_name_t * pfn, const char *pname, uint len) in gs_parse_file_name()
70 uint len, gs_memory_t *mem, client_name_t cname) in gs_parse_real_file_name()
86 uint len = pfn->len; in gs_terminate_file_name() local
H A Dgsdll.c123 gsdll_execute_cont(const char * str, int len) in gsdll_execute_cont()
171 gsdll_old_stdin(void *caller_handle, char *buf, int len) in gsdll_old_stdin()
176 gsdll_old_stdout(void *caller_handle, const char *str, int len) in gsdll_old_stdout()
182 gsdll_old_stderr(void *caller_handle, const char *str, int len) in gsdll_old_stderr()
H A Dgsmdebug.h40 # define gs_alloc_fill(ptr, fill, len)\ argument
43 # define gs_alloc_fill(ptr, fill, len)\ argument
H A Dgp_dosfs.c76 uint gp_file_name_root(const char *fname, uint len) in gp_file_name_root()
101 uint gs_file_name_check_separator(const char *fname, int len, const char *item) in gs_file_name_check_separator()
112 bool gp_file_name_is_parent(const char *fname, uint len) in gp_file_name_is_parent()
116 bool gp_file_name_is_current(const char *fname, uint len) in gp_file_name_is_current()
H A Diconfig.c38 #define string_(s,len)\ argument
40 #define psfile_(fns,len) string_(fns,len) argument
48 #define emulator_(ems,len) string_(ems,len) argument
H A Diconf.c38 #define string_(s,len)\ argument
40 #define psfile_(fns,len) string_(fns,len) argument
48 #define emulator_(ems,len) string_(ems,len) argument
/plan9/sys/src/libsec/port/
H A Dsha2_64.c23 sha2_224(uchar *p, ulong len, uchar *digest, SHA2_224state *s) in sha2_224()
50 sha2_256(uchar *p, ulong len, uchar *digest, SHA2_256state *s) in sha2_256()
78 sha2_64(uchar *p, ulong len, uchar *digest, SHA2_256state *s, int dlen) in sha2_64()
161 encode32(uchar *output, u32int *input, ulong len) in encode32()
176 hmac_sha2_224(uchar *p, ulong len, uchar *key, ulong klen, uchar *digest, in hmac_sha2_224()
183 hmac_sha2_256(uchar *p, ulong len, uchar *key, ulong klen, uchar *digest, in hmac_sha2_256()
H A Dsha2_128.c22 sha2_384(uchar *p, ulong len, uchar *digest, SHA2_384state *s) in sha2_384()
49 sha2_512(uchar *p, ulong len, uchar *digest, SHA2_512state *s) in sha2_512()
78 sha2_128(uchar *p, ulong len, uchar *digest, SHA2_512state *s, int dlen) in sha2_128()
161 encode64(uchar *output, u64int *input, ulong len) in encode64()
180 hmac_sha2_384(uchar *p, ulong len, uchar *key, ulong klen, uchar *digest, in hmac_sha2_384()
187 hmac_sha2_512(uchar *p, ulong len, uchar *key, ulong klen, uchar *digest, in hmac_sha2_512()
H A Dsha1.c14 sha1(uchar *p, ulong len, uchar *digest, SHA1state *s) in sha1()
115 encode(uchar *output, u32int *input, ulong len) in encode()
130 hmac_sha1(uchar *p, ulong len, uchar *key, ulong klen, uchar *digest, in hmac_sha1()
H A Dmd5.c35 md5(uchar *p, ulong len, uchar *digest, MD5state *s) in md5()
135 encode(uchar *output, u32int *input, ulong len) in encode()
150 hmac_md5(uchar *p, ulong len, uchar *key, ulong klen, uchar *digest, in hmac_md5()
/plan9/sys/src/cmd/auth/
H A Dconvkeys.c23 int fd, len; in main() local
73 randombytes(uchar *p, int len) in randombytes()
90 oldCBCencrypt(char *key7, char *p, int len) in oldCBCencrypt()
103 oldCBCdecrypt(char *key7, char *p, int len) in oldCBCdecrypt()
131 convert(char *p, char *key, int len) in convert()
H A Dconvkeys2.c23 int fd, len; in main() local
74 oldCBCencrypt(char *key7, char *p, int len) in oldCBCencrypt()
87 convert(char *p, char *np, char *key, int len) in convert()
118 randombytes(uchar *p, int len) in randombytes()
/plan9/sys/src/cmd/ip/snoopy/
H A Dppp.c38 uchar len[2]; member
46 uchar len; member
157 int len; in p_filter() local
183 int len; in p_seprint() local
207 int len; in p_seprintchap() local
253 seprintlcpopt(char *p, char *e, void *a, int len) in seprintlcpopt()
325 int len; in p_seprintlcp() local
368 seprintipcpopt(char *p, char *e, void *a, int len) in seprintipcpopt()
418 int len; in p_seprintipcp() local
456 seprintccpopt(char *p, char *e, void *a, int len) in seprintccpopt()
[all …]
/plan9/sys/src/cmd/unix/drawterm/kern/
H A Dcache.c20 cread(Chan *c, uchar *buf, int len, vlong off) in cread()
31 cupdate(Chan *c, uchar *buf, int len, vlong off) in cupdate()
40 cwrite(Chan* c, uchar *buf, int len, vlong off) in cwrite()
H A Dqio.c29 int len; /* bytes allocated to queue */ member
135 int len; in blocklen() local
151 int len; in blockalloclen() local
168 int len; in concatblock() local
269 trimblock(Block *bp, int offset, int len) in trimblock()
336 adjustblock(Block* bp, int len) in adjustblock()
440 qdiscard(Queue *q, int len) in qdiscard()
493 qconsume(Queue *q, void *vp, int len) in qconsume()
563 int dlen, len, dowakeup; in qpass() local
615 int dlen, len, dowakeup; in qpassnolim() local
[all …]
/plan9/sys/src/cmd/unix/drawterm/libmp/
H A Dmpfmt.c7 to64(mpint *b, char *buf, int len) in to64()
22 to32(mpint *b, char *buf, int len) in to32()
47 to16(mpint *b, char *buf, int len) in to16()
96 to10(mpint *b, char *buf, int len) in to10()
150 mptoa(mpint *b, int base, char *buf, int len) in mptoa()
/plan9/sys/src/libmp/port/
H A Dmpfmt.c7 to64(mpint *b, char *buf, int len) in to64()
22 to32(mpint *b, char *buf, int len) in to32()
47 to16(mpint *b, char *buf, int len) in to16()
96 to10(mpint *b, char *buf, int len) in to10()
150 mptoa(mpint *b, int base, char *buf, int len) in mptoa()
/plan9/sys/src/games/mp3enc/
H A Dmpglib_interface.c40 int len, in lame_decode1_headers()
132 int len, in lame_decode1()
151 int len, in lame_decode_headers()
173 int len, in lame_decode()
/plan9/sys/src/games/mp3dec/
H A Dbit.c119 void mad_bit_skip(struct mad_bitptr *bitptr, unsigned int len) in mad_bit_skip()
137 unsigned long mad_bit_read(struct mad_bitptr *bitptr, unsigned int len) in mad_bit_read()
197 unsigned short mad_bit_crc(struct mad_bitptr bitptr, unsigned int len, in mad_bit_crc()
/plan9/sys/src/9/port/
H A Dqio.c32 int len; /* bytes allocated to queue */ member
139 int len; in blocklen() local
155 int len; in blockalloclen() local
172 int len; in concatblock() local
274 trimblock(Block *bp, int offset, int len) in trimblock()
341 adjustblock(Block* bp, int len) in adjustblock()
445 qdiscard(Queue *q, int len) in qdiscard()
498 qconsume(Queue *q, void *vp, int len) in qconsume()
568 int dlen, len, dowakeup; in qpass() local
621 int dlen, len, dowakeup; in qpassnolim() local
[all …]
/plan9/sys/src/cmd/ip/ppp/
H A Dipaux.c12 ptclbsum(uchar *addr, int len) in ptclbsum()
73 ptclcsum(Block *bp, int offset, int len) in ptclcsum()
132 int len; in ipcsum() local
/plan9/sys/src/cmd/cifs/
H A Dauth.c44 auth_plain(char *windom, char *keyp, uchar *chal, int len) in auth_plain()
70 auth_lm_and_ntlm(char *windom, char *keyp, uchar *chal, int len) in auth_lm_and_ntlm()
108 auth_ntlm(char *windom, char *keyp, uchar *chal, int len) in auth_ntlm()
138 ntv2_blob(uchar *blob, int len, char *windom) in ntv2_blob()
213 auth_ntlmv2(char *windom, char *keyp, uchar *chal, int len) in auth_ntlmv2()
344 getauth(char *name, char *windom, char *keyp, int secmode, uchar *chal, int len) in getauth()
370 genmac(uchar *buf, int len, int seq, uchar key[MACkeylen], uchar ours[MAClen]) in genmac()
394 int rc, len; in macsign() local

12345678910>>...30