代码搜索结果
找到约 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
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
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