Searched refs:accf (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.sbin/inetd/
H A Dinetd.c98 * socket type[:accf[,arg]] stream/dgram/raw/rdm/seqpacket,
1365 char *accf, *accf_arg; local
1370 accf = index(arg, ':');
1371 if (accf) {
1372 if (accf != rindex(arg, ':') || /* more than one */
1373 *(accf + 1) == '\0') { /* nothing beyond */
1376 accf++; /* skip delimiter */
1377 strncpy(sep->se_accf.af_name, accf,
1379 accf_arg = index(accf, ',');
1381 if ((rindex(accf, ',') !
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/tic54x/
H A Dall-opcodes.d44249 accf: 0e0a.*
[all...]

Completed in 232 milliseconds