Searched refs:NAME_SIZE (Results 1 – 7 of 7) sorted by relevance
/third_party/gptfdisk/ |
D | gptpart.cc | 39 memset(name, 0, NAME_SIZE * sizeof(name[0]) ); in GPTPart() 48 memcpy(name, orig.name, NAME_SIZE * sizeof( name[ 0 ] ) ); in GPTPart() 94 while ( ( pos < NAME_SIZE ) && ( name[ pos ] != 0 ) ) { in GetDescription() 104 if ( pos >= NAME_SIZE ) { in GetDescription() 190 memset(name, 0, NAME_SIZE * sizeof(name[0]) ); 191 theName.extractBetween(0, NAME_SIZE, (UChar*) name); 205 for ( size_t i = 0 ; pos < NAME_SIZE && i < len ; ) { 249 if ( pos > NAME_SIZE - 2 ) { 262 while ( pos < NAME_SIZE ) { 280 memcpy(name, orig.name, NAME_SIZE * sizeof( name[ 0 ] ) ); [all …]
|
D | gptcurses.cc | 327 char temp[NAME_SIZE + 1]; in ShowInfo() 344 partitions[partNum].GetDescription().extract(0, NAME_SIZE , temp, NAME_SIZE ); in ShowInfo() 354 char temp[NAME_SIZE + 1]; in ChangeName() 361 partitions[partNum].GetDescription().extract(0, NAME_SIZE , temp, NAME_SIZE ); in ChangeName() 368 getnstr(temp, NAME_SIZE ); in ChangeName()
|
D | support.h | 70 #define NAME_SIZE 36 // GPT allows 36 UTF-16LE code units for a name in a 128 byte partition entry macro
|
D | gptpart.h | 51 uint16_t name[NAME_SIZE];
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/ |
D | 23-1.c | 38 #define NAME_SIZE 20 macro 47 static char name[NAME_SIZE];
|
/third_party/alsa-utils/alsactl/ |
D | init_sysfs.c | 29 char value_local[NAME_SIZE]; 76 char value[NAME_SIZE]; in sysfs_attr_get_value()
|
D | init_parse.c | 45 #define NAME_SIZE 128 macro
|