代码搜索结果
找到约 10,000 项符合
4 的代码
figb.4
/*
* Error routines for programs that can run as a daemon.
*/
#include "apue.h"
#include /* for definition of errno */
#include /* ISO C variable arguments */
#include
figc.4
#include "apue.h"
#include
int
main(void) /* Linux/Solaris version */
{
struct spwd *ptr;
if ((ptr = getspnam("sar")) == NULL)
err_sys("getspnam error");
printf("sp_pwdp = %s\n", pt
makefile.4
# Comment/uncomment the following line to enable/disable debugging
CC := cc
include ./config.mk
WFLAGS := -Wall -Wstrict-prototypes -Wno-trigraphs
CFLAGS := -DRT2500_DBG -D__KERNEL__ -I$(LIN
4.asm
extrn buf:byte,info3:byte
public change3
code segment
change3 proc far
assume cs:code
sub ax,ax
mov ch,4
mov cl,4
mov bx,4a8fh
rotate: rol bx,cl
mo
grade(4).asm
;--------------------------------------------------------------------------------
datarea segment
LEN dw 1 dup(?)
MAX_LEN equ 30
grade_head