Home
last modified time | relevance | path

Searched refs:stringp (Results 1 – 25 of 121) sorted by relevance

12345

/netbsd/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dstrsep_copy.c47 strsep_copy(const char **stringp, const char *delim, char *buf, size_t len) in strsep_copy() argument
49 const char *save = *stringp; in strsep_copy()
53 *stringp = *stringp + strcspn(*stringp, delim); in strsep_copy()
54 l = min(len, (size_t)(*stringp - save)); in strsep_copy()
60 l = *stringp - save; in strsep_copy()
61 if(**stringp == '\0') in strsep_copy()
62 *stringp = NULL; in strsep_copy()
64 (*stringp)++; in strsep_copy()
/netbsd/lib/libc/rpc/
H A Dgetnetconfig.c297 if (stringp == NULL) in getnetconfig()
312 free(stringp); in getnetconfig()
316 } while (*stringp == '#'); in getnetconfig()
320 free(stringp); in getnetconfig()
325 free(stringp); in getnetconfig()
332 list->linep = stringp; in getnetconfig()
334 free(stringp); in getnetconfig()
467 } while (*stringp == '#'); in getnetconfigent()
487 } while (stringp != NULL); in getnetconfigent()
531 _DIAGASSERT(stringp != NULL); in parse_ncp()
[all …]
/netbsd/external/bsd/unbound/dist/compat/
H A Dstrsep.c48 char *strsep(char **stringp, const char *delim) in strsep() argument
52 if(stringp == NULL || *stringp == NULL) in strsep()
54 orig = *stringp; in strsep()
55 s = *stringp; in strsep()
60 *stringp = s+1; in strsep()
62 *stringp = NULL; in strsep()
/netbsd/common/lib/libc/string/
H A Dstrsep.c69 strsep(char **stringp, const char *delim) in __weak_alias()
76 _DIAGASSERT(stringp != NULL); in __weak_alias()
79 if ((s = *stringp) == NULL) in __weak_alias()
90 *stringp = s; in __weak_alias()
/netbsd/lib/libc/string/
H A Dstresep.c64 stresep(char **stringp, const char *delim, int esc) in __weak_alias()
72 _DIAGASSERT(stringp != NULL); in __weak_alias()
75 if ((s = *stringp) == NULL) in __weak_alias()
93 *stringp = s; in __weak_alias()
/netbsd/external/gpl3/gdb/dist/gdb/
H A Dlocation.c877 string_to_event_location_basic (const char **stringp, in string_to_event_location_basic() argument
885 cs = *stringp; in string_to_event_location_basic()
888 location = new_probe_location (*stringp); in string_to_event_location_basic()
889 *stringp += strlen (*stringp); in string_to_event_location_basic()
894 if (*stringp != NULL && **stringp == '*') in string_to_event_location_basic()
899 orig = arg = *stringp; in string_to_event_location_basic()
902 *stringp += arg - orig; in string_to_event_location_basic()
907 location = new_linespec_location (stringp, match_type); in string_to_event_location_basic()
917 string_to_event_location (const char **stringp, in string_to_event_location() argument
924 orig = arg = *stringp; in string_to_event_location()
[all …]
H A Dlinespec.h175 extern void linespec_lex_to_end (const char **stringp);
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dlocation.c877 string_to_event_location_basic (const char **stringp, in string_to_event_location_basic() argument
885 cs = *stringp; in string_to_event_location_basic()
888 location = new_probe_location (*stringp); in string_to_event_location_basic()
889 *stringp += strlen (*stringp); in string_to_event_location_basic()
894 if (*stringp != NULL && **stringp == '*') in string_to_event_location_basic()
899 orig = arg = *stringp; in string_to_event_location_basic()
902 *stringp += arg - orig; in string_to_event_location_basic()
907 location = new_linespec_location (stringp, match_type); in string_to_event_location_basic()
917 string_to_event_location (const char **stringp, in string_to_event_location() argument
924 orig = arg = *stringp; in string_to_event_location()
[all …]
H A Dlinespec.h175 extern void linespec_lex_to_end (const char **stringp);
/netbsd/external/bsd/tcpdump/dist/missing/
H A Dstrsep.c56 strsep(char **stringp, const char *delim) in strsep() argument
63 if ((s = *stringp) == NULL) in strsep()
74 *stringp = s; in strsep()
/netbsd/external/bsd/mdocml/dist/
H A Dcompat_strsep.c53 strsep(char **stringp, const char *delim) in strsep() argument
60 if ((s = *stringp) == NULL) in strsep()
71 *stringp = s; in strsep()
/netbsd/external/bsd/nvi/dist/clib/
H A Dstrsep.c62 strsep(register char **stringp, register const char *delim) in strsep() argument
69 if ((s = *stringp) == NULL) in strsep()
80 *stringp = s; in strsep()
/netbsd/external/bsd/libbind/dist/bsd/
H A Dstrsep.c63 strsep(char **stringp, const char *delim) { in strsep() argument
69 if ((s = *stringp) == NULL) in strsep()
80 *stringp = s; in strsep()
/netbsd/lib/libutil/
H A Dstat_flags.c125 string_to_flags(char **stringp, u_long *setp, u_long *clrp) in string_to_flags() argument
136 string = *stringp; in string_to_flags()
139 *stringp = p; in string_to_flags()
/netbsd/external/bsd/ntp/dist/lib/isc/
H A Dstring.c201 isc_string_separate(char **stringp, const char *delim) { in isc_string_separate() argument
202 char *string = *stringp; in isc_string_separate()
214 *stringp = s; in isc_string_separate()
217 *stringp = NULL; in isc_string_separate()
/netbsd/external/apache2/llvm/dist/clang/tools/clang-format/
H A Dclang-format.el57 :safe #'stringp)
69 :safe #'stringp)
187 ((stringp status)
/netbsd/sbin/cgdconfig/
H A Dutils.c55 strsep_getnext(char **stringp, const char *delim) in strsep_getnext() argument
59 ret = strsep(stringp, delim); in strsep_getnext()
61 ret = strsep(stringp, delim); in strsep_getnext()
/netbsd/external/gpl2/gmake/dist/
H A Ddep.h62 extern struct nameseq *parse_file_seq PARAMS ((char **stringp, int stopchar, unsigned int size, int…
H A Dvariable.h125 extern int handle_function PARAMS ((char **op, char **stringp));
H A Dfunction.c2124 handle_function (char **op, char **stringp) in handle_function() argument
2127 char openparen = (*stringp)[0]; in handle_function()
2136 beg = *stringp + 1; in handle_function()
2166 *stringp = end; in handle_function()
/netbsd/external/bsd/ntp/dist/lib/isc/include/isc/
H A Dstring.h223 isc_string_separate(char **stringp, const char *delim);
/netbsd/sys/dev/acpi/
H A Dacpi_util.c235 acpi_eval_string(ACPI_HANDLE handle, const char *path, char **stringp) in acpi_eval_string() argument
258 *stringp = ACPI_ALLOCATE(obj->String.Length + 1); in acpi_eval_string()
260 if (*stringp == NULL) { in acpi_eval_string()
265 (void)memcpy(*stringp, obj->String.Pointer, obj->String.Length); in acpi_eval_string()
267 (*stringp)[obj->String.Length] = '\0'; in acpi_eval_string()
/netbsd/external/gpl3/binutils/dist/gprofng/src/
H A Dcollctrl.cc1547 char *stringp = def_string; in add_default_hwcstring() local
1558 nextp = stringp; in add_default_hwcstring()
1560 nextp = stringp + 1; in add_default_hwcstring()
1581 strncat (retp, stringp, (retsize - strlen (retp) - 1)); in add_default_hwcstring()
1598 stringp = next + 1; in add_default_hwcstring()
1599 if (* (stringp + 1) == 0) /* name ended in ,, -- we're done */ in add_default_hwcstring()
1606 strncat (retp, stringp, (retsize - strlen (retp) - 1)); in add_default_hwcstring()
/netbsd/external/gpl3/binutils/dist/binutils/
H A Ddebug.c225 bool stringp; member
1479 bfd_signed_vma upper, bool stringp) in debug_make_array_type() argument
1499 a->stringp = stringp; in debug_make_array_type()
2604 type->u.karray->stringp); in debug_write_type()
3173 && t1->u.karray->stringp == t2->u.karray->stringp in debug_type_samep()
/netbsd/external/gpl2/texinfo/dist/util/
H A Dtexi-docstring-magic.el230 (if (stringp default)

12345