Searched refs:pz (Results 1 - 25 of 88) sorted by relevance

1234

/macosx-10.10.1/uucp-11/uucp/uuconf/
H A Daddstr.c67 char **pz;
72 for (pz = *ppzstrings; *pz != NULL; pz++)
73 if (strcmp (zadd, *pz) == 0)
94 pz = *ppzstrings;
95 if (pz == NULL || pz == (char **) &_uuconf_unset)
97 pz = (char **) uuconf_malloc (pblock, CSLOTS * sizeof (char *));
98 if (pz
65 char **pz; local
[all...]
H A Dtval.c60 char **pz;
62 for (pz = q->pzmachines; *pz != NULL; pz++)
63 if (strcmp (*pz, qsys->uuconf_zname) == 0)
59 char **pz; local
H A Dsnams.c83 char **pz;
89 for (pz = pztaylor; *pz != NULL; pz++)
91 iret = _uuconf_iadd_string (qglobal, *pz, FALSE, TRUE,
100 for (pz = pzv2; *pz != NULL; pz++)
102 iret = _uuconf_iadd_string (qglobal, *pz, FALSE, TRUE,
111 for (pz
82 char **pz; local
[all...]
H A Dtsnams.c45 char **pz;
73 pz = *ppzsystems;
78 zhold = pz[i];
79 pz[i] = pz[c - i - 1];
80 pz[c - i - 1] = zhold;
44 char **pz; local
H A Dhsnams.c48 char **pz;
57 for (pz = qglobal->qprocess->pzhdb_systems; *pz != NULL; pz++)
61 e = fopen (*pz, "r");
102 qglobal->zfilename = *pz;
123 pz = q->pzalias;
124 if (pz == NULL || pz == (char **) &_uuconf_unset)
127 for (; *pz !
47 char **pz; local
[all...]
H A Ddnams.c69 char **pz;
73 for (pz = pztaylor; *pz != NULL; pz++)
75 iret = _uuconf_iadd_string (qglobal, *pz, FALSE, TRUE,
83 for (pz = pzhdb; *pz != NULL; pz++)
85 iret = _uuconf_iadd_string (qglobal, *pz, FALSE, TRUE,
68 char **pz; local
H A Dtlocnm.c46 char **pznames, **pz;
71 for (pz = pznames; *pz != NULL; pz++)
76 iret = uuconf_system_info (pglobal, *pz, &ssys);
107 for (pz = pznames; *pz != NULL; pz++)
108 free ((pointer) *pz);
45 char **pznames, **pz; local
H A Dhlocnm.c64 char **pz;
66 for (pz = qperm->pzlogname; *pz != NULL; pz++)
68 if (strcmp (*pz, zlogin) == 0)
63 char **pz; local
H A Dhdnams.c46 char **pz;
55 for (pz = qglobal->qprocess->pzhdb_dialers; *pz != NULL; pz++)
59 e = fopen (*pz, "r");
100 qglobal->zfilename = *pz;
45 char **pz; local
H A Ddiacod.c48 char **pz;
62 for (pz = qglobal->qprocess->pzdialcodefiles; *pz != NULL; pz++)
66 e = fopen (*pz, "r");
86 qglobal->zfilename = *pz;
46 char **pz; local
H A Dtdnams.c48 char **pz;
62 for (pz = qglobal->qprocess->pzdialfiles; *pz != NULL; pz++)
66 e = fopen (*pz, "r");
89 qglobal->zfilename = *pz;
46 char **pz; local
H A Dhsinfo.c62 char **pz;
88 for (pz = qperm->pzalias; *pz != NULL; pz++)
90 if (strcmp (*pz, zsystem) == 0)
96 if (*pz != NULL)
111 for (pz = qglobal->qprocess->pzhdb_systems; *pz != NULL; pz++)
118 e = fopen (*pz, "
60 char **pz; local
[all...]
H A Dtdial.c52 char **pz;
58 for (pz = qglobal->qprocess->pzdialfiles; *pz != NULL; pz++)
65 e = fopen (*pz, "r");
169 qglobal->zfilename = *pz;
193 char **pz = (char **) pvar;
195 if (pz != NULL)
200 *pz = malloc (csize);
201 if (*pz
50 char **pz; local
190 char **pz = (char **) pvar; local
[all...]
/macosx-10.10.1/ntp-92/libopts/
H A Dcook.c87 char z[4], *pz = z; local
89 do *(pz++) = *(pzIn++);
90 while (IS_HEX_DIGIT_CHAR(*pzIn) && (pz < z + 2));
91 *pz = NUL;
93 res += pz - z;
104 char z[4], *pz = z + 1; local
108 while (IS_OCT_DIGIT_CHAR(*pzIn) && (pz < z + 3))
109 *(pz++) = *(pzIn++);
110 *pz = NUL;
115 res = pz
[all...]
H A Dboolean.c47 char* pz; local
61 long val = strtol( pOD->optArg.argString, &pz, 0 );
62 if ((val != 0) || (*pz != NUL))
H A Dload.c173 char* pz = canonicalize_file_name(pzBuf); local
174 if (pz == NULL)
176 if (strlen(pz) < bufSize)
177 strcpy(pzBuf, pz);
178 free(pz);
205 tCC* pz; local
231 pz = strrchr( pzPath, DIRCH );
237 if (pz == NULL)
246 if ((pz - pzPath)+1 + strlen(pzName) >= bufSize)
249 memcpy( pzBuf, pzPath, (size_t)((pz
529 char* pz; local
[all...]
H A Dnumeric.c115 char* pz; local
130 val = strtol(pOD->optArg.argString, &pz, 0);
131 if ((pz == pOD->optArg.argString) || (errno != 0))
135 switch (*(pz++)) {
136 case '\0': pz--; break;
150 if (*pz != NUL)
/macosx-10.10.1/ntp-92/sntp/libopts/
H A Dcook.c87 char z[4], *pz = z; local
89 do *(pz++) = *(pzIn++);
90 while (IS_HEX_DIGIT_CHAR(*pzIn) && (pz < z + 2));
91 *pz = NUL;
93 res += pz - z;
104 char z[4], *pz = z + 1; local
108 while (IS_OCT_DIGIT_CHAR(*pzIn) && (pz < z + 3))
109 *(pz++) = *(pzIn++);
110 *pz = NUL;
115 res = pz
[all...]
H A Dboolean.c47 char* pz; local
61 long val = strtol( pOD->optArg.argString, &pz, 0 );
62 if ((val != 0) || (*pz != NUL))
H A Dload.c173 char* pz = canonicalize_file_name(pzBuf); local
174 if (pz == NULL)
176 if (strlen(pz) < bufSize)
177 strcpy(pzBuf, pz);
178 free(pz);
205 tCC* pz; local
231 pz = strrchr( pzPath, DIRCH );
237 if (pz == NULL)
246 if ((pz - pzPath)+1 + strlen(pzName) >= bufSize)
249 memcpy( pzBuf, pzPath, (size_t)((pz
529 char* pz; local
[all...]
H A Dnumeric.c115 char* pz; local
130 val = strtol(pOD->optArg.argString, &pz, 0);
131 if ((pz == pOD->optArg.argString) || (errno != 0))
135 switch (*(pz++)) {
136 case '\0': pz--; break;
150 if (*pz != NUL)
/macosx-10.10.1/uucp-11/uucp/
H A Dutil.c56 char **pznames, **pz;
68 for (pz = pznames; *pz != NULL; pz++)
70 if (strcmp (*pz, z) == 0)
72 xfree ((pointer) *pz);
153 char **pz;
157 for (pz = pzdirs; *pz != NULL; pz
55 char **pznames, **pz; local
150 char **pz; local
[all...]
H A Duuchk.c359 const char * const *pz;
362 for (pz = pznames; *pz != NULL; ++pz)
363 printf (" %s\n", *pz);
375 char **pz;
384 for (pz = qsys->uuconf_pzalias; *pz != NULL; pz++)
386 printf ("%s", *pz);
355 const char * const *pz; local
370 char **pz; local
771 char **pz; local
982 char **pz; local
[all...]
/macosx-10.10.1/uucp-11/uucp/unix/
H A Dxqtsub.c93 char **pz;
98 for (pz = pzcmds; *pz != NULL; pz++)
102 if (strcmp (*pz, "ALL") == 0)
105 zslash = strrchr (*pz, '/');
109 zslash = *pz;
111 || strcmp (*pz, zcmd) == 0)
115 if (**pz == '/')
118 if (stat (*pz,
92 char **pz; local
373 char **pz; local
[all...]
H A Duacces.c112 const char **pz;
116 for (pz = (const char **) qg->gr_mem; *pz != NULL; pz++)
118 if ((*pz)[0] == *zuser
119 && strcmp (*pz, zuser) == 0)
111 const char **pz; local

Completed in 179 milliseconds

1234