OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:noctty
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/compat/ultrix/
ultrix_pathname.c
155
int
noctty
;
local in function:ultrix_sys_open
162
noctty
= q & 0x8000;
175
if (!ret && !
noctty
&& SESS_LEADER(p) && !(p->p_lflag & PL_CONTROLT)) {
ultrix_pathname.c
155
int
noctty
;
local in function:ultrix_sys_open
162
noctty
= q & 0x8000;
175
if (!ret && !
noctty
&& SESS_LEADER(p) && !(p->p_lflag & PL_CONTROLT)) {
/src/bin/ps/
print.c
739
int
noctty
;
local in function:tname
750
noctty
= !(k->p_eflag & EPROC_CTTY) ? 1 : 0;
754
fmtlen = strlen(ttname) +
noctty
;
758
if (
noctty
)
print.c
739
int
noctty
;
local in function:tname
750
noctty
= !(k->p_eflag & EPROC_CTTY) ? 1 : 0;
754
fmtlen = strlen(ttname) +
noctty
;
758
if (
noctty
)
/src/sys/compat/sunos/
sunos_misc.c
692
int
noctty
;
local in function:sunos_sys_open
697
noctty
= smode & 0x8000;
711
if (!ret && !
noctty
&& SESS_LEADER(p) && !(p->p_lflag & PL_CONTROLT)) {
sunos_misc.c
692
int
noctty
;
local in function:sunos_sys_open
697
noctty
= smode & 0x8000;
711
if (!ret && !
noctty
&& SESS_LEADER(p) && !(p->p_lflag & PL_CONTROLT)) {
/src/sys/compat/sunos32/
sunos32_misc.c
923
int
noctty
;
local in function:sunos32_sys_open
928
noctty
= lf & 0x8000;
942
if (!ret && !
noctty
&& SESS_LEADER(p) && !(p->p_lflag & PL_CONTROLT)) {
sunos32_misc.c
923
int
noctty
;
local in function:sunos32_sys_open
928
noctty
= lf & 0x8000;
942
if (!ret && !
noctty
&& SESS_LEADER(p) && !(p->p_lflag & PL_CONTROLT)) {
Completed in 31 milliseconds
Indexes created Sun Oct 12 09:09:55 GMT 2025