Searched refs:str (Results 76 - 100 of 1897) sorted by relevance

1234567891011>>

/freebsd-9.3-release/usr.sbin/makefs/cd9660/
H A Dcd9660_strings.c47 cd9660_uppercase_characters(char *str, int len) argument
52 if (islower((unsigned char)str[p]) )
53 str[p] -= 32;
81 cd9660_valid_a_chars(const char *str) argument
83 const char *c = str;
105 cd9660_valid_d_chars(const char *str) argument
107 const char *c=str;
/freebsd-9.3-release/crypto/heimdal/appl/gssmask/
H A Dcommon.c38 store_string(krb5_storage *sp, const char *str) argument
40 size_t len = strlen(str) + 1;
46 ret = krb5_storage_write(sp, str, len);
53 add_list(char ****list, size_t *listlen, char **str, size_t len) argument
60 (*list)[*listlen][i] = str[i];
66 char **str, const int start, const int len)
70 #define SWAP(s,i,j) { char *t = str[i]; str[i] = str[j]; str[
65 permute(char ****list, size_t *listlen, char **str, const int start, const int len) argument
[all...]
/freebsd-9.3-release/contrib/ncurses/include/
H A DCaps.osf1r5308 back_tab cbt str bt - - YBCGE back tab (P)
309 bell bel str bl - - YB-GE audible signal (bell) (P)
310 carriage_return cr str cr - - YBCGE carriage return (P*) (P*)
311 change_scroll_region csr str cs - - YBCGE change region to line #1 to line #2 (P)
312 clear_all_tabs tbc str ct - - YB-G- clear all tab stops (P)
313 clear_screen clear str cl - - YBCGE clear screen and home cursor (P*)
314 clr_eol el str ce - - YBCGE clear to end of line (P)
315 clr_eos ed str cd - - YBCGE clear to end of screen (P*)
316 column_address hpa str ch - - -B-GE* horizontal position #1, absolute (P)
317 command_character cmdch str C
[all...]
H A DCaps.hpux11326 back_tab cbt str bt - - YBCGE back tab (P)
327 bell bel str bl - - YB-GE audible signal (bell) (P)
328 carriage_return cr str cr - - YBCGE carriage return (P*) (P*)
329 change_scroll_region csr str cs - - YBCGE change region to line #1 to line #2 (P)
330 clear_all_tabs tbc str ct - - YB-G- clear all tab stops (P)
331 clear_screen clear str cl - - YBCGE clear screen and home cursor (P*)
332 clr_eol el str ce - - YBCGE clear to end of line (P)
333 clr_eos ed str cd - - YBCGE clear to end of screen (P*)
334 column_address hpa str ch - - -B-GE* horizontal position #1, absolute (P)
335 command_character cmdch str C
[all...]
H A DCaps324 back_tab cbt str bt - - YBCGE back tab (P)
325 bell bel str bl - - YB-GE audible signal (bell) (P)
326 carriage_return cr str cr - - YBCGE carriage return (P*) (P*)
327 change_scroll_region csr str cs - - YBCGE change region to line #1 to line #2 (P)
328 clear_all_tabs tbc str ct - - YB-G- clear all tab stops (P)
329 clear_screen clear str cl - - YBCGE clear screen and home cursor (P*)
330 clr_eol el str ce - - YBCGE clear to end of line (P)
331 clr_eos ed str cd - - YBCGE clear to end of screen (P*)
332 column_address hpa str ch - - -B-GE* horizontal position #1, absolute (P)
333 command_character cmdch str C
[all...]
H A DCaps.uwin292 back_tab cbt str bt - - YBCGE back tab (P)
293 bell bel str bl - - YB-GE audible signal (bell) (P)
294 carriage_return cr str cr - - YBCGE carriage return (P*) (P*)
295 change_scroll_region csr str cs - - YBCGE change region to line #1 to line #2 (P)
296 clear_all_tabs tbc str ct - - YB-G- clear all tab stops (P)
297 clear_screen clear str cl - - YBCGE clear screen and home cursor (P*)
298 clr_eol el str ce - - YBCGE clear to end of line (P)
299 clr_eos ed str cd - - YBCGE clear to end of screen (P*)
300 column_address hpa str ch - - -B-GE* horizontal position #1, absolute (P)
301 command_character cmdch str C
[all...]
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dhex-test.c65 char *str; local
67 len = hex_encode(t->data, t->len, &str);
68 if(strcmp(str, t->result) != 0) {
70 str, t->result);
73 free(str);
74 str = strdup(t->result);
75 len = strlen(str);
76 len = hex_decode(t->result, str, len);
81 } else if(memcmp(str, t->data, t->len) != 0) {
85 free(str);
[all...]
H A Dgai_strerror.c43 const char *str; member in struct:gai_error
73 for (g = errors; g->str != NULL; ++g)
75 return g->str;
/freebsd-9.3-release/crypto/openssl/crypto/asn1/
H A Da_digest.c79 unsigned char *str, *p; local
82 if ((str = (unsigned char *)OPENSSL_malloc(i)) == NULL) {
86 p = str;
89 EVP_Digest(str, i, md, len, type, NULL);
90 OPENSSL_free(str);
100 unsigned char *str = NULL; local
102 i = ASN1_item_i2d(asn, &str, it);
103 if (!str)
106 EVP_Digest(str, i, md, len, type, NULL);
107 OPENSSL_free(str);
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Dtst.index.d32 string str;
42 command[i].str = "foobarbaz";
46 command[i].str = "foofoofoo";
50 command[i].str = "boofoofoo";
54 command[i].str = "foobarbaz";
58 command[i].str = "foobar";
62 command[i].str = "foobar";
66 command[i].str = "";
70 command[i].str = "foobar";
74 command[i].str
[all...]
/freebsd-9.3-release/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_snmp.c188 make_date_time(u_char *str, const struct tm *tm, u_int decisecs) argument
191 str[0] = (u_char)((tm->tm_year + 1900) >> 8);
192 str[1] = (u_char)(tm->tm_year + 1900);
193 str[2] = tm->tm_mon + 1;
194 str[3] = tm->tm_mday;
195 str[4] = tm->tm_hour;
196 str[5] = tm->tm_min;
197 str[6] = tm->tm_sec;
198 str[7] = decisecs;
200 str[
[all...]
/freebsd-9.3-release/contrib/nvi/common/
H A Doptions_f.c35 f_altwerase(sp, op, str, valp)
38 char *str;
50 f_columns(sp, op, str, valp)
53 char *str;
84 f_lines(sp, op, str, valp)
87 char *str;
141 f_lisp(sp, op, str, valp)
144 char *str;
155 f_msgcat(sp, op, str, valp)
158 char *str;
[all...]
/freebsd-9.3-release/contrib/sendmail/include/sm/
H A Dgen.h30 # define SM_RCSID(str)
31 # define SM_IDSTR(id,str)
33 # define SM_RCSID(str) SM_UNUSED(static const char RcsId[]) = str;
34 # define SM_IDSTR(id,str) SM_UNUSED(static const char id[]) = str;
/freebsd-9.3-release/lib/libc/stdio/
H A Dvasprintf.c45 vasprintf_l(char **str, locale_t locale, const char *fmt, __va_list ap) argument
54 *str = NULL;
62 *str = NULL;
67 *str = (char *)f._bf._base;
71 vasprintf(char **str, const char *fmt, __va_list ap) argument
73 return vasprintf_l(str, __get_locale(), fmt, ap);
/freebsd-9.3-release/contrib/ncurses/ncurses/tinfo/
H A Dcaptoinfo.c565 bcd_expression(const char *str) argument
572 if (sscanf(str, fmt, &ch1, &ch2) == 2
641 _nc_infotocap(const char *cap GCC_UNUSED, const char *str, int const parameterized) argument
652 padding = str + strlen(str) - 1;
653 if (padding > str && *padding == '>' && *--padding == '/') {
657 if (padding > str && *padding == '<' && *--padding == '$')
665 for (; *str && str != trimmed; str
[all...]
/freebsd-9.3-release/usr.bin/make/
H A Dstr.c38 * @(#)str.c 5.8 (Berkeley) 6/1/90
48 #include "str.h"
141 brk_string(ArgArray *aa, const char str[], Boolean expand) argument
148 for (; *str == ' ' || *str == '\t'; ++str)
153 aa->buffer = estrdup(str);
164 switch (str[0]) {
168 inquote = str[0];
173 } else if (inquote == str[
288 MAKEFLAGS_quote(const char *str) argument
316 MAKEFLAGS_break(ArgArray *aa, const char str[]) argument
[all...]
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dfilemode.c109 mode_string (unsigned long mode, char *str)
111 str[0] = ftypelet ((unsigned long) mode);
112 str[1] = (mode & S_IRUSR) != 0 ? 'r' : '-';
113 str[2] = (mode & S_IWUSR) != 0 ? 'w' : '-';
114 str[3] = (mode & S_IXUSR) != 0 ? 'x' : '-';
115 str[4] = (mode & S_IRGRP) != 0 ? 'r' : '-';
116 str[5] = (mode & S_IWGRP) != 0 ? 'w' : '-';
117 str[6] = (mode & S_IXGRP) != 0 ? 'x' : '-';
118 str[7] = (mode & S_IROTH) != 0 ? 'r' : '-';
119 str[
108 mode_string(unsigned long mode, char *str) argument
[all...]
/freebsd-9.3-release/contrib/dtc/
H A Dutil.h23 static inline void __attribute__((noreturn)) die(char * str, ...) argument
27 va_start(ap, str);
29 vfprintf(stderr, str, ap);
/freebsd-9.3-release/contrib/gcclibs/libssp/ssp/
H A Dstdio.h59 #define sprintf(str, ...) \
60 __builtin___sprintf_chk (str, 0, __ssp_bos (str), \
62 #define vsprintf(str, fmt, ap) \
63 __builtin___vsprintf_chk (str, 0, __ssp_bos (str), fmt, ap)
72 #define snprintf(str, len, ...) \
73 __builtin___snprintf_chk (str, len, 0, __ssp_bos (str), __VA_ARGS__)
74 #define vsnprintf(str, le
[all...]
/freebsd-9.3-release/contrib/openpam/lib/libpam/
H A Dopenpam_vasprintf.c46 openpam_vasprintf(char **str, const char *fmt, va_list ap) argument
53 if ((*str = malloc(len + 1)) == NULL)
55 ret = vsnprintf(*str, len + 1, fmt, apcopy);
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Derror_string.c42 krb5_free_error_string(krb5_context context, char *str) argument
45 if (str != context->error_buf)
46 free(str);
116 char *str; local
118 str = context->error_string;
120 return str != NULL;
140 char *str; local
142 str = krb5_get_error_string(context);
143 if (str)
144 return str;
[all...]
/freebsd-9.3-release/lib/libc/string/
H A Dstrndup.c40 strndup(const char *str, size_t n) argument
45 len = strnlen(str, n);
48 memcpy(copy, str, len);
/freebsd-9.3-release/usr.bin/procstat/
H A Dprocstat_vm.c49 const char *str; local
80 str = "--";
83 str = "df";
86 str = "vn";
89 str = "sw";
92 str = "dv";
95 str = "ph";
98 str = "dd";
101 str = "sg";
104 str
[all...]
/freebsd-9.3-release/usr.sbin/sade/
H A Ddispatch.c120 dispatchCommand(char *str) argument
125 if (!str || !*str) {
130 if ((cp = index(str, '\n')) != NULL)
134 if (index(str, '=')) {
136 msgDebug("dispatch: setting variable `%s'\n", str);
137 variable_set(str, 0);
143 if ((cp = rindex(str, '/')) != NULL)
144 str = cp + 1;
146 msgDebug("dispatch: calling resword `%s'\n", str);
[all...]
/freebsd-9.3-release/contrib/bind9/lib/isc/unix/include/isc/
H A Dsyslog.h31 isc_syslog_facilityfromstring(const char *str, int *facilityp);
33 * Convert 'str' to the appropriate syslog facility constant.
37 *\li 'str' is not NULL

Completed in 236 milliseconds

1234567891011>>