代码搜索:Loop
找到约 10,000 项符合「Loop」的源代码
代码结果 10,000
www.eeworm.com/read/127694/6002960
c loop.c
#include "unp.h"
void
loop(int sockfd, socklen_t salen)
{
char buf[MAXLINE+1];
socklen_t len;
ssize_t n;
struct sockaddr *sa;
struct sap_packet {
uint32_t sap_header;
uint32_t sap_src
www.eeworm.com/read/125688/6022785
h loop.h
#ifndef _LINUX_LOOP_H
#define _LINUX_LOOP_H
#include
/*
* include/linux/loop.h
*
* Written by Theodore Ts'o, 3/29/93.
*
* Copyright 1993 by Theodore Ts'o. Redistribution of th
www.eeworm.com/read/125688/6025498
c if_loop.c
/*
* Copyright (c) 1982, 1986, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are
www.eeworm.com/read/125688/6026584
c if_loop.c
/*
* Copyright (c) 1982, 1986, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are
www.eeworm.com/read/125480/6028389
java loop.java
package unari;
/**
* Title:
* Description:
* Copyright: Copyright (c) 2005
* Company:
* @author not attributable
* @version 1.0
*/
/**
* Title:
*
www.eeworm.com/read/125133/6032828
idel loop.idel
def 0 1 main recurse 0 ;
def 0 0 recurse recurse ;
www.eeworm.com/read/125133/6032857
try-loop
#!/bin/sh
if cpp tests/loop.idel | bin/idelasm >image 2>output
then echo -n
else echo "*** failed1: loop ***"; exit 1
fi
if bin/idelvm -fuel 10000 image >output 2>&1
then echo "*** failed1: loo