Searched refs:COMM_NAME_LEN (Results 1 – 3 of 3) sorted by relevance
9 #define COMM_NAME_LEN 64 macro28 char name[COMM_NAME_LEN];
97 strncpy(packet.name, name, COMM_NAME_LEN); in usercrashd_connect()98 packet.name[COMM_NAME_LEN - 1] = '\0'; in usercrashd_connect()
63 char name[COMM_NAME_LEN];309 strncpy(crash->name, request.name, COMM_NAME_LEN); in crash_request_cb()310 crash->name[COMM_NAME_LEN - 1] = '\0'; in crash_request_cb()
Completed in 3 milliseconds