Searched refs:pzName (Results 1 - 14 of 14) sorted by relevance

/macosx-10.9.5/ntp-88/libopts/
H A Dload.c39 tCC* pzName,
46 tCC* pzName,
59 * arg: + char const* + pzName + The input name +
71 * This routine will copy the @code{pzName} input name into the @code{pzBuf}
86 * @code{pzName} string and must either be the entire string or be followed
108 tCC* pzName,
111 size_t name_len = strlen( pzName );
127 if (*pzName != '$') {
128 tCC* pzS = pzName;
145 else switch (pzName[
105 optionMakePath( char* pzBuf, int bufSize, tCC* pzName, tCC* pzProgPath ) argument
198 insertProgramPath( char* pzBuf, int bufSize, tCC* pzName, tCC* pzProgPath ) argument
263 insertEnvVal( char* pzBuf, int bufSize, tCC* pzName, tCC* pzProgPath ) argument
[all...]
H A Drestore.c102 tCC* pzName = pOpts->pzProgName; local
103 if (pzName == NULL) {
104 pzName = pOpts->pzPROGNAME;
105 if (pzName == NULL)
106 pzName = zNil;
108 fprintf( stderr, zCantSave, pzName, sz );
143 tCC* pzName = pOpts->pzProgName; local
144 if (pzName == NULL) {
145 pzName = pOpts->pzPROGNAME;
146 if (pzName
[all...]
H A Dconfigfile.c169 char const* pzName, char const* pzVal )
192 if (pzName == NULL) {
199 const tOptionValue* pRV = optionGetValue( pOV, pzName );
245 char const* pzName, char const* pzVal )
333 if (strcmp( pOV->pzName, pzValName ) == 0) {
519 char* pzName = pzText++; local
530 loadOptionLine( pOpts, pOS, pzName, direction, OPTION_LOAD_UNCOOKED );
583 * "pzName" points to what looks like text for one option/configurable.
586 loadOptionLine( pOpts, pOS, pzName, direction, OPTION_LOAD_UNCOOKED );
684 char* pzName local
168 optionFindValue( const tOptDesc* pOptDesc, char const* pzName, char const* pzVal ) argument
244 optionFindNextValue( const tOptDesc* pOptDesc, const tOptionValue* pPrevVal, char const* pzName, char const* pzVal ) argument
[all...]
H A Denumeration.c45 tCC* pzName,
171 tCC* pzName,
182 size_t len = strlen( (char*)pzName );
185 if (IS_DEC_DIGIT_CHAR(*pzName)) {
186 char * pz = (char *)(void *)pzName;
199 if (strncmp( (char*)paz_names[idx], (char*)pzName, len) == 0) {
170 findName( tCC* pzName, tOptions* pOpts, tOptDesc* pOD, tCC* const * paz_names, unsigned int name_ct ) argument
H A Dproto.h88 optionLoadNested(char const* pzTxt, char const* pzName, size_t nameLen);
H A Dsave.c357 fprintf(fp, null_atr, ovp->pzName);
361 print_a_string(fp, ovp->pzName, ovp->v.strVal);
372 fprintf(fp, type_atr, ovp->pzName, typ);
392 fprintf(fp, close_xml, ovp->pzName);
398 fprintf(fp, numb_atr, ovp->pzName, ovp->v.longVal);
402 fprintf(fp, bool_atr, ovp->pzName,
407 printValueList(fp, ovp->pzName, ovp->v.nestVal);
/macosx-10.9.5/ntp-88/sntp/libopts/
H A Dload.c39 tCC* pzName,
46 tCC* pzName,
59 * arg: + char const* + pzName + The input name +
71 * This routine will copy the @code{pzName} input name into the @code{pzBuf}
86 * @code{pzName} string and must either be the entire string or be followed
108 tCC* pzName,
111 size_t name_len = strlen( pzName );
127 if (*pzName != '$') {
128 tCC* pzS = pzName;
145 else switch (pzName[
105 optionMakePath( char* pzBuf, int bufSize, tCC* pzName, tCC* pzProgPath ) argument
198 insertProgramPath( char* pzBuf, int bufSize, tCC* pzName, tCC* pzProgPath ) argument
263 insertEnvVal( char* pzBuf, int bufSize, tCC* pzName, tCC* pzProgPath ) argument
[all...]
H A Drestore.c102 tCC* pzName = pOpts->pzProgName; local
103 if (pzName == NULL) {
104 pzName = pOpts->pzPROGNAME;
105 if (pzName == NULL)
106 pzName = zNil;
108 fprintf( stderr, zCantSave, pzName, sz );
143 tCC* pzName = pOpts->pzProgName; local
144 if (pzName == NULL) {
145 pzName = pOpts->pzPROGNAME;
146 if (pzName
[all...]
H A Dconfigfile.c169 char const* pzName, char const* pzVal )
192 if (pzName == NULL) {
199 const tOptionValue* pRV = optionGetValue( pOV, pzName );
245 char const* pzName, char const* pzVal )
333 if (strcmp( pOV->pzName, pzValName ) == 0) {
519 char* pzName = pzText++; local
530 loadOptionLine( pOpts, pOS, pzName, direction, OPTION_LOAD_UNCOOKED );
583 * "pzName" points to what looks like text for one option/configurable.
586 loadOptionLine( pOpts, pOS, pzName, direction, OPTION_LOAD_UNCOOKED );
684 char* pzName local
168 optionFindValue( const tOptDesc* pOptDesc, char const* pzName, char const* pzVal ) argument
244 optionFindNextValue( const tOptDesc* pOptDesc, const tOptionValue* pPrevVal, char const* pzName, char const* pzVal ) argument
[all...]
H A Denumeration.c45 tCC* pzName,
171 tCC* pzName,
182 size_t len = strlen( (char*)pzName );
185 if (IS_DEC_DIGIT_CHAR(*pzName)) {
186 char * pz = (char *)(void *)pzName;
199 if (strncmp( (char*)paz_names[idx], (char*)pzName, len) == 0) {
170 findName( tCC* pzName, tOptions* pOpts, tOptDesc* pOD, tCC* const * paz_names, unsigned int name_ct ) argument
H A Dproto.h88 optionLoadNested(char const* pzTxt, char const* pzName, size_t nameLen);
H A Dsave.c357 fprintf(fp, null_atr, ovp->pzName);
361 print_a_string(fp, ovp->pzName, ovp->v.strVal);
372 fprintf(fp, type_atr, ovp->pzName, typ);
392 fprintf(fp, close_xml, ovp->pzName);
398 fprintf(fp, numb_atr, ovp->pzName, ovp->v.longVal);
402 fprintf(fp, bool_atr, ovp->pzName,
407 printValueList(fp, ovp->pzName, ovp->v.nestVal);
/macosx-10.9.5/ntp-88/libopts/autoopts/
H A Doptions.h88 char* pzName; member in struct:optionValue
/macosx-10.9.5/ntp-88/sntp/libopts/autoopts/
H A Doptions.h88 char* pzName; member in struct:optionValue

Completed in 107 milliseconds