Searched defs:value (Results 1 - 3 of 3) sorted by relevance

/sendmail/sendmail/
H A Dmacro.c37 /* table for next id in non-printable ASCII range: disallow some value */
365 ** MACDEFINE -- bind a macro name to a value
367 ** Set a macro to a value, with fancy storage management.
368 ** macdefine will make a copy of the value, if required,
369 ** and will ensure that the storage for the previous value
374 ** vclass -- storage class of 'value', ignored if value==NULL.
375 ** A_HEAP means that the value was allocated by
377 ** A_TEMP means that value points to temporary storage,
379 ** A_PERM means that value point
420 xputs(sm_debug_file(), value); local
496 xputs(sm_debug_file(), value); local
[all...]
H A Dmap.c102 ** and return the value. Set *pstat to the appropriate status
109 ** void map_store(MAP *map, char *key, char *value)
110 ** Store the key:value pair in the map.
165 map->map_spacesub = SpaceSub; /* default value */
974 ** DNS_MAP_OPEN -- stub to check proper value for dns map type
1256 char *value = NULL; local
1262 value = rr->rr_u.rr_txt;
1266 value = rr->rr_u.rr_txt;
1270 value = rr->rr_u.rr_mx->mx_r_domain;
1274 value
5102 char *value = NULL; local
7962 char *replybuf, *rval, *value, *status, *key; local
[all...]
/sendmail/editmap/
H A Deditmap.c67 "Usage: %s [-C cffile] [-N] [-f] [-q|-u|-x] maptype mapname key [ \"value ...\" ]\n",
91 char *value = NULL; local
198 value = argv[3];
213 /* Find TrustedUser value in sendmail.cf */
256 "TrustedUser: uid value (%ld) > UID_MAX (%ld)",
354 db_val.data = value;
355 db_val.size = strlen(value);
365 progname, keyname, value, mapname,

Completed in 704 milliseconds