products/Sources/formale Sprachen/C/Postfix/src/cleanup/   (Postfix Mailserver Version 3.11©)  Datei vom 21.0.2007 mit Größe 1 kB image not shown  

Quelle  ps_status.h

  Sprache: C
 

/*-------------------------------------------------------------------------
 *
 * ps_status.h
 *
 * Declarations for backend/utils/misc/ps_status.c
 *
 * src/include/utils/ps_status.h
 *
 *-------------------------------------------------------------------------
 */


#ifndef PS_STATUS_H
#define PS_STATUS_H

/* disabled on Windows as the performance overhead can be significant */
#ifdef WIN32
#define DEFAULT_UPDATE_PROCESS_TITLE false
#else
#define DEFAULT_UPDATE_PROCESS_TITLE true
#endif

extern PGDLLIMPORT bool update_process_title;

extern char **save_ps_display_args(int argc, char **argv);

extern void init_ps_display(const char *fixed_part);

extern void set_ps_display_suffix(const char *suffix);

extern void set_ps_display_remove_suffix(void);

extern void set_ps_display_with_len(const char *activity, size_t len);

/*
 * set_ps_display
 *  inlined to allow strlen to be evaluated during compilation when
 *  passing string constants.
 */

static inline void
set_ps_display(const char *activity)
{
 set_ps_display_with_len(activity, strlen(activity));
}

extern const char *get_ps_display(int *displen);

#endif       /* PS_STATUS_H */

Messung V0.5 in Prozent
C=87 H=99 G=93

¤ Dauer der Verarbeitung: 0.0 Sekunden  (vorverarbeitet am  2026-08-08) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.