HomeSort by: relevance | last modified time | path
    Searched refs:pCmd (Results 1 - 2 of 2) sorted by relevancy

  /src/external/public-domain/sqlite/dist/tea/generic/
tclsqlite3.c 522 ** Look at the script prefix in pCmd. We will be executing this script
533 static int safeToUseEvalObjv(Tcl_Obj *pCmd){
536 ** characters appear in pCmd, we will report the string as unsafe.
540 z = Tcl_GetStringFromObj(pCmd, &n);
749 Tcl_Obj *pCmd;
756 pCmd = Tcl_NewStringObj(pDb->zTraceV2, -1);
757 Tcl_IncrRefCount(pCmd);
758 Tcl_ListObjAppendElement(pDb->interp, pCmd,
760 Tcl_ListObjAppendElement(pDb->interp, pCmd,
762 Tcl_EvalObjEx(pDb->interp, pCmd, TCL_EVAL_DIRECT)
    [all...]
  /src/external/bsd/ntp/dist/ntpd/
refclock_jjy.c 1191 const char * pCmd ;
1393 pCmd = tristate_jjy01_command_sequence[up->iCommandSeq].command ;
1395 if ( write ( pp->io.fd, pCmd, iCmdLen ) != iCmdLen ) {
1399 jjy_write_clockstats( peer, JJY_CLOCKSTATS_MARK_SEND, pCmd ) ;
1417 const char * pCmd ;
1448 pCmd = tristate_jjy01_command_sequence[up->iCommandSeq].command ;
1450 if ( write ( pp->io.fd, pCmd, iCmdLen ) != iCmdLen ) {
1454 jjy_write_clockstats( peer, JJY_CLOCKSTATS_MARK_SEND, pCmd ) ;
2075 const char * pCmd ;
2276 pCmd = tristate_gps01_command_sequence[up->iCommandSeq].command
    [all...]

Completed in 20 milliseconds