Postfix3.3.1
|
#include <sys_defs.h>
#include <string.h>
#include "mymalloc.h"
#include "stringops.h"
#include "argv.h"
#include "msg.h"
関数 | |
ARGV * | argv_split (const char *string, const char *delim) |
ARGV * | argv_split_count (const char *string, const char *delim, ssize_t count) |
ARGV * | argv_split_append (ARGV *argvp, const char *string, const char *delim) |
ARGV* argv_split | ( | const char * | string, |
const char * | delim | ||
) |
argv_split.c の 63 行目に定義があります。
argv_split.c の 101 行目に定義があります。
ARGV* argv_split_count | ( | const char * | string, |
const char * | delim, | ||
ssize_t | count | ||
) |
argv_split.c の 79 行目に定義があります。