代码搜索:Scan
找到约 10,000 项符合「Scan」的源代码
代码结果 10,000
www.eeworm.com/read/453994/1634169
awk scan_makefile_in.awk
BEGIN {
mode=0
sources=""
}
mode == 0 && /^LTLIBRARY_SOURCES.*\\$/ {
if (match($0, "[^=]*$")) {
sources=substr($0, RSTART, RLENGTH-1)
}
mode=1
next
}
mode == 0 && /^LTLIBRARY_SOURCES.*/ {
i
www.eeworm.com/read/250243/4434469
s fp_scan.s
/*
* fp_scan.S
*
* Copyright Roman Zippel, 1997. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the foll
www.eeworm.com/read/250243/4435215
c dmi_scan.c
#include
#include
#include
#include
#include
#include
#include
#include
#incl
www.eeworm.com/read/250243/4438430
l aicasm_scan.l
%{
/*
* Lexical Analyzer for the Aic7xxx SCSI Host adapter sequencer assembler.
*
* Copyright (c) 1997, 1998, 2000 Justin T. Gibbs.
* Copyright (c) 2001, 2002 Adaptec Inc.
* All rights reserved.
www.eeworm.com/read/243567/4522344
s fp_scan.s
/*
* fp_scan.S
*
* Copyright Roman Zippel, 1997. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the foll
www.eeworm.com/read/243567/4522660
c dmi_scan.c
#include
#include
#include
#include
#include
#include
#include
#include
#
www.eeworm.com/read/243567/4524501
l aicasm_scan.l
%{
/*
* Lexical Analyzer for the Aic7xxx SCSI Host adapter sequencer assembler.
*
* Copyright (c) 1997, 1998, 2000 Justin T. Gibbs.
* Copyright (c) 2001 Adaptec Inc.
* All rights reserved.
*
*
www.eeworm.com/read/242873/4533507
l aicasm_scan.l
%{
/*
* Lexical Analyzer for the Aic7xxx SCSI Host adapter sequencer assembler.
*
* Copyright (c) 1997, 1998, 2000 Justin T. Gibbs.
* Copyright (c) 2001, 2002 Adaptec Inc.
* All rights reserved.
www.eeworm.com/read/242082/4555990
inc scan3.inc
;* CW : Character Windows
;*
;* scan3.inc : DOS 3 scan codes
;*****************************************************************************
SS_RSHIFT equ 00001h
SS_LSHIFT equ 00002h
SS_CONTROL
www.eeworm.com/read/240943/4564956
c amba_scan.c
/*
LEON2/3 LIBIO low-level routines
Written by Jiri Gaisler.
Copyright (C) 2004 Gaisler Research AB
This program is free software; you can redistribute it and/or modify
it unde