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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/protocols/
talkd.h 68 #define NAME_SIZE 12
69 char l_name[NAME_SIZE];/* caller's name */
70 char r_name[NAME_SIZE];/* callee's name */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/protocols/
talkd.h 68 #define NAME_SIZE 12
69 char l_name[NAME_SIZE];/* caller's name */
70 char r_name[NAME_SIZE];/* callee's name */
  /external/gptfdisk/
gptpart.cc 40 memset(name, 0, NAME_SIZE * sizeof(name[0]) );
86 while ( ( pos < NAME_SIZE ) && ( name[ pos ] != 0 ) ) {
97 if ( pos >= NAME_SIZE ) {
183 memset(name, 0, NAME_SIZE * sizeof(name[0]) );
184 theName.extractBetween(0, NAME_SIZE, (UChar*) name);
198 for ( size_t i = 0 ; pos < NAME_SIZE && i < len ; ) {
243 if ( pos > NAME_SIZE - 2 ) {
258 while ( pos < NAME_SIZE ) {
276 memcpy(name, orig.name, NAME_SIZE * sizeof( name[ 0 ] ) );
398 memset(name, 0, NAME_SIZE * sizeof( name[0]) )
    [all...]
gptpart.h 53 uint16_t name[NAME_SIZE];
support.h 70 #define NAME_SIZE 36 // GPT allows 36 UTF-16LE code units for a name in a 128 byte partition entry
gptcurses.cc 322 char temp[NAME_SIZE + 1];
339 partitions[partNum].GetDescription().extract(0, NAME_SIZE , temp, NAME_SIZE );
349 char temp[NAME_SIZE + 1];
356 partitions[partNum].GetDescription().extract(0, NAME_SIZE , temp, NAME_SIZE );
363 getnstr(temp, NAME_SIZE );
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/
23-1.c 43 #define NAME_SIZE 20
52 char name[NAME_SIZE];
  /prebuilts/tools/common/m2/repository/io/netty/netty-handler/4.1.0.CR3/
netty-handler-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-handler/4.1.3.Final/
netty-handler-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-handler/4.1.6.Final/
netty-handler-4.1.6.Final.jar 

Completed in 113 milliseconds