代码搜索:printf

找到约 10,000 项符合「printf」的源代码

代码结果 10,000
www.eeworm.com/read/369339/2801369

s printf.s

/ C library -- printf .globl _printf .globl pfloat .globl pscien .globl _putchar .globl csv .globl cret _printf: jsr r5,csv sub $126.,sp mov 4(r5),formp / format mov r5,r4 add $6,r4 / arg
www.eeworm.com/read/368386/2814577

c printf.c

/* * Carsten Langgaard, carstenl@mips.com * Copyright (C) 1999,2000 MIPS Technologies, Inc. All rights reserved. * * ######################################################################## * *
www.eeworm.com/read/368386/2815449

c printf.c

/* $Id: printf.c,v 1.3 1997/03/18 18:00:00 jj Exp $ * printf.c: Internal prom library printf facility. * * Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu) * Copyright (C) 1997 Jakub J
www.eeworm.com/read/368386/2815575

c printf.c

/* $Id: printf.c,v 1.5 1996/04/04 16:31:07 tridge Exp $ * printf.c: Internal prom library printf facility. * * Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu) */ /* This routine is i
www.eeworm.com/read/368386/2816138

c printf.c

/* $Id: printf.c,v 1.7 2000/02/08 20:24:23 davem Exp $ * printf.c: Internal prom library printf facility. * * Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu) */ /* This routine is in
www.eeworm.com/read/368386/2816321

c printf.c

/* * Carsten Langgaard, carstenl@mips.com * Copyright (C) 2000 MIPS Technologies, Inc. All rights reserved. * * ######################################################################## * * Thi
www.eeworm.com/read/366702/2878059

c printf.c

#include #include extern void abort (void); extern int inside_main; int printf (const char *string, ...) { va_list ap; int r; #ifdef __OPTIMIZE__ if (inside_main) abort
www.eeworm.com/read/366702/2878118

c printf.c

/* Copyright (C) 2000 Free Software Foundation. Ensure all expected transformations of builtin printf occur and that we honor side effects in the arguments. Written by Kaveh R. Ghazi, 12/4
www.eeworm.com/read/364550/2902856

c printf.c

/* * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * Copyright (c) 1997-2005 * Herbert Xu . All rights reserved. * *
www.eeworm.com/read/364550/2902857

1 printf.1

.\" Copyright (c) 1989, 1990, 1993 .\" The Regents of the University of California. All rights reserved. .\" Copyright (c) 1997-2005 .\" Herbert Xu . All rights reserved