Searched defs:gecos_ignore_c (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Dfinger.c106 static char gecos_ignore_c = '*'; /* ignore this in real name */ variable
701 if (gecos_ignore_c != '\0' &&
702 *gp == gecos_ignore_c) {
912 * gecos_ignore_c '*' This character is ignored.
931 * gecos_ignore_c OR isspace OR any other character
950 * | | | | gecos_ignore_c | | |
961 * | | +---------------+ +---------------+ OR gecos_ignore_c | | |
967 * | | | | gecos_ignore_c| | NULL OR gecos_sep_c | |
992 * +--gecos_ignore_c
1042 if (ch == gecos_ignore_c) {
[all...]

Completed in 67 milliseconds