Rizin
unix-like reverse engineering framework and cli tools
uv__process_title Struct Reference

Public Attributes

char * str
 
size_t len
 
size_t cap
 

Detailed Description

Definition at line 27 of file proctitle.c.

Member Data Documentation

◆ cap

size_t uv__process_title::cap

Definition at line 30 of file proctitle.c.

Referenced by uv_set_process_title(), and uv_setup_args().

◆ len

size_t uv__process_title::len

Definition at line 29 of file proctitle.c.

Referenced by uv_get_process_title(), uv_set_process_title(), and uv_setup_args().

◆ str

char* uv__process_title::str

Definition at line 28 of file proctitle.c.

Referenced by uv_get_process_title(), uv_set_process_title(), and uv_setup_args().


The documentation for this struct was generated from the following file: