Searched refs:attribs (Results 1 - 4 of 4) sorted by relevance

/haiku/src/bin/unzip/
H A Dzipinfo.c940 char workspace[12], attribs[22]; variable
1066 * To save stack space, we reuse the "char attribs[22]" buffer which
1069 # define d_t_buf attribs
1119 char *p=attribs, *q=attribs+1;
1162 attribs));
1166 case AMI_IFDIR: attribs[0] = 'd'; break;
1167 case AMI_IFREG: attribs[0] = '-'; break;
1168 default: attribs[0] = '?'; break;
1170 attribs[
1752 char *p, workspace[12], attribs[16]; local
[all...]
/haiku/src/tests/kits/opengl/glsl/
H A Dshaderutil.h58 GetAttribs(GLuint program, struct attrib_info attribs[]);
61 PrintAttribs(const struct attrib_info attribs[]);
H A Dshaderutil.c280 /** Get list of attribs used in the program */
282 GetAttribs(GLuint program, struct attrib_info attribs[]) argument
296 attribs[i].name = strdup(name);
297 attribs[i].size = size;
298 attribs[i].type = type;
299 attribs[i].location = glGetAttribLocation(program, name);
302 attribs[i].name = NULL; /* end of list */
309 PrintAttribs(const struct attrib_info attribs[]) argument
315 for (i = 0; attribs[i].name; i++) {
318 attribs[
[all...]
/haiku/src/add-ons/kernel/file_systems/exfat/
H A Dexfat.h126 uint16 attribs; member in struct:exfat_entry::__anon1374::__anon1378
150 { return B_LENDIAN_TO_HOST_INT16(attribs); }
152 { attribs = B_HOST_TO_LENDIAN_INT16(newAttribs); }

Completed in 96 milliseconds