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

/systemd/src/systemctl/
H A Dsystemd-sysv-install.SKELETON26 NAME="$2"
27 [ -n "$NAME" ] || usage
31 # call the command to enable SysV init script $NAME here
33 echo "IMPLEMENT ME: enabling SysV init.d script $NAME"
36 # call the command to disable SysV init script $NAME here
38 echo "IMPLEMENT ME: disabling SysV init.d script $NAME"
41 # exit with 0 if $NAME is enabled, non-zero if it is disabled
43 echo "IMPLEMENT ME: checking SysV init.d script $NAME"
/systemd/src/basic/
H A Dmacro.h343 #define GET_CASE_F(_1,_2,_3,_4,_5,_6,_7,_8,_9,_10,_11,_12,_13,_14,_15,_16,_17,_18,_19,_20,NAME,...) NAME

Completed in 11 milliseconds