代码搜索:sprintf

找到约 7,065 项符合「sprintf」的源代码

代码结果 7,065
www.eeworm.com/read/131315/5934714

c convtime.c

/* * Copyright (c) 1983 Eric P. Allman * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with
www.eeworm.com/read/131315/5935453

awk up_down.awk

{ lim = split ($0, line) out = "" if (lim > 0) { i = 0 while (i < lim) { i++ if (i % 2) out = out sprintf("%s ", toupper(line[i])) else out = out sprintf("%s ", tolower(line[i]
www.eeworm.com/read/131315/5935607

pl assert.pl

# assert.pl # tchrist@convex.com (Tom Christiansen) # # Usage: # # &assert('@x > @y'); # &assert('$var > 10', $var, $othervar, @various_info); # # That is, if the first expression evals fal
www.eeworm.com/read/131315/5941945

c util.c

/* $Id: util.c,v 3.0 1992/02/23 21:25:39 davison Trn $ */ /* This software is Copyright 1991 by Stan Barber. * * Permission is hereby granted to copy, reproduce, redistribute or otherwise * use t
www.eeworm.com/read/131315/5942279

c getbbent.c

/* getbbent.c - subroutines for accessing the BBoards file */ #ifndef lint static char ident[] = "@(#)$Id: getbbent.c,v 1.14 1992/12/15 00:20:22 jromine Exp $"; #endif /* lint */ /* LINTLIBRARY */ #
www.eeworm.com/read/131315/5942322

c uumm.c

/* uumm.c - routines to filter UUCP to MMDF mailboxes */ #include "mf.h" #include "../tws/tws.h" #include #include "../mts/mts.h" #include #include #include
www.eeworm.com/read/131315/5942472

c sprintb.c

/* sprintb.c - sprintf a %b string */ #ifndef lint static char ident[] = "@(#)$Id: sprintb.c,v 1.3 1992/12/15 00:20:22 jromine Exp $"; #endif /* lint */ #include "../h/mh.h" #include char
www.eeworm.com/read/131315/5942526

c m_seq.c

/* m_seq.c - print out a message sequence */ #ifndef lint static char ident[] = "@(#)$Id: m_seq.c,v 1.8 1992/12/15 00:20:22 jromine Exp $"; #endif /* lint */ #include "../h/mh.h" #include
www.eeworm.com/read/131315/5942568

c getbbent.c

/* getbbent.c - subroutines for accessing the BBoards file */ /* LINTLIBRARY */ #include "bboards.h" #ifndef MMDFONLY #include "../h/strings.h" #include #else MMDFONLY #include "util.h
www.eeworm.com/read/131315/5942586

c getbbent.c

/* getbbent.c - subroutines for accessing the BBoards file */ /* LINTLIBRARY */ #include "bboards.h" #ifndef MMDFONLY #include "../h/strings.h" #include #else MMDFONLY #include "util.h