HomeSort by: relevance | last modified time | path
    Searched defs:string_size (Results 1 - 6 of 6) sorted by relevancy

  /src/usr.bin/gencat/
gencat.c 655 int string_size; /* total size of string pool */ local in function:MCWriteCat
671 string_size = 0;
678 string_size += strlen(msg->str) + 1;
685 printf("string pool size: %d\n", string_size);
693 + string_size;
gencat.c 655 int string_size; /* total size of string pool */ local in function:MCWriteCat
671 string_size = 0;
678 string_size += strlen(msg->str) + 1;
685 printf("string pool size: %d\n", string_size);
693 + string_size;
gencat.c 655 int string_size; /* total size of string pool */ local in function:MCWriteCat
671 string_size = 0;
678 string_size += strlen(msg->str) + 1;
685 printf("string pool size: %d\n", string_size);
693 + string_size;
  /src/common/lib/libppath/
ppath.c 884 const size_t string_size = prop_string_size(v); local in function:ppath_dup_string
887 char *cp = ppath_alloc(string_size + 1);
889 (void)prop_string_copy_value(v, cp, string_size + 1);
ppath.c 884 const size_t string_size = prop_string_size(v); local in function:ppath_dup_string
887 char *cp = ppath_alloc(string_size + 1);
889 (void)prop_string_copy_value(v, cp, string_size + 1);
ppath.c 884 const size_t string_size = prop_string_size(v); local in function:ppath_dup_string
887 char *cp = ppath_alloc(string_size + 1);
889 (void)prop_string_copy_value(v, cp, string_size + 1);

Completed in 34 milliseconds