Searched refs:chkstate (Results 1 – 4 of 4) sorted by relevance
/titanic_51/usr/src/lib/libshare/autofs/ |
H A D | libshare_autofs.c | 296 * service_in_state(service, chkstate) 299 * (chkstate) or not. Return true (1) if it is and false (0) if it 303 service_in_state(char *service, const char *chkstate) in service_in_state() argument 311 ret = strcmp(state, chkstate) == 0 ? B_TRUE : B_FALSE; in service_in_state()
|
/titanic_51/usr/src/contrib/ast/src/lib/libcmd/ |
H A D | wclib.c | 119 static int chkstate(int state, register unsigned int c) in chkstate() function 447 if(state && (state=chkstate(state,oldc))) in wc_count()
|
/titanic_51/usr/src/lib/libcmd/common/ |
H A D | wclib.c | 116 static int chkstate(int state, register unsigned int c) in chkstate() function 429 if(state && (state=chkstate(state,oldc))) in wc_count()
|
/titanic_51/usr/src/lib/libshare/nfs/ |
H A D | libshare_nfs.c | 2866 * service_in_state(service, chkstate) 2869 * (chkstate) or not. Return true (1) if it is and false (0) if it 2873 service_in_state(char *service, const char *chkstate) in service_in_state() argument 2881 ret = strcmp(state, chkstate) == 0 ? B_TRUE : B_FALSE; in service_in_state()
|