代码搜索:common 有哪些应用?
找到约 10,000 项符合「common 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/239566/4599412
cpp common_func.cpp
#include "common_func.h"
#include
using namespace std;
void ClientToScreen(HWND hWnd, RECT* rect)
{
POINT pt;
pt.x = rect->left;
pt.y = rect->top;
::ClientToScreen( hWn
www.eeworm.com/read/239566/4599417
h common_func.h
#ifndef COMMON_FUNC_H
#define COMMON_FUNC_H
#include "windows.h"
// need this header for SHBrowseForFolder
#include
void ClientToScreen(HWND hWnd, RECT* rect);
void ScreenToClient
www.eeworm.com/read/238372/4615554
files samba-common.files
etc/samba/
etc/dhcp3/
etc/pam.d/
usr/bin/net
usr/bin/nmblookup
usr/bin/smbpasswd
usr/bin/testparm
usr/share/man/man1/nmblookup.1
usr/share/man/man1/testparm.1
usr/share/man/man5/lmhosts.5
usr/share/ma
www.eeworm.com/read/238372/4615562
postrm samba-common.postrm
#!/bin/sh
#
#
if [ "$1" = purge ]; then
# Remove any files left in /etc/samba/
rm -Rf /etc/samba/
fi
#DEBHELPER#
www.eeworm.com/read/238372/4615572
postinst samba-common.postinst
#!/bin/sh
#
#
set -e
# Do debconf stuff here
. /usr/share/debconf/confmodule
# We need a default smb.conf file. If one doesn't exist we put in place
# one that has some basic defaults.
if [ ! -e /e
www.eeworm.com/read/238372/4615573
dirs samba-common.dirs
etc/samba
etc/dhcp3/dhclient-enter-hooks.d