Home
last modified time | relevance | path

Searched refs:ap_str (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/less/
H A Dprompt.c115 static void ap_str(constant char *s) in ap_str() function
130 ap_str(buf); in ap_char()
141 ap_str(buf); in ap_pos()
152 ap_str(buf); in ap_linenum()
163 ap_str(buf); in ap_int()
171 ap_str("?"); in ap_quest()
309 ap_str(editor); in protochar()
320 ap_str(s); in protochar()
358 ap_str(osc8_path); in protochar()
396 ap_str("tag"); in protochar()
[all …]
/dflybsd-src/tools/tools/toeplitz/
H A Dtoeplitz.c167 getaddrport(char *ap_str, uint32_t *addr, uint16_t *port0) in getaddrport() argument
172 p = strrchr(ap_str, '.'); in getaddrport()
174 fprintf(stderr, "invalid addr.port %s\n", ap_str); in getaddrport()
184 if (inet_pton(AF_INET, ap_str, addr) <= 0) { in getaddrport()
185 fprintf(stderr, "invalid addr %s\n", ap_str); in getaddrport()