代码搜索:hostid
找到约 307 项符合「hostid」的源代码
代码结果 307
www.eeworm.com/read/359058/10167603
hostid
www.eeworm.com/read/135153/5887862
c hostid.c
/* vi: set sw=4 ts=4: */
/*
* Mini hostid implementation for busybox
*
* Copyright (C) 2000 Edward Betts .
*
* This program is free software; you can redistribute it and/or mo
www.eeworm.com/read/119864/6080688
c hostid.c
#define __FORCE_GLIBC__
#include
#include
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/104217/6206154
cpp hostid.cpp
/*******************************************************************************
模 块 名:Get hostid Utility
文 件 名:hostid.cpp
相关文件:无
功 能:返回当前服务器HostID
创 建 者:YuBing
版 本:1.00.00
--------------
www.eeworm.com/read/101082/6244998
1 hostid.1
.\" SCCSID: @(#)hostid.1 8.1 9/11/90
.TH hostid 1
.SH Name
hostid \- set or print identifier of current host system
.SH Syntax
.B hostid
[\|\fIidentifier\fR\|]
.SH Description
.NXR "hostid command"
.N
www.eeworm.com/read/101082/6246879
1 hostid.1
.\" SCCSID: @(#)hostid.1 8.1 9/11/90
.TH hostid 1
.SH Name
hostid \- set or print identifier of current host system
.SH Syntax
.B hostid
[\|\fIidentifier\fR\|]
.SH Description
.NXR "hostid command"
.N
www.eeworm.com/read/101082/6249377
c hostid.c
#ifndef lint
static char *sccsid = "@(#)hostid.c 4.1 (ULTRIX) 7/17/90";
#endif
main(argc, argv)
int argc;
char **argv;
{
if (argc > 1) {
int hostid;
sscanf(argv[1], "%x", &hostid);
if (seth