代码搜索:buf
找到约 10,000 项符合「buf」的源代码
代码结果 10,000
www.eeworm.com/read/136083/5873522
buf afiedt.buf
select * from fmstgrs_db2
where fmoutge_nbr in
( select fmoutge_nbr
from fmstgrs_db2
minus
select fmoutge_nbr
from fmwkcrw_db2
where fm_status_cde = 'COMPLETED'
and update_allowed_
www.eeworm.com/read/131843/5926771
buf afiedt.buf
select * from fmstgrs_db2
where fmoutge_nbr in
( select fmoutge_nbr
from fmstgrs_db2
minus
select fmoutge_nbr
from fmwkcrw_db2
where fm_status_cde = 'COMPLETED'
and update_allowed_
www.eeworm.com/read/131315/5932287
h buf.h
/*
* Copyright (c) 1982, 1986, 1989, 1993
* The Regents of the University of California. All rights reserved.
* (c) UNIX System Laboratories, Inc.
* All or some portions of this file are derived
www.eeworm.com/read/131315/5936051
h buf.h
/***************************************************************************
* This program is Copyright (C) 1986, 1987, 1988 by Jonathan Payne. JOVE *
* is provided to you without charge, and with
www.eeworm.com/read/131315/5936099
c buf.c
/***************************************************************************
* This program is Copyright (C) 1986, 1987, 1988 by Jonathan Payne. JOVE *
* is provided to you without charge, and with
www.eeworm.com/read/131315/5939840
h buf.h
#define FLAG(bp) (bp)->b_data[0]
#define ISEMPTY(bp) ((bp)->b_top == (bp)->b_bot)
#define RESET(bp) (bp)->b_top = (bp)->b_bot = (bp)->b_data
#define QEMPTY(qp) ((qp)->b_next == (struct buf *)qp)
#defi
www.eeworm.com/read/131315/5939842
c buf.c
/*
* Miscellanious buffer management routines
*
* Frank Pronk
* The University of British Columbia
* Laboratory for Computational Vision
* Copyright (c)
*/
#include "buf.h"
char *malloc();
/
www.eeworm.com/read/131315/5945026
h buf.h
/*
* Copyright (c) 1988, 1989, 1990, 1993
* The Regents of the University of California. All rights reserved.
* Copyright (c) 1989 by Berkeley Softworks
* All rights reserved.
*
* This code is