代码搜索:DEV
找到约 10,000 项符合「DEV」的源代码
代码结果 10,000
www.eeworm.com/read/100204/15880620
start
./cdrecord -dummy -v speed=2 dev=2,0 /usr/home/joerg/cd.raw
www.eeworm.com/read/100204/15880743
hpux mknod.hpux
#!/bin/sh
################################################################
# make SCSI device files according to: man scsi_ctl
#
# Copyright (c) 1997 J. Schilling
#####################################
www.eeworm.com/read/100198/15881282
cpp scsibus.cpp
////////////////////////////////////////////////////////////
//
// Module SCSIBUS.CPP
//
// ASPI class library
// SCSI interface class
//
// Project: A Programmer's Guide to SCSI
//
// Copyri
www.eeworm.com/read/100082/15885801
cisdial .cisdial
# .cisdial - a script to dial CIS on different modems.
assign modem eq portname
if ! linked
then
if modem eq "/dev/ttyA01"
then transmit "ATs0=0 &K2^M"
pause 1
dial "7662080"
fi
if modem eq
www.eeworm.com/read/100074/15886470
cpp session.cpp
// Copyright (C) 2000 Open Source Telecom Corporation.
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published
www.eeworm.com/read/100068/15886759
sh tamtam.sh
export TOTO=~/internet/tam
echo -n `echo q | (mail 2>/dev/null) | grep -E -e "^.N.+"` >>$TOTO/toto
if (test -s $TOTO/toto) then
cu -l /dev/cua1 -e /dev/tty8 2>$TOTO/burp &
sleep 20
if (tes
www.eeworm.com/read/100018/15888516
cgi tunefs_form.cgi
#!/usr/local/bin/perl
# tunefs_form.cgi
# Display a form asking for filesystem tuning parameters
require './fdisk-lib.pl';
&can_edit_disk($in{'dev'}) || &error($text{'tunefs_ecannot'});
&header($text
www.eeworm.com/read/100018/15889512
cgi fsck_form.cgi
#!/usr/local/bin/perl
# fsck_form.cgi
# Display a form asking for fsck options
require './format-lib.pl';
&ReadParse();
&can_edit_disk($in{'dev'}) || &error("You are not allowed to fsck this disk");
www.eeworm.com/read/100018/15889532
pl linux-lib.pl
# linux-lib.pl
# Functions for printcap-style printer management
# list_printers()
# Returns a list of known printer names
sub list_printers
{
local($l, @rv);
foreach $l (&list_printcap()) {
$l->{'n
www.eeworm.com/read/100018/15889556
pl lprng-lib.pl
# linux-lib.pl
# Functions for lprng-style printer management
# list_printers()
# Returns a list of known printer names
sub list_printers
{
local($l, @rv);
foreach $l (&list_printcap()) {
$l->{'name