HomeSort by: relevance | last modified time | path
    Searched defs:split_at (Results 1 - 2 of 2) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/util/
split_at.c 1 /* $NetBSD: split_at.c,v 1.1.1.1 2009/06/23 10:09:01 tron Exp $ */
5 /* split_at 3
9 /* #include <split_at.h>
11 /* char *split_at(string, delimiter)
19 /* split_at() null-terminates the \fIstring\fR at the first
24 /* occurrence, but is otherwise identical to split_at().
31 /* A split_at() routine appears in the TCP Wrapper software
51 #include "split_at.h"
53 /* split_at - break string at first delimiter, return remainder */
55 char *split_at(char *string, int delimiter function
    [all...]
  /src/lib/libwrap/
misc.c 52 /* split_at - break string at delimiter or return NULL */
55 split_at(char *string, int delimiter) function

Completed in 34 milliseconds