php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <php.h>
#include <php_config.h>
#include "ps_title.h"
#include <stdio.h>
#include <stdbool.h>
#include <string.h>
#include <stdlib.h>
Go to the source code of this file.
Macros | |
#define | PS_USE_NONE |
#define | PS_PADDING ' ' |
#define | PS_BUFFER_SIZE 256 |
Functions | |
char ** | save_ps_args (int argc, char **argv) |
int | is_ps_title_available (void) |
const char * | ps_title_errno (int rc) |
int | set_ps_title (const char *title) |
int | get_ps_title (size_t *displen, const char **string) |
void | cleanup_ps_args (char **argv) |
Variables | |
char ** | environ |
#define PS_BUFFER_SIZE 256 |
Definition at line 121 of file ps_title.c.
#define PS_PADDING ' ' |
Definition at line 109 of file ps_title.c.
#define PS_USE_NONE |
Definition at line 102 of file ps_title.c.
void cleanup_ps_args | ( | char ** | argv | ) |
Definition at line 435 of file ps_title.c.
int get_ps_title | ( | size_t * | displen, |
const char ** | string ) |
Definition at line 397 of file ps_title.c.
int is_ps_title_available | ( | void | ) |
Definition at line 287 of file ps_title.c.
const char * ps_title_errno | ( | int | rc | ) |
Definition at line 307 of file ps_title.c.
char ** save_ps_args | ( | int | argc, |
char ** | argv ) |
Definition at line 147 of file ps_title.c.
int set_ps_title | ( | const char * | title | ) |
Definition at line 340 of file ps_title.c.
|
extern |