Searched refs:cp (Results 1 - 25 of 2494) sorted by relevance

1234567891011>>

/macosx-10.10/postfix-255/postfix/src/util/
H A Dskipblanks.c37 const char *cp; local
39 for (cp = string; *cp != 0; cp++)
40 if (!ISSPACE(*cp))
42 return ((char *) cp);
H A Dsplit_at.c55 char *cp; local
57 if ((cp = strchr(string, delimiter)) != 0)
58 *cp++ = 0;
59 return (cp);
66 char *cp; local
68 if ((cp = strrchr(string, delimiter)) != 0)
69 *cp++ = 0;
70 return (cp);
H A Dalldig.c40 const char *cp; local
44 for (cp = string; *cp != 0; cp++)
45 if (!ISDIGIT(*cp))
H A Dlowercase.c36 char *cp; local
39 for (cp = string; (ch = *cp) != 0; cp++)
41 *cp = TOLOWER(ch);
H A Dprintable.c44 char *cp; local
47 for (cp = string; (ch = *(unsigned char *) cp) != 0; cp++)
49 *cp = replacement;
H A Duppercase.c36 char *cp; local
39 for (cp = string; (ch = *cp) != 0; cp++)
41 *cp = TOUPPER(ch);
H A Dallascii.c41 const char *cp; local
46 for (cp = string; (ch = *(unsigned char *) cp) != 0; cp++)
/macosx-10.10/ntp-92/libntp/
H A Dhextoint.c16 register const char *cp; local
18 cp = str;
20 if (*cp == '\0')
24 while (*cp != '\0') {
25 if (!isxdigit(*cp))
30 if ('0' <= *cp && *cp <= '9')
31 u += *cp++ - '0';
32 else if ('a' <= *cp && *cp <
[all...]
H A Dstrdup.c14 char *cp; local
17 cp = (char *) malloc((unsigned) (strlen(s)+1));
18 if (cp) {
19 (void) strcpy(cp, s);
22 cp = (char *) NULL;
24 return(cp);
H A Dmstolfp.c16 register const char *cp; local
33 cp = str;
34 while (isspace((int)*cp))
35 cp++;
37 if (*cp == '-') {
39 cp++;
42 if (*cp != '.' && !isdigit((int)*cp))
49 cpdec = cp;
57 if ((cpdec - cp) >
[all...]
H A Docttoint.c17 register const char *cp; local
19 cp = str;
21 if (*cp == '\0')
25 while (*cp != '\0') {
26 if (!isdigit((int)*cp) || *cp == '8' || *cp == '9')
31 u += *cp++ - '0'; /* ascii dependent */
H A Datouint.c17 register const char *cp; local
19 cp = str;
20 if (*cp == '\0')
24 while (*cp != '\0') {
25 if (!isdigit((int)*cp))
27 if (u > 429496729 || (u == 429496729 && *cp >= '6'))
30 u += *cp++ - '0'; /* ascii dependent */
H A Datoint.c17 register const char *cp; local
21 cp = str;
23 if (*cp == '-') {
24 cp++;
32 if (*cp == '\0')
36 while (*cp != '\0') {
37 if (!isdigit((int)*cp))
39 if (u > 214748364 || (u == 214748364 && *cp > oflow_digit))
42 u += *cp++ - '0'; /* ascii dependent */
/macosx-10.10/expat-12/expat/xmlwf/
H A Dcodepage.h5 int codepageMap(int cp, int *map);
6 int codepageConvert(int cp, const char *p);
/macosx-10.10/tcl-105/tcl_ext/tclxml/tclxml/expat/xmlwf/
H A Dcodepage.h31 int codepageMap(int cp, int *map);
32 int codepageConvert(int cp, const char *p);
/macosx-10.10/tcl-105/tcl_ext/xotcl/xotcl/library/xml/TclExpat-1.1/
H A Dcodepage.h21 int codepageMap(int cp, int *map);
22 int codepageConvert(int cp, const char *p);
/macosx-10.10/bind9-45.101/bind9/lib/isc/nothreads/include/isc/
H A Dcondition.h38 isc_result_t isc__nothread_wait_hack(isc_condition_t *cp, isc_mutex_t *mp);
39 isc_result_t isc__nothread_signal_hack(isc_condition_t *cp);
41 #define isc_condition_init(cp) \
42 (*(cp) = 0, ISC_R_SUCCESS)
44 #define isc_condition_wait(cp, mp) \
45 isc__nothread_wait_hack(cp, mp)
47 #define isc_condition_waituntil(cp, mp, tp) \
48 ((void)(cp), (void)(mp), (void)(tp), ISC_R_NOTIMPLEMENTED)
50 #define isc_condition_signal(cp) \
51 isc__nothread_signal_hack(cp)
[all...]
/macosx-10.10/ntp-92/lib/isc/nothreads/include/isc/
H A Dcondition.h38 isc_result_t isc__nothread_wait_hack(isc_condition_t *cp, isc_mutex_t *mp);
39 isc_result_t isc__nothread_signal_hack(isc_condition_t *cp);
41 #define isc_condition_init(cp) \
42 (*(cp) = 0, ISC_R_SUCCESS)
44 #define isc_condition_wait(cp, mp) \
45 isc__nothread_wait_hack(cp, mp)
47 #define isc_condition_waituntil(cp, mp, tp) \
48 ((void)(cp), (void)(mp), (void)(tp), ISC_R_NOTIMPLEMENTED)
50 #define isc_condition_signal(cp) \
51 isc__nothread_signal_hack(cp)
[all...]
/macosx-10.10/ntp-92/libopts/compat/
H A Dstrdup.c8 char *cp; local
13 cp = (char *) AGALOC((unsigned) (strlen(s)+1), "strdup");
15 if (cp != NULL)
16 (void) strcpy(cp, s);
18 return cp;
/macosx-10.10/ntp-92/sntp/libopts/compat/
H A Dstrdup.c8 char *cp; local
13 cp = (char *) AGALOC((unsigned) (strlen(s)+1), "strdup");
15 if (cp != NULL)
16 (void) strcpy(cp, s);
18 return cp;
/macosx-10.10/tcsh-65/tcsh/
H A Dvms.termcap.c52 char *cp, local
78 while (*(cp = &bp[strlen(bp) - 2]) == '\\')
79 fgets(cp, 1024, fp);
82 for (++cp ; ISSPACE(*cp) ; cp++);
130 char *cp; local
133 if ((cp = capab) == NULL || id == NULL)
135 while (*++cp != ':')
137 for (++cp ; *c
163 char *cp; local
188 char *cp; local
317 tputs(char *cp, int affcnt, int (*outc)()) argument
[all...]
/macosx-10.10/bash-94.1.2/bash-3.2/lib/intl/
H A Dexplodename.c66 char *cp; local
82 *language = cp = name;
83 cp = _nl_find_language (*language);
85 if (*language == cp)
88 cp = strchr (*language, '\0');
89 else if (cp[0] == '_')
92 cp[0] = '\0';
93 *territory = ++cp;
95 while (cp[0] != '\0' && cp[
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/intl/
H A Dexplodename.c66 char *cp; local
82 *language = cp = name;
83 cp = _nl_find_language (*language);
85 if (*language == cp)
88 cp = strchr (*language, '\0');
89 else if (cp[0] == '_')
92 cp[0] = '\0';
93 *territory = ++cp;
95 while (cp[0] != '\0' && cp[
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/libkern/
H A Dskpc.c68 register u_char *cp, *end, mask; local
71 cp = (u_char *)cp0;
72 for (end = &cp[size]; cp < end && *cp == mask; ++cp);
73 return (end - cp);
/macosx-10.10/Libc-1044.1.2/uuid/uuidsrc/
H A Disnull.c40 const unsigned char *cp; local
43 for (i=0, cp = uu; i < 16; i++)
44 if (*cp++)

Completed in 195 milliseconds

1234567891011>>