Searched refs:string (Results 326 - 350 of 5152) sorted by relevance

<<11121314151617181920>>

/opensolaris-onvv-gate/usr/src/lib/libparted/common/lib/
H A Dstrcspn.c23 #include <string.h>
H A Dstrndup.c22 #include <string.h>
H A Dxmalloc.c30 #include <string.h>
120 xstrdup (char const *string) argument
122 return xmemdup (string, strlen (string) + 1);
/opensolaris-onvv-gate/usr/src/lib/libparted/common/libparted/
H A Ddebug.c96 char **strings, **string; local
102 for (string = strings; size > 0; size--, string++)
103 printf(" %d: %s\n", size, *string);
/opensolaris-onvv-gate/usr/src/lib/libpkg/common/
H A Dfmkdir.c37 #include <string.h>
44 * Arguments: a_path - pointer to string representing the path to the
/opensolaris-onvv-gate/usr/src/lib/libresolv2/common/bsd/
H A Dstrpbrk.c44 #include <string.h>
/opensolaris-onvv-gate/usr/src/lib/libtecla/common/
H A Dioutil.h48 * s const char * The string to be written. Beware that this string
73 int term_width, int start, const char *string);
H A Dstringrp.h53 * The following constructor allocates a string-allocation object.
54 * The segment_size argument specifies how long each string segment
56 * the average string to be recorded in the string group, and
57 * sets the length of the longest string that can be stored.
68 * Make a copy of the specified string, returning a pointer to
73 char *_sg_store_string(StringGroup *sg, const char *string, int remove_escapes);
76 * Allocate memory for a string of a given length.
/opensolaris-onvv-gate/usr/src/lib/libvolmgt/common/
H A Dllib-lvolmgt32 #include <string.h>
34 #include <string.h>
/opensolaris-onvv-gate/usr/src/lib/libwrap/
H A Dpercent_x.c9 * percent_x() takes a string and performs %<char> expansions. It aborts the
30 #include <string.h>
40 char *percent_x(result, result_len, string, request)
43 char *string;
53 char *str = string;
/opensolaris-onvv-gate/usr/src/lib/libxcurses/src/libc/mks/
H A Dm_strdup.c40 #include <string.h>
44 * Return a copy of the string `s', issue an error and return NULL.
/opensolaris-onvv-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dlongname.c45 #include <string.h>
H A Dtgetflag.c45 #include <string.h>
H A Dtgetnum.c45 #include <string.h>
H A Dtigetfla.c45 #include <string.h>
H A Dtigetnum.c45 #include <string.h>
H A Dtigetstr.c45 #include <string.h>
/opensolaris-onvv-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dlongname.c48 #include <string.h>
H A Dtgetent.c50 #include <string.h>
H A Dtgetflag.c50 #include <string.h>
H A Dtgetnum.c50 #include <string.h>
H A Dtigetfla.c50 #include <string.h>
H A Dtigetnum.c50 #include <string.h>
H A Dtigetstr.c50 #include <string.h>
/opensolaris-onvv-gate/usr/src/lib/pam_modules/sample/
H A Dsample_password.c32 #include <string.h>

Completed in 163 milliseconds

<<11121314151617181920>>