代码搜索:printf

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

代码结果 10,000
www.eeworm.com/read/131315/5934957

c verify.c

/*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are perm
www.eeworm.com/read/131315/5935092

c diskpart.c

/* * Copyright (c) 1983, 1988, 1993 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are
www.eeworm.com/read/131315/5935171

security

#!/bin/sh - # # @(#)security 8.1 (Berkeley) 6/9/93 # PATH=/sbin:/usr/sbin:/bin:/usr/bin umask 077 ERR=/tmp/_secure1.$$ TMP1=/tmp/_secure2.$$ TMP2=/tmp/_secure3.$$ TMP3=/tmp/_secure4.$$ LIST=/tmp/_s
www.eeworm.com/read/131315/5935412

awk rand.awk

BEGIN { srand() for (i = 0; i < 19; i++) printf "%3d ", (1 + int(100 * rand())) print "" }
www.eeworm.com/read/131315/5935452

posix

BEGIN { a = "+2"; b = 2; c = "+2a"; d = "+2 "; e = " 2" printf "Test #1: " if (b == a) print "\"" a "\"" " compares as a number" else print "\"" a "\"" " compares as a string" printf "Test #2:
www.eeworm.com/read/131315/5937105

c nsquery.c

/* * ++Copyright++ 1986 * - * Copyright (c) 1986 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without
www.eeworm.com/read/131315/5937221

readinfo

#!/bin/sh # @(#) readinfo 1.3 92/08/31 @(#) # reads a host database file # # input from stdin # output to stdout # # arguments are names of fields in the file # # fields in a file are defined by a com
www.eeworm.com/read/131315/5938734

c fileman.c

/* fileman.c -- A tiny application which demonstrates how to use the GNU Readline library. This application interactively allows users to manipulate files and their modes. */ #include
www.eeworm.com/read/131315/5938925

c i387-tdep.c

/* Intel 387 floating point stuff. Copyright (C) 1988, 1989, 1991 Free Software Foundation, Inc. This file is part of GDB. This program is free software; you can redistribute it and/or modify it
www.eeworm.com/read/131315/5939310

c xcoffsolib.c

/* Shared library support for RS/6000 (xcoff) object files, for GDB. Copyright 1991, 1992 Free Software Foundation. Contributed by IBM Corporation. This file is part of GDB. This program is fr