HomeSort by relevance Sort by last modified time
    Searched refs:thislen (Results 1 - 15 of 15) sorted by null

  /external/e2fsprogs/debugfs/
ls.c 99 int thislen; variable
104 thislen = ext2fs_dirent_name_len(dirent);
126 inode.i_uid, inode.i_gid, thislen, dirent->name);
167 thislen = strlen(tmp);
168 if (ls->col + thislen > 80) {
173 ls->col += thislen;
178 thislen = strlen(tmp) + 3;
179 thislen += print_filename(NULL, dirent, options);
181 if (ls->col + thislen > 80) {
188 ls->col += thislen;
    [all...]
htree.c 39 int thislen, col = 0; local
81 thislen = ext2fs_dirent_name_len(dirent);
85 ((unsigned) thislen + 8 > rec_len)) {
90 strncpy(name, dirent->name, thislen);
91 name[thislen] = '\0';
93 thislen, fs->super->s_hash_seed,
115 thislen = strlen(tmp);
116 if (col + thislen > 80) {
121 col += thislen;
dump.c 311 int thislen; local
315 thislen = ext2fs_dirent_name_len(dirent);
316 strncpy(name, dirent->name, thislen);
317 name[thislen] = 0;
filefrag.c 182 int thislen; variable
187 thislen = ext2fs_dirent_name_len(dirent);
188 strncpy(name, dirent->name, thislen);
189 name[thislen] = '\0';
  /toolchain/binutils/binutils-2.27/bfd/
archive.c 1613 unsigned int thislen; local
1706 unsigned int thislen; local
    [all...]
  /external/libvterm/src/
screen.c 682 size_t thislen = utf8_seqlen(c); \
683 if(buffer && outpos + thislen <= len) \
686 outpos += thislen; \
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
bltinmodule.c 2512 Py_ssize_t thislen = _PyObject_LengthHint(item, -2); local
    [all...]
import.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
bltinmodule.c 2501 Py_ssize_t thislen = _PyObject_LengthHint(item, -2); local
    [all...]
import.c     [all...]
  /external/python/cpython2/Python/
bltinmodule.c 2523 Py_ssize_t thislen = _PyObject_LengthHint(item, -2); local
    [all...]
import.c     [all...]
  /external/curl/lib/
transfer.c 96 size_t thislen = strlen(thisheader); local
100 if(strncasecompare(head->data, thisheader, thislen))
    [all...]
http.c 188 size_t thislen = strlen(thisheader); local
194 if(strncasecompare(head->data, thisheader, thislen))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/
import.c     [all...]

Completed in 403 milliseconds