Searched refs:stringp (Results 1 - 14 of 14) sorted by relevance

/haiku-fatelf/src/bin/network/tcpdump/missing/
H A Dstrsep.c48 * Get next token from string *stringp, where tokens are possibly-empty
51 * Writes NULs into the string at *stringp to end tokens.
53 * On return, *stringp points past the last NUL written (if there might
56 * If *stringp is NULL, strsep returns NULL.
59 strsep(char **stringp, const char *delim) argument
66 if ((s = *stringp) == NULL)
77 *stringp = s;
/haiku-fatelf/src/kits/network/libbind/bsd/
H A Dstrsep.c50 * Get next token from string *stringp, where tokens are possibly-empty
53 * Writes NULs into the string at *stringp to end tokens.
55 * On return, *stringp points past the last NUL written (if there might
58 * If *stringp is NULL, strsep returns NULL.
61 strsep(char **stringp, const char *delim) { argument
67 if ((s = *stringp) == NULL)
78 *stringp = s;
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dcompat.h47 extern char *strsep(char **stringp, const char *delim);
H A Dcompat.c211 * Get next token from string *stringp, where tokens are possibly-empty
214 * Writes NULs into the string at *stringp to end tokens.
216 * On return, *stringp points past the last NUL written (if there might
219 * If *stringp is NULL, strsep returns NULL.
221 char *strsep(char **stringp, const char *delim) { argument
227 if ((s = *stringp) == NULL)
238 *stringp = s;
/haiku-fatelf/src/add-ons/input_server/methods/canna/lib/
H A Dlisp.c1913 else if (stringp(*addr)) {
2411 else if (stringp(x)) {
2412 if (stringp(y)) {
2786 if (stringp(temp)) {
2860 if ( !stringp(p) ) {
2908 if ( !null(p = sp[0]) && !stringp(p) ) {
2970 if ( !stringp(p = sp[1]) ) {
3017 if ( !stringp(p = sp[1]) ) {
3411 if (stringp(md) || null(md)) {
3412 if (stringp(m
[all...]
H A Dlisp.h78 #define stringp(x) (tag(x) == STRING_TAG) macro
/haiku-fatelf/src/bin/bash/lib/sh/
H A Dsnprintf.c1697 vasprintf(char **stringp, const char *format, va_list args) argument
1699 vasprintf(stringp, format, args)
1700 char **stringp;
1712 *stringp = data.base; /* not string in case reallocated */
1718 asprintf(char **stringp, const char * format, ...) argument
1720 asprintf(stringp, format, va_alist)
1721 char **stringp;
1731 rval = vasprintf (stringp, format, args);
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dstring.h505 extern char * mbssep (char **stringp, const char *delim);
H A Dstring.in.h476 extern char * mbssep (char **stringp, const char *delim);
/haiku-fatelf/src/bin/coreutils/lib/
H A Dstring.h625 extern char * mbssep (char **stringp, const char *delim)
H A Dstring.in.h586 extern char * mbssep (char **stringp, const char *delim)
/haiku-fatelf/src/bin/network/wget/lib/
H A Dstring.in.h551 extern char * mbssep (char **stringp, const char *delim);
/haiku-fatelf/src/kits/network/libbind/
H A Dport_after.h293 char * strsep(char **stringp, const char *delim);
/haiku-fatelf/src/bin/gdb/bfd/
H A Delf.c1100 bfd_boolean stringp;
1107 stringp = FALSE;
1115 case DT_NEEDED: name = "NEEDED"; stringp = TRUE; break;
1128 case DT_SONAME: name = "SONAME"; stringp = TRUE; break;
1129 case DT_RPATH: name = "RPATH"; stringp = TRUE; break;
1143 case DT_RUNPATH: name = "RUNPATH"; stringp = TRUE; break;
1155 case DT_CONFIG: name = "CONFIG"; stringp = TRUE; break;
1156 case DT_DEPAUDIT: name = "DEPAUDIT"; stringp = TRUE; break;
1157 case DT_AUDIT: name = "AUDIT"; stringp = TRUE; break;
1169 case DT_AUXILIARY: name = "AUXILIARY"; stringp
1098 bfd_boolean stringp; local
[all...]

Completed in 148 milliseconds