Searched refs:check_string (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10.1/apache-793/httpd/modules/session/
H A Dmod_session_cookie.c203 static const char *check_string(cmd_parms * cmd, const char *string) function
226 return check_string(cmd, cookie);
242 return check_string(cmd, cookie);
H A Dmod_session_dbd.c533 static const char *check_string(cmd_parms * cmd, const char *string) function
577 return check_string(cmd, cookie);
592 return check_string(cmd, cookie);
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSShared/
H A DDebugServices.h568 /*! @defined check_string
577 Code inside check_string() statements is not compiled into production builds.
581 #undef check_string macro
583 #if ( !defined( check_string ) )
585 #define check_string( X, STR ) \ macro
595 #define check_string( X, STR ) macro
1090 #define ensure_string( X, STR ) check_string( X, STR )
H A DDebugServices.c2628 check_string( 0, "SHOULD SEE: check_string" );
2629 check_string( 1, "SHOULD *NOT* SEE: check_string (valid)" );
/macosx-10.10.1/apache-793/httpd/modules/aaa/
H A Dmod_auth_form.c215 static const char *check_string(cmd_parms * cmd, const char *string) function
230 return check_string(cmd, location);
238 return check_string(cmd, username);
246 return check_string(cmd, password);
254 return check_string(cmd, method);
262 return check_string(cmd, mimetype);
270 return check_string(cmd, body);
/macosx-10.10.1/xnu-2782.1.97/EXTERNAL_HEADERS/
H A DAssertMacros.h1249 replace "check_string(<b args>)" with "__Check_String(<args>)" \
1302 #ifndef check_string
1303 #define check_string(assertion, message) __Check_String(assertion, message) macro
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dexim.vim42 syn keyword eximKeyword allow_fifo allow_symlink batch batch_max bsmtp bsmtp_helo check_group check_owner check_string create_directory create_file current_directory directory directory_mode escape_string file file_format file_must_exist from_hack group lock_fcntl_timeout lock_interval lock_retries lockfile_mode lockfile_timeout maildir_format maildir_retries maildir_tag mailstore_format mailstore_prefix mailstore_suffix mbx_format mode mode_fail_narrower notify_comsat prefix quota quota_filecount quota_is_inclusive quota_size_regex quota_warn_message quota_warn_threshold require_lockfile retry_use_local_part suffix use_crlf use_fcntl_lock use_lockfile use_mbx_lock user
51 syn keyword eximKeyword allow_commands batch batch_max bsmtp bsmtp_helo check_string command current_directory environment escape_string freeze_exec_fail from_hack group home_directory ignore_status initgroups log_defer_output log_fail_output log_output max_output path pipe_as_creator prefix restrict_to_path retry_use_local_part return_fail_output return_output suffix temp_errors timeout umask use_crlf use_shell user
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSVxWorks/
H A DmDNSVxWorks.c440 check_string( inMDNS->p && ( inMDNS->p->taskID != ERROR ), "mDNS task not started" );
461 check_string( inMDNS->p && ( inMDNS->p->taskID != ERROR ), "mDNS task not started" );
1207 check_string( NumCacheRecordsForInterfaceID( inMDNS, (mDNSInterfaceID) i ) == 0, "closing with in-use records!" );
1668 check_string( n > 0, "select said something was readable, but nothing was" );
1752 check_string( !inMDNS->p->interfaceList, "LEAK: closing without deleting all interfaces" );
H A DmDNSVxWorksIPv4Only.c159 #define check_string( assertion, cstring ) macro
531 check_string( inMDNS->p->task != ERROR, "mDNS task not started" );
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSWindows/mdnsNSP/
H A DmdnsNSP.c453 check_string( gQueryList->refCount == 1, "NSPCleanup with outstanding queries!" );

Completed in 208 milliseconds