Home
last modified time | relevance | path

Searched refs:AGALOC (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/ntp/sntp/libopts/
H A Dnested.c146 pNV = AGALOC(sz, "option name/str value pair"); in add_string()
197 tOptionValue * new_val = AGALOC(sz, "bool val"); in add_bool()
238 tOptionValue * new_val = AGALOC(sz, "int val"); in add_number()
278 new_val = AGALOC(sz, "empty nest"); in add_nested()
570 char * pz = AGALOC(v_len+1, "h scan"); in scan_xml()
721 res_val = AGALOC(sizeof(*res_val) + nm_len + 1, "nest args"); in optionLoadNested()
728 tArgList * arg_list = AGALOC(sizeof(*arg_list), "nest arg l"); in optionLoadNested()
H A Dpgusage.c48 bf = AGALOC(bfsz, "tmp fil"); in open_tmp_usage()
89 res = AGALOC(bfsz, "more cmd"); in mk_pager_cmd()
H A Dtime.c94 envptr = AGALOC(sz, fmt); in optionTimeDate()
H A Dsave.c157 char * pzPath = (char *)AGALOC(sz, "file name"); in find_file_name()
749 char * buf = (char *)AGALOC(len + 3, "dir name"); in prt_set_arg()
844 temp_str = AGALOC(flen + 1, "flag search str"); in optionSaveFile()
H A Drestore.c104 p = AGALOC(sz, "saved option state"); in optionSaveState()
H A Dfile.c72 p = AGALOC(l + 1, "fname"); in check_existence()
H A Dstack.c189 pAL = (tArgList *)AGALOC(sizeof(*pAL), "new option arg stack"); in addArgListEntry()
H A Dtext_mmap.c88 mapinfo->txt_data = AGALOC(mapinfo->txt_size+1, "file text"); in load_text_file()
H A Dautoopts.h262 #define AGALOC(_c, _w) ao_malloc((size_t)_c) macro
H A Dconfigfile.c618 char * ftxt = AGALOC(len + 1, "aoflags"); in aoflags_directive()
799 pz = AGALOC(nm_len + 4, "scan name"); in trim_xml_text()
H A Dputshell.c111 char * res = out = AGALOC(out_sz, "quot str"); in optionQuoteString()
H A Denum.c364 od->optArg.argString = pz = AGALOC(len, "enum"); in set_memb_names()
H A Dmakeshell.c736 scan = text = AGALOC(stbf.st_size + 1, "f data"); in load_old_output()
/freebsd/contrib/ntp/sntp/libopts/compat/
H A Dstrdup.c16 cp = (char *) AGALOC((unsigned) (strlen(s)+1), "strdup"); in strdup()