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

1234567891011>>

/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Dstrsep_copy.c42 /* strsep, but with const stringp, so return string in buf */
45 strsep_copy(const char **stringp, const char *delim, char *buf, size_t len) argument
47 const char *save = *stringp;
51 *stringp = *stringp + strcspn(*stringp, delim);
52 l = min(len, (size_t)(*stringp - save));
58 l = *stringp - save;
59 if(**stringp == '\0')
60 *stringp
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/clib/
H A Dstrsep.c39 * Get next token from string *stringp, where tokens are possibly-empty
42 * Writes NULs into the string at *stringp to end tokens.
44 * On return, *stringp points past the last NUL written (if there might
47 * If *stringp is NULL, strsep returns NULL.
54 strsep(stringp, delim)
55 char **stringp;
63 if ((s = *stringp) == NULL)
74 *stringp = s;
/macosx-10.10.1/lukemftp-14/tnftp/libnetbsd/
H A Dstrsep.c36 * Get next token from string *stringp, where tokens are possibly-empty
39 * Writes NULs into the string at *stringp to end tokens.
41 * On return, *stringp points past the last NUL written (if there might
44 * If *stringp is NULL, strsep returns NULL.
47 strsep(char **stringp, const char *delim) argument
54 if ((s = *stringp) == NULL)
65 *stringp = s;
/macosx-10.10.1/xnu-2782.1.97/libsyscall/wrappers/string/
H A Dstrsep.c33 * Get next token from string *stringp, where tokens are possibly-empty
36 * Writes NULs into the string at *stringp to end tokens.
38 * On return, *stringp points past the last NUL written (if there might
41 * If *stringp is NULL, strsep returns NULL.
45 strsep(char **stringp, const char *delim) argument
52 if ((s = *stringp) == NULL)
63 *stringp = s;
/macosx-10.10.1/Libc-1044.1.2/string/FreeBSD/
H A Dstrsep.c40 * Get next token from string *stringp, where tokens are possibly-empty
43 * Writes NULs into the string at *stringp to end tokens.
45 * On return, *stringp points past the last NUL written (if there might
48 * If *stringp is NULL, strsep returns NULL.
51 strsep(char **stringp, const char *delim) argument
58 if ((s = *stringp) == NULL)
69 *stringp = s;
/macosx-10.10.1/OpenSSH-189/openssh/openbsd-compat/
H A Dstrsep.c42 * Get next token from string *stringp, where tokens are possibly-empty
45 * Writes NULs into the string at *stringp to end tokens.
47 * On return, *stringp points past the last NUL written (if there might
50 * If *stringp is NULL, strsep returns NULL.
53 strsep(char **stringp, const char *delim) argument
60 if ((s = *stringp) == NULL)
71 *stringp = s;
/macosx-10.10.1/tcpdump-61/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;
/macosx-10.10.1/xnu-2782.1.97/bsd/libkern/
H A Dstrsep.c40 * Get next token from string *stringp, where tokens are possibly-empty
43 * Writes NULs into the string at *stringp to end tokens.
45 * On return, *stringp points past the last NUL written (if there might
48 * If *stringp is NULL, strsep returns NULL.
51 strsep(stringp, delim)
52 char **stringp;
60 if ((s = *stringp) == NULL)
71 *stringp = s;
/macosx-10.10.1/curl-83.1.2/curl/src/
H A Dtool_writeout.c106 char *stringp = NULL; local
133 curl_easy_getinfo(curl, CURLINFO_EFFECTIVE_URL, &stringp))
134 && stringp)
135 fputs(stringp, stream);
232 curl_easy_getinfo(curl, CURLINFO_CONTENT_TYPE, &stringp))
233 && stringp)
234 fputs(stringp, stream);
238 curl_easy_getinfo(curl, CURLINFO_FTP_ENTRY_PATH, &stringp))
239 && stringp)
240 fputs(stringp, strea
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/erc/
H A Derc-replace.el70 (unless (stringp from)
73 (cond ((stringp to)
/macosx-10.10.1/Libc-1044.1.2/gen/
H A Dstrtofflags.c135 * success, 1 on failure. On failure, stringp is set to point
139 strtofflags(stringp, setp, clrp)
140 char **stringp;
150 string = *stringp;
152 *stringp = p;
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dediff.el179 (if (stringp default)
181 (if (and (stringp current) (not (file-directory-p current)))
187 ((stringp default) default)
341 (if (stringp file-C)
350 (if (stringp file-C)
456 (if (stringp buf-A-file-name)
458 (if (stringp buf-B-file-name)
460 (if (stringp buf-C-file-name)
475 (if (stringp ,file-C) (delete-file ,file-C)))
491 (if (and (stringp
[all...]
H A Dskeleton.el119 ([&or null stringp (stringp &rest stringp) [[&not atom] def-form]]
127 (declare (debug (&define name stringp skeleton-edebug-spec)))
176 (if (stringp str)
306 (setq prompt (if (stringp prompt)
416 (or (stringp (car element)) (listp (car element))))
H A Dtmm.el81 (cond ((stringp (nth 1 this-one))
84 ((stringp (nth 2 this-one))
174 (if (stringp elt)
202 (or (stringp (car-safe (cdr (car tail))))
463 (and (stringp (car elt)) (setq str (car elt))))
470 (and (stringp (car elt)) (setq str (car elt)))
472 (stringp (cdr (car (cdr elt)))) ; keyseq cache
494 (stringp (cdr (nth 3 elt))) ; keyseq cache
505 (and (stringp (car elt)) (setq str (car elt)))
507 (stringp (cd
[all...]
H A Dxml.el375 (if (stringp bit)
475 (if (stringp expansion)
476 (if (stringp (car children))
546 (unless (stringp expansion)
743 (if (and (stringp elem) (string= elem "#PCDATA"))
800 ((stringp children)
801 (if (stringp expansion)
804 ((and (stringp expansion)
805 (stringp (car children)))
807 ((stringp expansio
[all...]
H A Delectric.el63 (if (not (or (stringp prompt) (eq prompt nil) (eq prompt 'noprompt)))
65 (if (not (stringp prompt-string))
/macosx-10.10.1/emacs-93/emacs/lisp/gnus/
H A Dgnus-int.el84 (stringp gnus-nntp-server)
150 (when (stringp method)
177 (when (stringp method)
211 (when (stringp gnus-command-method)
285 (when (stringp gnus-command-method)
292 (when (stringp gnus-command-method)
299 (when (stringp gnus-command-method)
306 (when (stringp gnus-command-method)
316 (when (stringp gnus-command-method)
326 (if (stringp gnu
[all...]
H A Dgnus-dired.el150 (stringp
188 (stringp
H A Dgnus-sieve.el175 ((stringp token) ;; String
179 (stringp (car token)))
H A Dspam.el484 (when (stringp group)
495 (when (stringp group)
507 (if (stringp group)
514 (if (stringp group)
538 (if (and (stringp group)
721 (stringp group))
758 (when (and todo (stringp group))
914 (when (stringp check)
1132 (if (and (stringp id)
1133 (stringp grou
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/emacs-lisp/
H A Deasymenu.el46 (if (stringp s) (intern s) s))
274 ((stringp item) ; An item or separator.
318 (if (stringp suffix)
319 (if (stringp label) (concat label " " suffix)
321 (if (stringp label)
326 (setq label (if (stringp label) (concat "[" label "]")
332 (when (stringp keys)
357 (or (null cache) (stringp cache) (vectorp cache)))
418 (if (stringp name)
527 (stringp (ca
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/calendar/
H A Dparse-time.el137 ,#'(lambda () (and (stringp parse-time-elt)
147 (and (stringp parse-time-elt)
155 ,#'(lambda () (and (stringp parse-time-elt)
161 ,#'(lambda () (and (stringp parse-time-elt)
166 ,#'(lambda () (and (stringp parse-time-elt)
171 ,#'(lambda () (and (stringp parse-time-elt)
/macosx-10.10.1/emacs-93/emacs/lisp/url/
H A Durl-auth.el65 (let* ((href (if (stringp url)
133 (let* ((info (if (stringp uri)
148 (let* ((href (if (stringp url)
240 (if (stringp url)
291 ((stringp type) (downcase type))
297 ((stringp rating) (string-to-number rating))
/macosx-10.10.1/emacs-93/emacs/lisp/eshell/
H A Dem-basic.el105 (if (stringp arg)
111 ((stringp value)
/macosx-10.10.1/bash-94.1.2/bash-3.2/examples/loadables/
H A Dcut.c322 * Get next token from string *stringp, where tokens are possibly-empty
325 * Writes NULs into the string at *stringp to end tokens.
327 * On return, *stringp points past the last NUL written (if there might
330 * If *stringp is NULL, strsep returns NULL.
333 _cut_strsep(stringp, delim)
334 register char **stringp;
342 if ((s = *stringp) == NULL)
353 *stringp = s;

Completed in 146 milliseconds

1234567891011>>