Searched refs:AGALOC (Results 1 – 14 of 14) sorted by relevance
/freebsd/contrib/ntp/sntp/libopts/ |
H A D | nested.c | 146 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 D | pgusage.c | 48 bf = AGALOC(bfsz, "tmp fil"); in open_tmp_usage() 89 res = AGALOC(bfsz, "more cmd"); in mk_pager_cmd()
|
H A D | time.c | 94 envptr = AGALOC(sz, fmt); in optionTimeDate()
|
H A D | save.c | 157 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 D | restore.c | 104 p = AGALOC(sz, "saved option state"); in optionSaveState()
|
H A D | file.c | 72 p = AGALOC(l + 1, "fname"); in check_existence()
|
H A D | stack.c | 189 pAL = (tArgList *)AGALOC(sizeof(*pAL), "new option arg stack"); in addArgListEntry()
|
H A D | text_mmap.c | 88 mapinfo->txt_data = AGALOC(mapinfo->txt_size+1, "file text"); in load_text_file()
|
H A D | autoopts.h | 262 #define AGALOC(_c, _w) ao_malloc((size_t)_c) macro
|
H A D | configfile.c | 618 char * ftxt = AGALOC(len + 1, "aoflags"); in aoflags_directive() 799 pz = AGALOC(nm_len + 4, "scan name"); in trim_xml_text()
|
H A D | putshell.c | 111 char * res = out = AGALOC(out_sz, "quot str"); in optionQuoteString()
|
H A D | enum.c | 364 od->optArg.argString = pz = AGALOC(len, "enum"); in set_memb_names()
|
H A D | makeshell.c | 736 scan = text = AGALOC(stbf.st_size + 1, "f data"); in load_old_output()
|
/freebsd/contrib/ntp/sntp/libopts/compat/ |
H A D | strdup.c | 16 cp = (char *) AGALOC((unsigned) (strlen(s)+1), "strdup"); in strdup()
|