Lines Matching defs:size
33 * for details, but basically gcc will take the size of the
38 * (16 bytes) even when the pointer and size were to come from
42 * only the gcc internal 'what is the size of this field' logic
62 int size;
86 size = sizeof(de->inode.di_fname);
89 size = sizeof(de->link.dl_fname);
94 size = strnlen(de->de_name, size);
95 QNX4DEBUG((KERN_INFO "qnx4_readdir:%.*s\n", size, name));
96 if (!dir_emit(ctx, de->de_name, size, ino, DT_UNKNOWN)) {