Searched refs:IPC_TO_STR (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/usr.bin/ipcs/
H A Dipc.h50 #define IPC_TO_STR(x) (x == 'Q' ? "msq" : (x == 'M' ? "shm" : "sem")) macro
/freebsd-13-stable/usr.bin/ipcrm/
H A Dipcrm.c243 IPC_TO_STR(toupper(c)), target_id);
270 IPC_TO_STR(c), target_key);

Completed in 98 milliseconds