Searched refs:to_len (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/src/
H A Dcasefiddle.c83 int from_len = 1, to_len = 1;
99 to_len = CHAR_BYTES (c);
100 if (from_len == to_len)
105 len += to_len - from_len;
110 i += to_len;
82 int from_len = 1, to_len = 1; local
/macosx-10.9.5/CPANInternal-140/YAML-Syck/
H A Dbytecode.c88 #define ENSURE_YAML_IOPEN(last_lvl, lvl_type, to_len, reset) \
89 if ( last_lvl->spaces < to_len ) \
97 ADD_LEVEL( to_len, lvl_type ); \
107 #define ENSURE_YAML_IEND(last_lvl, to_len) \
108 if ( last_lvl->spaces > to_len ) \
H A Dtoken.c60 #define ENSURE_YAML_IOPEN(last_lvl, to_len, reset) \
61 if ( last_lvl->spaces < to_len ) \
69 ADD_LEVEL( to_len, syck_lvl_doc ); \
79 #define ENSURE_YAML_IEND(last_lvl, to_len) \
80 if ( last_lvl->spaces > to_len ) \
/macosx-10.9.5/file_cmds-230/install/
H A Dxinstall.c542 int to_fd, const char *to_name, size_t to_len)
549 if (from_len != to_len)
541 compare(int from_fd, const char *from_name, size_t from_len, int to_fd, const char *to_name, size_t to_len) argument
/macosx-10.9.5/bash-92/bash-3.2/support/
H A Dman2html.c198 int to_len = strlen(to); local
200 if (to_len < n) {
202 int cp = (to_len + from_len <= n) ? from_len : n - to_len;
204 strncpy(to + to_len, from, cp);
205 to[to_len + cp] = '\0';
/macosx-10.9.5/ruby-104/ruby/include/ruby/
H A Doniguruma.h158 typedef int (*OnigApplyAllCaseFoldFunc)(OnigCodePoint from, OnigCodePoint* to, int to_len, void* arg);
/macosx-10.9.5/xnu-2422.115.4/bsd/nfs/
H A Dnfs_serv.c2535 int from_len=0, to_len=0; local
2952 to_len = safe_getpath(tdvp, toni.ni_cnd.cn_nameptr, to_name, MAXPATHLEN, &to_truncated);
2995 FSE_ARG_STRING, to_len, to_name,
3002 FSE_ARG_STRING, to_len, to_name,
/macosx-10.9.5/ruby-104/ruby/
H A Dregparse.c5464 int to_len, void* arg)
5476 if (to_len == 1) {
5514 for (i = 0; i < to_len; i++) {
5463 i_apply_case_fold(OnigCodePoint from, OnigCodePoint to[], int to_len, void* arg) argument
/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_syscalls.c6021 int from_len=0, to_len=0; local
6330 to_len = safe_getpath(tdvp, tond->ni_cnd.cn_nameptr, to_name, MAXPATHLEN, &to_truncated);
6399 FSE_ARG_STRING, to_len, to_name,
6406 FSE_ARG_STRING, to_len, to_name,

Completed in 224 milliseconds