Home
last modified time | relevance | path

Searched refs:is_exec (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/cmd/mdb/common/mdb/
H A Dmdb.c1169 int is_exec = (strcmp(idcp->idc_name, "$<") == 0); in mdb_call_idcmd() local
1187 if (is_exec) in mdb_call_idcmd()
1222 if (is_exec && mdb_addrvec_length(adp) == 0) in mdb_call_idcmd()
/titanic_50/usr/src/cmd/find/
H A Dfind.c1742 int is_exec = stp->st_mode & permission(who, S_IEXEC)? 1 : 0; local
1756 special[who * 3 + 1 + is_exec];
1757 else if (is_exec)