Lines Matching defs:FALSE

47 #define	FALSE		0
224 uint8_t r_flag = FALSE;
225 uint8_t f_flag = FALSE;
226 uint8_t action = FALSE;
274 return (FALSE);
283 if (action == FALSE) {
292 if (action == FALSE) {
302 if (action == FALSE) {
311 if (action == FALSE) {
320 if (action == FALSE) {
329 if (action == FALSE) {
339 if (action == FALSE) {
349 if (action == FALSE) {
380 if (action == FALSE) {
412 if (r_flag != FALSE && f_flag == FALSE) {
415 } else if (r_flag == FALSE && f_flag == FALSE) {
418 } else if (r_flag != FALSE && f_flag != FALSE) {
447 ret = do_list(g_argp, argv, optind, FALSE);
461 if (f_flag == FALSE) {
486 ret = do_list(g_argp, argv, optind, FALSE);
612 if (is_fully_numeric(raid_levelp) == FALSE) {
672 if (f_flag == FALSE) {
766 if (is_fully_numeric(raid_levelp) == FALSE) {
830 if (f_flag == FALSE) {
928 if (is_snapshot == FALSE) {
934 FALSE, 0, is_snapshot);
968 if (is_snapshot == FALSE) {
973 FALSE, is_snapshot);
1014 if (is_snapshot == FALSE) {
1069 if (f_flag == FALSE) {
1120 if (f_flag == FALSE) {
1409 if (f_flag == FALSE) {
1482 if (is_snapshot == FALSE) {
1497 indent + 1, FALSE, is_snapshot) == FAILURE) {
1559 if (is_snapshot == FALSE) {
1561 if (is_sub == FALSE) {
1754 if (is_snapshot == FALSE) {
2300 is_indent = FALSE;
2517 if (argp == NULL || is_fully_numeric(argp) == FALSE ||
2572 if (is_fully_numeric(dp) == FALSE ||
2573 is_fully_numeric(tp) == FALSE ||
2574 is_fully_numeric(cp) == FALSE) {
2642 if (is_fully_numeric(dp) == FALSE ||
2643 is_fully_numeric(tp) == FALSE ||
2644 is_fully_numeric(cp) == FALSE) {
2718 if (is_fully_numeric(p) == FALSE ||
2719 is_fully_numeric(dot1p) == FALSE ||
2720 is_fully_numeric(dot2p) == FALSE) {
2831 * Return value is TRUE if the string are legal numeric string, or FALSE
2841 return (FALSE);
2846 return (FALSE);
2858 return (FALSE);
2871 return (FALSE);
2914 * FALSE -> Answer was negative
2925 return (FALSE);