代码搜索:until
找到约 4,232 项符合「until」的源代码
代码结果 4,232
www.eeworm.com/read/347593/3167337
c usart.c
#define USART_C
#include "includes.h"
int usart_putchar(char c)
{
if (c == '\n')
usart_putchar('\r');
while(UCSRA&(1
www.eeworm.com/read/316872/3596736
h bug.h
#ifndef _SPARC_BUG_H
#define _SPARC_BUG_H
#ifdef CONFIG_BUG
/* Only use the inline asm until a gcc release that can handle __builtin_trap
* -rob 2003-06-25
*
* gcc-3.3.1 and later will be OK -Dave
www.eeworm.com/read/431110/1911893
sh northinit.sh
#!/bin/sh
: ==== start ====
#TESTNAME=x509-pluto-06
#
#source /testing/pluto/bin/northlocal.sh
ipsec setup start
/testing/pluto/bin/wait-until-pluto-started
ipsec auto --add north-east-x509-pluto-0
www.eeworm.com/read/427628/1969447
com www.searchengineherald.com
do (a).h4.-.-.(b)$until(-,$startwith"Permalink")(c);(d)-(c).$l("title",(a)).$l("text",(b),(d)).$l("_new",(a),(c)).$debug((b))
do (a).$to.text.(b).(c)link(d).$l("li",(d))$l("_li",(a),(d))
set article
www.eeworm.com/read/407756/2258904
hour
#!/bin/bash
# Scriptname: hour
let hour=0
until (( hour > 24 )) # or [ $hour -gt 24 ]
do
case "$hour" in
[0-9]|1[0-1]) echo "Good morning!"
;;
12) echo "Lunch time."
;;
1[3-7]) echo "Siesta
www.eeworm.com/read/407756/2259075
hour
#!/bin/sh
# Scriptname: hour
hour=1
until [ $hour -gt 24 ]
do
case "$hour" in
[0-9] |1[0-1]) echo "Good morning!"
;;
12) echo "Lunch time."
;;
1[3-7]) echo "Siesta time."
;;
*) echo
www.eeworm.com/read/363041/2923230
c usart.c
#define USART_C
#include "includes.h"
int usart_putchar(char c)
{
if (c == '\n')
usart_putchar('\r');
while(UCSRA&(1
www.eeworm.com/read/363041/2923298
c usart.c
#define USART_C
#include "includes.h"
int usart_putchar(char c)
{
if (c == '\n')
usart_putchar('\r');
while(UCSRA&(1
www.eeworm.com/read/160611/5568480
c patest_longsine.c
/*
* $Id: patest_longsine.c,v 1.2 2003/03/02 08:01:42 dmazzoni Exp $
* patest_longsine.c
* Play a sine wave using the Portable Audio api until ENTER hit.
*
* Author: Phil Burk http://www.softsyn
www.eeworm.com/read/160611/5569124
c patest_longsine.c
/** @file patest_longsine.c
@brief Play a sine wave until ENTER hit.
@author Phil Burk http://www.softsynth.com
*/
/*
* $Id: patest_longsine.c,v 1.2 2004/04/22 04:19:51 mbrubeck Exp $
*
* This p