代码搜索:expect

找到约 2,529 项符合「expect」的源代码

代码结果 2,529
www.eeworm.com/read/146056/5740628

h expect.h

/* $Id: expect.h,v 1.3 2005/01/08 06:01:16 alan Exp $ */ /* * Expect simple tokens. Simple expect infrastructure for STONITH API * * Copyright (c) 2000 Alan Robertson * * This li
www.eeworm.com/read/128970/5975401

expect 01.expect

0df1847ec72b1683956389cca2477d8e
www.eeworm.com/read/128970/5975406

expect 02.expect

hello
www.eeworm.com/read/128970/5975407

expect 03.expect

hello world
www.eeworm.com/read/127704/6001984

c expect.c

/* * Copyright (C) 1996-1998 by the Board of Trustees * of Leland Stanford Junior University. * * This file is part of the SimOS distribution. * See LICENSE file for terms of the license.
www.eeworm.com/read/127704/6001991

h expect.h

/* * Copyright (C) 1996-1998 by the Board of Trustees * of Leland Stanford Junior University. * * This file is part of the SimOS distribution. * See LICENSE file for terms of the license.
www.eeworm.com/read/113693/6126277

brel expect.brel

test_rel: brel_dump test_rel: brel_put 2 11 test_rel: brel_put 1 10 test_rel: brel_put 3 9 test_rel: brel_put 1 10 4 128 test_rel: brel_put 23 12 test_rel: brel_put 24 13 brel_put: Invalid argument wh
www.eeworm.com/read/113693/6126285

icount expect.icount

test_icount: validate Icount structure successfully validated test_icount: store 0 usage: store inode counttest_icount: fetch 0 fetch: Invalid argument passed to ext2 library while calling ext2fs_icou
www.eeworm.com/read/113693/6126286

irel expect.irel

test_rel: irel_dump test_rel: irel_put 2 11 3 test_rel: irel_put 1 10 2 test_rel: irel_put 3 9 1 test_rel: irel_add_ref 1 4 128 test_rel: irel_add_ref 1 5 64 test_rel: irel_add_ref 1 6 512 irel_add_re
www.eeworm.com/read/109233/6175992

rb expect.rb

$expect_verbose = false class IO def expect(pat,timeout=9999999) buf = '' case pat when String e_pat = Regexp.new(Regexp.quote(pat)) when Regexp e_pat = pat end