Home
last modified time | relevance | path

Searched defs:U (Results 1 – 1 of 1) sorted by relevance

/coreutils/src/
Dwho.c53 # define UT_TYPE_RUN_LVL(U) ((U)->ut_type == RUN_LVL) argument
55 # define UT_TYPE_RUN_LVL(U) false argument
59 # define UT_TYPE_INIT_PROCESS(U) ((U)->ut_type == INIT_PROCESS) argument
61 # define UT_TYPE_INIT_PROCESS(U) false argument
65 # define UT_TYPE_LOGIN_PROCESS(U) ((U)->ut_type == LOGIN_PROCESS) argument
67 # define UT_TYPE_LOGIN_PROCESS(U) false argument
71 # define UT_TYPE_DEAD_PROCESS(U) ((U)->ut_type == DEAD_PROCESS) argument
73 # define UT_TYPE_DEAD_PROCESS(U) false argument
77 # define UT_TYPE_NEW_TIME(U) ((U)->ut_type == NEW_TIME) argument
79 # define UT_TYPE_NEW_TIME(U) false argument
[all …]