Home
last modified time | relevance | path

Searched refs:NAME_SIZE (Results 1 – 7 of 7) sorted by relevance

/third_party/gptfdisk/
Dgptpart.cc39 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 …]
Dgptcurses.cc327 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()
Dsupport.h70 #define NAME_SIZE 36 // GPT allows 36 UTF-16LE code units for a name in a 128 byte partition entry macro
Dgptpart.h51 uint16_t name[NAME_SIZE];
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/
D23-1.c38 #define NAME_SIZE 20 macro
47 static char name[NAME_SIZE];
/third_party/alsa-utils/alsactl/
Dinit_sysfs.c29 char value_local[NAME_SIZE];
76 char value[NAME_SIZE]; in sysfs_attr_get_value()
Dinit_parse.c45 #define NAME_SIZE 128 macro