Searched refs:size_t (Results 226 - 250 of 9388) sorted by relevance

1234567891011>>

/macosx-10.10.1/SmartcardCCID-55008/ccid/ccid/src/
H A Dstrlcpy.c34 size_t
35 strlcpy(char *dst, const char *src, size_t siz)
39 size_t n = siz;
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/sh/
H A Dstrnlen.c33 size_t
36 size_t maxlen;
39 size_t n;
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dftplistparser.h29 size_t Curl_ftp_parselist(char *buffer, size_t size, size_t nmemb,
/macosx-10.10.1/cxxfilt-11/cxxfilt/libiberty/
H A Dstpcpy.c35 extern size_t strlen (const char *);
36 extern PTR memcpy (PTR, const PTR, size_t);
41 const size_t len = strlen (src);
H A Dstrstr.c26 extern int strncmp (const void *, const void *, size_t);
27 extern size_t strlen (const char *);
33 const size_t len = strlen (s2);
/macosx-10.10.1/dcerpc-61/dcerpc/dcelib/
H A Dstrlcpy.c31 size_t
32 strlcpy(char * dst, const char * src, size_t siz)
36 size_t n = siz;
/macosx-10.10.1/file-46/file/src/
H A Dstrlcpy.c30 size_t
31 strlcpy(char *dst, const char *src, size_t siz)
35 size_t n = siz;
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DMachineCodeInfo.h26 size_t Size; // Number of bytes in memory used
32 void setSize(size_t s) {
40 size_t size() const {
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/
H A Dregstrlcpy.c28 size_t
29 llvm_strlcpy(char *dst, const char *src, size_t siz)
33 size_t n = siz;
/macosx-10.10.1/lukemftp-14/tnftp/libnetbsd/
H A Dstrlcpy.c28 size_t
29 strlcpy(char *dst, const char *src, size_t siz)
33 size_t n = siz;
/macosx-10.10.1/ntp-92/include/
H A Dntp_sprintf.h10 # define SPRINTF(x) ((size_t)sprintf x)
11 # define SNPRINTF(x) ((size_t)snprintf x)
12 # define VSNPRINTF(x) ((size_t)vsnprintf x)
/macosx-10.10.1/procmail-14/procmail/src/
H A Dshell.h6 #define malloc(n) tmalloc((size_t)(n))
7 #define realloc(p,n) trealloc(p,(size_t)(n))
9 #define tmemmove(t,f,n) memmove(t,f,(size_t)(n))
/macosx-10.10.1/smb-759.0/lib/smb/
H A Dcharsets.h28 void str_upper(char *dst, size_t maxDstLen, CFStringRef srcRef);
31 extern char *convert_leunicode_to_utf8(unsigned short *windows_string, size_t maxLen);
32 extern char *convert_unicode_to_utf8(const uint16_t *unicode_string, size_t maxLen);
/macosx-10.10.1/sudo-73/src/
H A Dstrlcpy.c30 size_t
34 size_t siz;
38 size_t n = siz;
/macosx-10.10.1/text_cmds-88/sort/
H A Dcalloc.c32 rpl_calloc (size_t n, size_t s)
34 size_t bytes;
40 size_t overflow. */
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dutfconv.h94 size_t
95 utf8_encodelen(const u_int16_t * ucsp, size_t ucslen, u_int16_t altslash,
128 utf8_encodestr(const u_int16_t * ucsp, size_t ucslen, u_int8_t * utf8p,
129 size_t * utf8len, size_t buflen, u_int16_t altslash, int flags);
163 utf8_decodestr(const u_int8_t* utf8p, size_t utf8len, u_int16_t* ucsp,
164 size_t *ucslen, size_t buflen, u_int16_t altslash, int flags);
192 utf8_normalizestr(const u_int8_t* instr, size_t inlen, u_int8_t* outstr,
193 size_t *outle
[all...]
/macosx-10.10.1/xnu-2782.1.97/libsyscall/wrappers/string/
H A Dstrlcpy.c27 size_t
28 strlcpy(char * restrict dst, const char * restrict src, size_t maxlen) {
29 const size_t srclen = strlen(src);
/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Dstrlcpy.c41 ROKEN_LIB_FUNCTION size_t ROKEN_LIB_CALL
42 strlcpy (char *dst, const char *src, size_t dst_cch)
54 ROKEN_LIB_FUNCTION size_t ROKEN_LIB_CALL
55 strlcpy (char *dst, const char *src, size_t dst_sz)
57 size_t n;
/macosx-10.10.1/Libc-1044.1.2/locale/FreeBSD/
H A Dmblen.c37 mblen_l(const char *s, size_t n, locale_t loc)
40 size_t rval;
49 if (rval == (size_t)-1 || rval == (size_t)-2)
55 mblen(const char *s, size_t n)
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dfull-write.c59 size_t
60 full_rw (int fd, const void *buf, size_t count)
62 size_t total = 0;
67 size_t n_rw = safe_rw (fd, ptr, count);
68 if (n_rw == (size_t) -1)
H A Dargp-fmtstream.h98 size_t lmargin, rmargin; /* Left and right margins. */
102 size_t point_offs;
120 size_t __lmargin,
121 size_t __rmargin,
124 size_t __lmargin,
125 size_t __rmargin,
145 extern size_t __argp_fmtstream_write (argp_fmtstream_t __fs,
146 const char *__str, size_t __len);
147 extern size_t argp_fmtstream_write (argp_fmtstream_t __fs,
148 const char *__str, size_t __le
[all...]
/macosx-10.10.1/ipsec-286.1.1/ipsec-tools/racoon/
H A Dvmbuf.h48 size_t bl; /* length of the buffer */
51 size_t l; /* length of the value */
66 extern vchar_t *vmalloc (size_t);
67 extern vchar_t *vrealloc (vchar_t *, size_t);
70 extern vchar_t *vnew (u_int8_t *, size_t);
/macosx-10.10.1/pcre-7/pcre/
H A Dpcre_globals.c62 static void* LocalPcreMalloc(size_t aSize)
70 PCRE_EXP_DATA_DEFN void *(*pcre_malloc)(size_t) = LocalPcreMalloc;
72 PCRE_EXP_DATA_DEFN void *(*pcre_stack_malloc)(size_t) = LocalPcreMalloc;
77 PCRE_EXP_DATA_DEFN void *(*pcre_malloc)(size_t) = malloc;
79 PCRE_EXP_DATA_DEFN void *(*pcre_stack_malloc)(size_t) = malloc;
/macosx-10.10.1/BerkeleyDB-21/db/dbinc_auto/
H A Dclib_ext.h16 char *getcwd __P((char *, size_t));
34 int memcmp __P((const void *, const void *, size_t));
37 void *memcpy __P((void *, const void *, size_t));
40 void *memmove __P((void *, const void *, size_t));
52 void qsort __P((void *, size_t, size_t, int(*)(const void *, const void *)));
62 int snprintf __P((char *, size_t, const char *, ...));
65 int vsnprintf __P((char *, size_t, const char *, va_list));
71 int strncasecmp __P((const char *, const char *, size_t));
86 char *strncat __P((char *, const char *, size_t));
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/include/
H A Dldap_utf8.h67 wchar_t *wcstr, LDAP_CONST char *utf8str, size_t count ));
71 char *utf8char, wchar_t wchar, size_t count ));
75 char *utf8str, LDAP_CONST wchar_t *wcstr, size_t count ));
88 char *mbstr, LDAP_CONST char *utf8str, size_t count,
89 size_t (*ldap_f_wcstombs)( char *mbstr,
90 LDAP_CONST wchar_t *wcstr, size_t count) ));
94 char *utf8char, LDAP_CONST char *mbchar, size_t mbsize,
96 LDAP_CONST char *mbchar, size_t count) ));
100 char *utf8str, LDAP_CONST char *mbstr, size_t count,
101 size_t (*ldap_f_mbstowc
[all...]

Completed in 256 milliseconds

1234567891011>>