代码搜索:Built-In
找到约 2,787 项符合「Built-In」的源代码
代码结果 2,787
www.eeworm.com/read/341974/12051609
html 00349.html
29.2.2 Built-in coverage access system functions
www.eeworm.com/read/149634/12361241
htm options.htm
Tk Built-In Commands - options manual page
NAME
options - Standard options supported
www.eeworm.com/read/129814/14223837
c c_sh.c
/*
* built-in Bourne commands
*/
#include "sh.h"
#include "ksh_stat.h" /* umask() */
#include "ksh_time.h"
#include "ksh_times.h"
static char *clocktos ARGS((clock_t t));
/* :, false and true *
www.eeworm.com/read/13871/284418
m rgb2graykpm.m
function g = rgb2grayKPM(rgb)
% function g = rgb2grayKPM(rgb)
% rgb2grayKPM Like the built-in function, but if r is already gray, does not cause an error
[nr nc ncolors] = size(rgb);
if ncolors
www.eeworm.com/read/474814/1390207
tcl bitmap.tcl
# bitmap.tcl --
#
# This demonstration script creates a toplevel window that displays
# all of Tk's built-in bitmaps.
#
# RCS: @(#) $Id: bitmap.tcl 144 2003-02-05 10:56:26Z mdejong $
if {![info exist
www.eeworm.com/read/470720/1452589
c wint_t-1.c
/* { dg-do compile } */
/* { dg-options "-Wall" } */
/* Compile with -Wall to get a warning if built-in and system wint_t don't
match. */
#define _STDDEF_H
#include
__WINT_TYPE__ __wi
www.eeworm.com/read/470693/1464535
c wint_t-1.c
/* { dg-do compile } */
/* { dg-options "-Wall" } */
/* Compile with -Wall to get a warning if built-in and system wint_t don't
match. */
#define _STDDEF_H
#include
__WINT_TYPE__ __wi
www.eeworm.com/read/233448/4686282
c wint_t-1.c
/* { dg-do compile } */
/* { dg-options "-Wall" } */
/* Compile with -Wall to get a warning if built-in and system wint_t don't
match. */
#define _STDDEF_H
#include
__WINT_TYPE__ __wi
www.eeworm.com/read/209211/4984520
c c_sh.c
/*
* built-in Bourne commands
*/
#include "sh.h"
#include "ksh_stat.h" /* umask() */
#include "ksh_time.h"
#include "ksh_times.h"
static char *clocktos ARGS((clock_t t));
/* :, false and true *
www.eeworm.com/read/200952/5063603
txt test-stringbuiltins.txt
FreeMarker: Encoding string built-in tests
cap_first: ${x?cap_first}
uncap_first:${x?uncap_first}
un